summaryrefslogtreecommitdiffhomepage
path: root/contrib
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2009-05-09 16:20:54 +0000
committerJo-Philipp Wich <jow@openwrt.org>2009-05-09 16:20:54 +0000
commit512dee5264db22969e81566ff7d17d4363df4511 (patch)
treef3d09a68079270048fc8904aa92c43fdf3a9d57c /contrib
parentf9228e93e5eb8c76555f9a1875d1c7d3f4638d73 (diff)
contrib/package: make watchdog dependency conditional
Diffstat (limited to 'contrib')
-rw-r--r--contrib/package/luci/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/package/luci/Makefile b/contrib/package/luci/Makefile
index 52a4a3037..55514008f 100644
--- a/contrib/package/luci/Makefile
+++ b/contrib/package/luci/Makefile
@@ -328,7 +328,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 +luci-app-olsr +freifunk-watchdog
+ +PACKAGE_luci-freifunk-community:ip +PACKAGE_luci-freifunk-community:freifunk-watchdog +luci-app-olsr
TITLE:=Freifunk Community Meta-Package
endef