contrib/package: switch to olsrd dyn_gw_plain plugin and enable it by default

This commit is contained in:
Jo-Philipp Wich 2009-01-30 13:48:32 +00:00
parent 3b0ef94a9e
commit d0d0715911
2 changed files with 2 additions and 5 deletions

View file

@ -263,7 +263,7 @@ define Package/luci-freifunk-community
+luci-app-ffwizard-leipzig \
+luci-theme-fledermaus \
+luci-i18n-german \
+PACKAGE_luci-freifunk-community:olsrd-luci +PACKAGE_luci-freifunk-community:olsrd-luci-mod-dyn-gw \
+PACKAGE_luci-freifunk-community:olsrd-luci +PACKAGE_luci-freifunk-community:olsrd-luci-mod-dyn-gw-plain \
+PACKAGE_luci-freifunk-community:olsrd-luci-mod-txtinfo +PACKAGE_luci-freifunk-community:olsrd-luci-mod-nameservice \
+PACKAGE_luci-freifunk-community:kmod-tun +PACKAGE_luci-freifunk-community:ip \
+luci-app-olsr

View file

@ -9,10 +9,7 @@ config 'Interface'
option 'Ip4Broadcast' '255.255.255.255'
config 'LoadPlugin'
option 'ignore' '1'
option 'library' 'olsrd_dyn_gw.so.0.4'
option 'Ping' '141.1.1.1'
option 'Interval' '60'
option 'library' 'olsrd_dyn_gw_plain.so.0.4'
config 'LoadPlugin'
option 'library' 'olsrd_nameservice.so.0.3'