X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=rules.mk;h=be269e77f33c9b308bc5bd01c255411e99ab21d0;hb=d4c503111cbea9658f33e780463983bbc35d3622;hp=73611029a3c835d933922100339ec6dce842c37b;hpb=3dcf8b9e33a39bb791904fcf6b2a4ff6ccbcfa7a;p=openwrt.git diff --git a/rules.mk b/rules.mk index 73611029a3..be269e77f3 100644 --- a/rules.mk +++ b/rules.mk @@ -6,7 +6,6 @@ # -include $(TOPDIR)/.config -include $(TOPDIR)/include/host.mk include $(TOPDIR)/include/verbose.mk export SHELL=/usr/bin/env bash -c '. $(TOPDIR)/include/shell.sh; eval "$$2"' -- @@ -85,6 +84,7 @@ RSTRIP:= \ # where to build (and put) .ipk packages IPKG:= \ + PATH="$(STAGING_DIR)/bin:$(PATH)" \ IPKG_TMP=$(BUILD_DIR)/tmp \ IPKG_INSTROOT=$(TARGET_DIR) \ IPKG_CONF_DIR=$(STAGING_DIR)/etc \