diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-08-05 02:06:09 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-08-05 02:06:09 +0000 |
commit | ea1374c96cd248d340ea083f5685c4efde7ca9c3 (patch) | |
tree | 3a8faa0ee28f807a9252ea9e5eca29ae38e3e03f | |
parent | 67150c34a103fe89a0e32d16169f958e2758ca56 (diff) |
contrib/package: remove dependency on remote-update in community package, this prevented building on x86 and others
-rw-r--r-- | contrib/package/luci/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/contrib/package/luci/Makefile b/contrib/package/luci/Makefile index 726a3b3a3..6f4f6980e 100644 --- a/contrib/package/luci/Makefile +++ b/contrib/package/luci/Makefile @@ -349,8 +349,7 @@ define Package/luci-freifunk-community +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:olsrd-luci-mod-watchdog +PACKAGE_luci-freifunk-community:kmod-tun \ - +PACKAGE_luci-freifunk-community:ip +PACKAGE_luci-freifunk-community:freifunk-watchdog +luci-app-olsr \ - +PACKAGE_luci-freifunk-community:remote-update + +PACKAGE_luci-freifunk-community:ip +PACKAGE_luci-freifunk-community:freifunk-watchdog +luci-app-olsr TITLE:=Freifunk Community Meta-Package endef |