diff options
Diffstat (limited to 'updater-ng/Makefile')
-rw-r--r-- | updater-ng/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/updater-ng/Makefile b/updater-ng/Makefile index 17b8020..7382529 100644 --- a/updater-ng/Makefile +++ b/updater-ng/Makefile @@ -14,11 +14,11 @@ PKG_MAINTAINER:=CZ.NIC <packaging@turris.cz> HOST_BUILD_DEPENDS:=curl/host libevent2/host lua/host PKG_BUILD_DEPENDS:=busybox -include $(TOPDIR)/feeds/personal/autopkg-branch.mk +include $(TOPDIR)/package/autopkg-branch.mk include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/host-build.mk -include $(TOPDIR)/feeds/packages/lang/python/python-package.mk -include $(TOPDIR)/feeds/packages/lang/python/python3-package.mk +$(call include_mk, python-package.mk) +$(call include_mk, python3-package.mk) define Package/$(PKG_NAME) TITLE:=The next generation updater |