aboutsummaryrefslogtreecommitdiffstats
path: root/package/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-12-13 17:03:40 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-12-13 17:03:40 +0000
commitce6c1c6c84dd2f45e1117443f2b48882d48311dc (patch)
treec4a95a9901b47a30cbced2ec3c78b538c5c02f62 /package/Makefile
parent5d4f5689fdd22b17d688a30717f39f036ea988a6 (diff)
downloadupstream-ce6c1c6c84dd2f45e1117443f2b48882d48311dc.tar.gz
upstream-ce6c1c6c84dd2f45e1117443f2b48882d48311dc.tar.bz2
upstream-ce6c1c6c84dd2f45e1117443f2b48882d48311dc.zip
build: add opkg host dependency
fixes a missing host opkg found by: unselect base-files, opkg Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de> SVN-Revision: 47885
Diffstat (limited to 'package/Makefile')
-rw-r--r--package/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/Makefile b/package/Makefile
index cc691b5ad2..aa5d522516 100644
--- a/package/Makefile
+++ b/package/Makefile
@@ -91,7 +91,7 @@ PACKAGE_INSTALL_FILES:= \
$(curdir)/cleanup: $(TMP_DIR)/.build
rm -rf $(STAGING_DIR_ROOT)
-$(curdir)/install: $(TMP_DIR)/.build
+$(curdir)/install: $(TMP_DIR)/.build $(curdir)/system/opkg/host/install
- find $(STAGING_DIR_ROOT) -type d | $(XARGS) chmod 0755
rm -rf $(TARGET_DIR)
[ -d $(TARGET_DIR)/tmp ] || mkdir -p $(TARGET_DIR)/tmp