Makefile 446 B

123456789101112131415161718192021
  1. #
  2. # Copyright (C) 2015 OpenWrt.org
  3. #
  4. # This is free software, licensed under the GNU General Public License v2.
  5. # See /LICENSE for more information.
  6. #
  7. include $(TOPDIR)/rules.mk
  8. LUCI_TITLE:=uHTTPd Webserver Configuration
  9. LUCI_DEPENDS:=+uhttpd
  10. LUCI_PKGARCH:=all
  11. PKG_LICENSE:=Apache-2.0
  12. PKG_MAINTAINER:=Daniel Dickinson <openwrt@daniel.thecshore.com>
  13. LUA_TARGET:=source
  14. include ../../luci.mk
  15. # call BuildPackage - OpenWrt buildroot signature