Makefile 644 B

12345678910111213141516171819202122232425262728
  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_TYPE:=col
  8. LUCI_BASENAME:=light
  9. LUCI_TITLE:=LuCI interface with Uhttpd as Webserver (light)
  10. LUCI_DESCRIPTION:=Light OpenWrt set including admin support and the default Bootstrap theme
  11. LUCI_DEPENDS:= \
  12. +IPV6:luci-proto-ipv6 \
  13. +luci-app-firewall \
  14. +luci-mod-admin-full \
  15. +luci-proto-ppp \
  16. +luci-theme-bootstrap \
  17. +rpcd-mod-rrdns \
  18. +uhttpd \
  19. +uhttpd-mod-ubus
  20. PKG_LICENSE:=Apache-2.0
  21. include ../../luci.mk
  22. # call BuildPackage - OpenWrt buildroot signature