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.
|
# vim: set noexpandtab:
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
PKG_NAME:=lilik
|
|
PKG_VERSION:=1.0
|
|
PKG_RELEASE:=1
|
|
|
|
include $(INCLUDE_DIR)/package.mk
|
|
|
|
define Package/lilik
|
|
SECTION:=meta
|
|
CATEGORY:=LILiK
|
|
DEPENDS:=+ca-bundle +ca-certificates +dnsmasq-full +reverse-proxy +ansible +openssl-util +editors +userspace
|
|
TITLE:=LILiK meta-package
|
|
endef
|
|
|
|
define Package/lilik/description
|
|
LILiK Meta-package all our OpenWRT needs
|
|
|
|
endef
|
|
|
|
|
|
$(eval $(call BuildPackage,lilik))
|