You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
527 B

6 years ago
6 years ago
  1. include $(TOPDIR)/rules.mk
  2. PKG_NAME:=lilik
  3. PKG_VERSION:=1.0
  4. PKG_RELEASE:=1
  5. include $(INCLUDE_DIR)/package.mk
  6. define Package/lilik
  7. SECTION:=meta
  8. CATEGORY:=LILiK
  9. DEPENDS:=+ca-bundle +ca-certificates +dnsmasq-full +reverseproxy +ansible +openssl-util
  10. TITLE:=LILiK meta-package
  11. endef
  12. define Package/lilik/description
  13. LILiK Meta-package all our OpenWRT needs
  14. endef
  15. # This command is always the last, it uses the definitions and variables we give above in order to get the job done
  16. $(eval $(call BuildPackage,lilik))