Makefile 413 B

12345678910111213141516
  1. # See /LICENSE for more information.
  2. # This is free software, licensed under the GNU General Public License v2.
  3. include $(TOPDIR)/rules.mk
  4. LUCI_TITLE:=LuCI example app for js based luci
  5. LUCI_DEPENDS:=+luci-base
  6. LUCI_PKGARCH:=all
  7. PKG_LICENSE:=GPL-2.0
  8. PKG_MAINTAINER:=Andreas Brau <ab@andi95.de>, \
  9. Duncan Hill <github.com@cricalix.net>
  10. include ../../luci.mk
  11. # call BuildPackage - OpenWrt buildroot signature