Makefile 538 B

1234567891011121314151617181920
  1. #
  2. # Copyright (C) 2008-2014 The LuCI Team <luci@lists.subsignal.org>
  3. #
  4. # This is free software, licensed under the Apache License, Version 2.0 .
  5. #
  6. include $(TOPDIR)/rules.mk
  7. LUCI_TITLE:=Freifunk DHCP-Splash application
  8. LUCI_DEPENDS:=+luci-lib-nixio +tc +kmod-sched +iptables-mod-nat-extra +iptables-mod-ipopt
  9. define Package/luci-app-splash/conffiles
  10. /etc/config/luci_splash
  11. /usr/lib/luci-splash/splashtext.html
  12. /usr/lib/luci-splash/splashtextinclude.html
  13. endef
  14. include ../../luci.mk
  15. # call BuildPackage - OpenWrt buildroot signature