2
0

Makefile 567 B

12345678910111213141516171819202122232425
  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.2023.42
  8. PKG_RELEASE:=1
  9. LUCI_TITLE:=LuCI for smartdns
  10. LUCI_DESCRIPTION:=Provides Luci for smartdns
  11. LUCI_DEPENDS:=+luci-base +smartdns
  12. define Package/$(PKG_NAME)/config
  13. # shown in make menuconfig <Help>
  14. help
  15. $(LUCI_TITLE)
  16. Version: $(PKG_VERSION)-$(PKG_RELEASE)
  17. endef
  18. include ../../luci.mk
  19. # call BuildPackage - OpenWrt buildroot signature