contrib/package: make luci-app-splash depend on iptables-mod-nat-extra
authorJo-Philipp Wich <jow@openwrt.org>
Sat, 9 May 2009 22:20:58 +0000 (22:20 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sat, 9 May 2009 22:20:58 +0000 (22:20 +0000)
contrib/package/luci/Makefile

index 949f533..85ce3c7 100644 (file)
@@ -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