* luci/contrib/olsrd: disable ff sample interface by default to prevent warning from...
authorJo-Philipp Wich <jow@openwrt.org>
Tue, 28 Oct 2008 19:00:31 +0000 (19:00 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Tue, 28 Oct 2008 19:00:31 +0000 (19:00 +0000)
contrib/package/olsrd-luci/files/etc/config/olsrd

index 117a93e..2fa31ee 100644 (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'