From 180465c38f1599f7339a00f80b383620c7c3818d Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 1 Aug 2016 11:12:15 +0200 Subject: build: create a package feed directory containing all packages Needed for proper dependency handling for per-device rootfs Signed-off-by: Felix Fietkau --- include/feeds.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') 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 \ -- cgit v1.2.3