diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-05-09 16:20:54 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-05-09 16:20:54 +0000 |
commit | 512dee5264db22969e81566ff7d17d4363df4511 (patch) | |
tree | f3d09a68079270048fc8904aa92c43fdf3a9d57c /contrib | |
parent | f9228e93e5eb8c76555f9a1875d1c7d3f4638d73 (diff) |
contrib/package: make watchdog dependency conditional
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/package/luci/Makefile | 2 |
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 |