2014-12-03 15:17:05 +01:00
|
|
|
#
|
|
|
|
# Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org>
|
|
|
|
#
|
|
|
|
# This is free software, licensed under the Apache License, Version 2.0 .
|
|
|
|
#
|
|
|
|
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
LUCI_TITLE:=Freifunk DHCP-Splash application
|
2023-09-24 11:11:42 +03:00
|
|
|
LUCI_DEPENDS:=+luci-base +luci-compat +luci-lib-nixio +luci-lib-iptparser +luci-lua-runtime +tc +kmod-sched +iptables-mod-nat-extra +iptables-mod-ipopt
|
2014-12-03 15:17:05 +01:00
|
|
|
|
2024-03-24 16:10:22 +02:00
|
|
|
PKG_LICENSE:=Apache-2.0
|
2024-01-09 22:56:10 +02:00
|
|
|
PKG_MAINTAINER:=Manuel Munz <munz@comuno.net>
|
|
|
|
|
2016-12-10 11:20:01 +02:00
|
|
|
define Package/luci-app-splash/conffiles
|
|
|
|
/etc/config/luci_splash
|
|
|
|
/usr/lib/luci-splash/splashtext.html
|
|
|
|
/usr/lib/luci-splash/splashtextinclude.html
|
|
|
|
endef
|
|
|
|
|
2014-12-03 15:17:05 +01:00
|
|
|
include ../../luci.mk
|
|
|
|
|
|
|
|
# call BuildPackage - OpenWrt buildroot signature
|