From: Jo-Philipp Wich Date: Fri, 30 Jan 2009 13:48:32 +0000 (+0000) Subject: contrib/package: switch to olsrd dyn_gw_plain plugin and enable it by default X-Git-Tag: 0.9.0~708 X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=d0d071591140d6e4d229f19c897a383a63fc2e47;ds=sidebyside contrib/package: switch to olsrd dyn_gw_plain plugin and enable it by default --- diff --git a/contrib/package/luci/Makefile b/contrib/package/luci/Makefile index 327482091..82921c844 100644 --- a/contrib/package/luci/Makefile +++ b/contrib/package/luci/Makefile @@ -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 diff --git a/contrib/package/olsrd-luci/files/etc/config/olsrd b/contrib/package/olsrd-luci/files/etc/config/olsrd index 3fc8214ef..49e1b2650 100644 --- a/contrib/package/olsrd-luci/files/etc/config/olsrd +++ b/contrib/package/olsrd-luci/files/etc/config/olsrd @@ -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'