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

index 3ec01f7..5e427c6 100644 (file)
@@ -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