Skip to content
Snippets Groups Projects
Commit ce6c1c6c authored by Felix Fietkau's avatar Felix Fietkau
Browse files

build: add opkg host dependency


fixes a missing host opkg
found by: unselect base-files, opkg

Signed-off-by: default avatarDirk Neukirchen <dirkneukirchen@web.de>

SVN-Revision: 47885
parent 5d4f5689
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment