summaryrefslogtreecommitdiff
path: root/updater-ng/Makefile
diff options
context:
space:
mode:
authorKarel Kočí <karel.koci@nic.cz>2018-09-17 10:06:07 +0200
committerKarel Kočí <karel.koci@nic.cz>2018-09-17 10:06:07 +0200
commite73927d39e4cad42c5e35f2eb44f50f169ea9bfe (patch)
tree9e46cf8e8de012567776380310aa351a8f63977c /updater-ng/Makefile
parent52c25616fad5d1114aebe4ea6fec0ffc9a0d2e11 (diff)
downloadopenwrt-personal-pkgs-e73927d39e4cad42c5e35f2eb44f50f169ea9bfe.tar.gz
openwrt-personal-pkgs-e73927d39e4cad42c5e35f2eb44f50f169ea9bfe.tar.bz2
openwrt-personal-pkgs-e73927d39e4cad42c5e35f2eb44f50f169ea9bfe.zip
Fix autopkg reference in packages
Diffstat (limited to 'updater-ng/Makefile')
-rw-r--r--updater-ng/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/updater-ng/Makefile b/updater-ng/Makefile
index 257ed8c..9aed492 100644
--- a/updater-ng/Makefile
+++ b/updater-ng/Makefile
@@ -14,7 +14,7 @@ PKG_MAINTAINER:=CZ.NIC <packaging@turris.cz>
HOST_BUILD_DEPENDS:=curl/host libevent2/host lua/host
PKG_BUILD_DEPENDS:=busybox
-include $(TOPDIR)/package/autopkg-branch.mk
+include $(TOPDIR)/feeds/personal/autopkg-branch.mk
include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/host-build.mk
$(call include_mk, python3-package.mk)