Browse Source

first commit

master
Edoardo Putti 6 years ago
commit
387d483b10
2 changed files with 44 additions and 0 deletions
  1. +22
    -0
      bundle/ansible/Makefile
  2. +22
    -0
      bundle/lilik/Makefile

+ 22
- 0
bundle/ansible/Makefile View File

@ -0,0 +1,22 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=ansible
PKG_VERSION:=1.0
PKG_RELEASE:=1
include $(INCLUDE_DIR)/package.mk
define Package/ansible
SECTION:=bundles
CATEGORY:=Bundles
DEPENDS:=+python +python3
TITLE:=requirements to configure OpenWRT using ansible
endef
define Package/ansible/description
LILiK's meta-package for ansible requirements
endef
# This command is always the last, it uses the definitions and variables we give above in order to get the job done
$(eval $(call BuildPackage,ansible))

+ 22
- 0
bundle/lilik/Makefile View File

@ -0,0 +1,22 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=lilik
PKG_VERSION:=1.0
PKG_RELEASE:=1
include $(INCLUDE_DIR)/package.mk
define Package/lilik
SECTION:=bundles
CATEGORY:=Bundles
DEPENDS:=+ca-bundle +ca-certificates +dnsmasq-full +nginx-all +openssh-server +openss-clients
TITLE:=LILiK meta-package
endef
define Package/lilik/description
LILiK Meta-package all our OpenWRT needs
endef
# This command is always the last, it uses the definitions and variables we give above in order to get the job done
$(eval $(call BuildPackage,lilik))

Loading…
Cancel
Save