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.

21 lines
439 B

6 years ago
6 years ago
6 years ago
6 years ago
  1. include $(TOPDIR)/rules.mk
  2. PKG_NAME:=ansible
  3. PKG_VERSION:=1.0
  4. PKG_RELEASE:=1
  5. include $(INCLUDE_DIR)/package.mk
  6. define Package/ansible
  7. SECTION:=meta
  8. CATEGORY:=LILiK
  9. DEPENDS:=+python +python3 +openssh-server +openssh-client +openssh-client-utils
  10. TITLE:=requirements to configure OpenWRT using ansible
  11. endef
  12. define Package/ansible/description
  13. LILiK's meta-package for ansible requirements
  14. endef
  15. $(eval $(call BuildPackage,ansible))