diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-12-13 17:03:40 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-12-13 17:03:40 +0000 |
commit | 0a38f3c94f20ace6637aea3dc83ade9b2ef081af (patch) | |
tree | db0a74f781a4bdab5c4442a25ce34472ff7ce6de /package/Makefile | |
parent | ee4bf94469d781a2a716a617791ec82b99877aeb (diff) | |
download | master-187ad058-0a38f3c94f20ace6637aea3dc83ade9b2ef081af.tar.gz master-187ad058-0a38f3c94f20ace6637aea3dc83ade9b2ef081af.tar.bz2 master-187ad058-0a38f3c94f20ace6637aea3dc83ade9b2ef081af.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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47885 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/Makefile')
-rw-r--r-- | package/Makefile | 2 |
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 |