From 626e9999bacb45bcd32b1b899baf08222a61b527 Mon Sep 17 00:00:00 2001
From: Jo-Philipp Wich <jow@openwrt.org>
Date: Sat, 9 May 2009 22:22:24 +0000
Subject: [PATCH] luci-0.8: make luci-app-splash depend on
 iptables-mod-nat-extra

---
 contrib/package/luci/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
 
-- 
2.25.1