Author: nbd Date: 2015-12-13 18:03:40 +0100 (Sun, 13 Dec 2015) New Revision: 47885
Modified: trunk/package/Makefile Log: build: add opkg host dependency fixes a missing host opkg found by: unselect base-files, opkg Signed-off-by: Dirk Neukirchen <[email protected]> Modified: trunk/package/Makefile =================================================================== --- trunk/package/Makefile 2015-12-12 21:01:02 UTC (rev 47884) +++ trunk/package/Makefile 2015-12-13 17:03:40 UTC (rev 47885) @@ -91,7 +91,7 @@ $(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 _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
