2
0

Makefile 574 B

1234567891011121314151617181920212223242526
  1. #
  2. # Copyright 2018-2020 Nick Peng <pymumu@gmail.com>
  3. # Licensed to the public under the GPL V3 License.
  4. include $(TOPDIR)/rules.mk
  5. PKG_LICENSE:=GPL-3.0-or-later
  6. PKG_MAINTAINER:=Nick Peng <pymumu@gmail.com>
  7. PKG_VERSION:=1.2020.30
  8. PKG_RELEASE:=1
  9. LUCI_TITLE:=LuCI for smartdns
  10. LUCI_DESCRIPTION:=Provides Luci for smartdns
  11. LUCI_DEPENDS:=+smartdns
  12. LUCI_PKGARCH:=all
  13. define Package/$(PKG_NAME)/config
  14. # shown in make menuconfig <Help>
  15. help
  16. $(LUCI_TITLE)
  17. Version: $(PKG_VERSION)-$(PKG_RELEASE)
  18. endef
  19. include ../../luci.mk
  20. # call BuildPackage - OpenWrt buildroot signature