* luci/contrib/olsrd: disable ff sample interface by default to prevent warning from init script
This commit is contained in:
parent
d05d5db855
commit
e4f9202707
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ config 'olsrd'
|
||||||
option 'LinkQualityAlgorithm' 'etx_ff'
|
option 'LinkQualityAlgorithm' 'etx_ff'
|
||||||
|
|
||||||
config 'Interface'
|
config 'Interface'
|
||||||
|
option 'ignore' '1'
|
||||||
option 'interface' 'ff'
|
option 'interface' 'ff'
|
||||||
option 'Ip4Broadcast' '255.255.255.255'
|
option 'Ip4Broadcast' '255.255.255.255'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue