diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-05-09 22:20:58 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-05-09 22:20:58 +0000 |
commit | 153d28729894409f19c2455df9ea158ddd1815cd (patch) | |
tree | b41c3a70562bc5a6b1f5b0992d05f9012d3fa4ea | |
parent | f3c9a529cd719b7bd9d9a3ba8da894c7d0cd1393 (diff) |
contrib/package: make luci-app-splash depend on iptables-mod-nat-extra
-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 949f5334d..85ce3c722 100644 --- a/contrib/package/luci/Makefile +++ b/contrib/package/luci/Makefile @@ -462,7 +462,7 @@ endef define Package/luci-app-splash $(call Package/luci/fftemplate) - DEPENDS+=+PACKAGE_luci-app-splash:luci-nixio + DEPENDS+=+PACKAGE_luci-app-splash:luci-nixio +PACKAGE_luci-app-splash:iptables-mod-nat-extra TITLE:=Freifunk DHCP-Splash application endef |