[OpenWrt-Devel] [PATCH] add opkg host dependency
Dirk Neukirchen
dirkneukirchen at web.de
Thu Dec 10 05:45:58 EST 2015
fixes a missing host opkg
found by: unselect base-files, opkg
Signed-off-by: Dirk Neukirchen <dirkneukirchen at web.de>
---
package/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/Makefile b/package/Makefile
index cc691b5..aa5d522 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
--
2.6.3
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list