diff options
author | Felix Fietkau <nbd@nbd.name> | 2016-08-03 12:22:04 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-08-03 12:22:18 +0200 |
commit | f2de33b2c94b633194b802570d87502988c22c6e (patch) | |
tree | cbb0122ed82a56d0159766d11536fa0b41cb8efa /include | |
parent | 2f8c35585065bdbacbc615d00e4b2bf0b04bca38 (diff) | |
download | upstream-f2de33b2c94b633194b802570d87502988c22c6e.tar.gz upstream-f2de33b2c94b633194b802570d87502988c22c6e.tar.bz2 upstream-f2de33b2c94b633194b802570d87502988c22c6e.zip |
build: move merged package directory from bin/ to staging_dir
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'include')
-rw-r--r-- | include/feeds.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/feeds.mk b/include/feeds.mk index cbb3997a8d..c79c941ffa 100644 --- a/include/feeds.mk +++ b/include/feeds.mk @@ -23,7 +23,7 @@ ifneq ($(CONFIG_PER_FEED_REPO),) endif endif -PACKAGE_DIR_ALL := $(PACKAGE_DIR)_all +PACKAGE_DIR_ALL := $(TOPDIR)/staging_dir/packages/$(BOARD) PKG_CONFIG_DEPENDS += \ CONFIG_PER_FEED_REPO \ |