From: Jo-Philipp Wich Date: Sat, 13 Sep 2008 18:24:27 +0000 (+0000) Subject: * luci/contrib/olsr: remove HNA parameter from default config it's senseless and... X-Git-Tag: 0.9.0~1323 X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=fb9fc25c3fa24b43b757c38fe6bcab8a9412ec53 * luci/contrib/olsr: remove HNA parameter from default config it's senseless and causes the current initscript to fail --- diff --git a/contrib/package/olsrd-luci/files/etc/config/olsrd b/contrib/package/olsrd-luci/files/etc/config/olsrd index 5ef2bb25e..2e0e4e6a1 100644 --- a/contrib/package/olsrd-luci/files/etc/config/olsrd +++ b/contrib/package/olsrd-luci/files/etc/config/olsrd @@ -10,7 +10,7 @@ config 'Interface' config 'LoadPlugin' option 'library' 'olsrd_dyn_gw.so.0.4' option 'Ping' '141.1.1.1' - option 'HNA' '192.168.80.0 255.255.255.0' +# option 'HNA' '192.168.80.0 255.255.255.0' option 'Interval' '60' config 'LoadPlugin'