* luci/contrib/olsrd: disable ff sample interface by default to prevent warning from init script

This commit is contained in:
Jo-Philipp Wich 2008-10-28 19:00:31 +00:00
parent d05d5db855
commit e4f9202707

View file

@ -4,6 +4,7 @@ config 'olsrd'
option 'LinkQualityAlgorithm' 'etx_ff'
config 'Interface'
option 'ignore' '1'
option 'interface' 'ff'
option 'Ip4Broadcast' '255.255.255.255'