summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2016-08-01 11:12:15 +0200
committerFelix Fietkau <nbd@nbd.name>2016-08-01 11:13:38 +0200
commit180465c38f1599f7339a00f80b383620c7c3818d (patch)
treec17d046a50456c32b484f97b5274bcff3c3456f4 /include
parente351f7c695760b50ef9ab8a08907d443dc5ea585 (diff)
downloadmaster-31e0f0ae-180465c38f1599f7339a00f80b383620c7c3818d.tar.gz
master-31e0f0ae-180465c38f1599f7339a00f80b383620c7c3818d.tar.bz2
master-31e0f0ae-180465c38f1599f7339a00f80b383620c7c3818d.zip
build: create a package feed directory containing all packages
Needed for proper dependency handling for per-device rootfs Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'include')
-rw-r--r--include/feeds.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/feeds.mk b/include/feeds.mk
index 4ca7b3a9bc..cbb3997a8d 100644
--- a/include/feeds.mk
+++ b/include/feeds.mk
@@ -23,6 +23,8 @@ ifneq ($(CONFIG_PER_FEED_REPO),)
endif
endif
+PACKAGE_DIR_ALL := $(PACKAGE_DIR)_all
+
PKG_CONFIG_DEPENDS += \
CONFIG_PER_FEED_REPO \
CONFIG_PER_FEED_REPO_ADD_DISABLED \