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.

24 lines
452 B

6 years ago
6 years ago
6 years ago
  1. # vim: set noexpandtab:
  2. include $(TOPDIR)/rules.mk
  3. PKG_NAME:=lilik
  4. PKG_VERSION:=1.0
  5. PKG_RELEASE:=1
  6. include $(INCLUDE_DIR)/package.mk
  7. define Package/lilik
  8. SECTION:=meta
  9. CATEGORY:=LILiK
  10. DEPENDS:=+ca-bundle +ca-certificates +dnsmasq-full +reverse-proxy +ansible +openssl-util +editors +userspace
  11. TITLE:=LILiK meta-package
  12. endef
  13. define Package/lilik/description
  14. LILiK Meta-package all our OpenWRT needs
  15. endef
  16. $(eval $(call BuildPackage,lilik))