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.

23 lines
464 B

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