From: Jo-Philipp Wich Date: Sat, 9 May 2009 22:22:24 +0000 (+0000) Subject: luci-0.8: make luci-app-splash depend on iptables-mod-nat-extra X-Git-Tag: 0.8.7~37 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=626e9999bacb45bcd32b1b899baf08222a61b527;p=oweals%2Fluci.git luci-0.8: make luci-app-splash depend on iptables-mod-nat-extra --- diff --git a/contrib/package/luci/Makefile b/contrib/package/luci/Makefile index 3ec01f77d..5e427c6db 100644 --- a/contrib/package/luci/Makefile +++ b/contrib/package/luci/Makefile @@ -387,7 +387,7 @@ endef define Package/luci-app-splash $(call Package/luci/fftemplate) - DEPENDS+=+PACKAGE_luci-app-splash:luasocket + DEPENDS+=+PACKAGE_luci-app-splash:luasocket +PACKAGE_luci-app-splash:iptables-mod-nat-extra TITLE:=Freifunk DHCP-Splash application endef