luci-base: move luci.sys.iptparser into separate package
[project/luci.git] / applications / luci-app-splash / Makefile
index 345f8910ff09c17c61afa69c1ad1a70e103cfbcc..46537248710962768495fe91585823409740d3d0 100644 (file)
@@ -7,7 +7,13 @@
 include $(TOPDIR)/rules.mk
 
 LUCI_TITLE:=Freifunk DHCP-Splash application
-LUCI_DEPENDS:=+luci-lib-nixio +tc +kmod-sched +iptables-mod-nat-extra +iptables-mod-ipopt
+LUCI_DEPENDS:=+luci-lib-nixio +luci-lib-iptparser +tc +kmod-sched +iptables-mod-nat-extra +iptables-mod-ipopt
+
+define Package/luci-app-splash/conffiles
+/etc/config/luci_splash
+/usr/lib/luci-splash/splashtext.html
+/usr/lib/luci-splash/splashtextinclude.html
+endef
 
 include ../../luci.mk