summaryrefslogtreecommitdiff
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
parent52c25616fad5d1114aebe4ea6fec0ffc9a0d2e11 (diff)
downloadopenwrt-personal-pkgs-e73927d39e4cad42c5e35f2eb44f50f169ea9bfe.tar.gz
openwrt-personal-pkgs-e73927d39e4cad42c5e35f2eb44f50f169ea9bfe.tar.bz2
openwrt-personal-pkgs-e73927d39e4cad42c5e35f2eb44f50f169ea9bfe.zip
Fix autopkg reference in packages
-rw-r--r--shellrc/Makefile2
-rw-r--r--updater-ng/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/shellrc/Makefile b/shellrc/Makefile
index 034e047..55f7dcb 100644
--- a/shellrc/Makefile
+++ b/shellrc/Makefile
@@ -12,7 +12,7 @@ PKG_RELEASE:=1
PKG_SOURCE_URL:=https://git.cynerd.cz/shellrc
PKG_MAINTAINER:=Karel Kočí <cynerd@email.cz>
-include $(TOPDIR)/package/autopkg-tag.mk
+include $(TOPDIR)/feeds/personal/autopkg-tag.mk
include $(INCLUDE_DIR)/package.mk
define Package/$(PKG_NAME)
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)