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 3ec01f77d375e6c0fb0660f4da03ee37e6a8d13e..5e427c6db1b87c770480055bf24fac99b6f72c32 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