mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-01-02 20:32:22 +00:00
remove uneeded PATH setting in ipkg invocation
SVN-Revision: 8580
This commit is contained in:
parent
916e33b59e
commit
9400ad240f
1
rules.mk
1
rules.mk
@ -109,7 +109,6 @@ RSTRIP:= \
|
|||||||
|
|
||||||
# where to build (and put) .ipk packages
|
# where to build (and put) .ipk packages
|
||||||
IPKG:= \
|
IPKG:= \
|
||||||
PATH="$(STAGING_DIR_HOST)/bin:$(PATH)" \
|
|
||||||
IPKG_TMP=$(TMP_DIR)/ipkg \
|
IPKG_TMP=$(TMP_DIR)/ipkg \
|
||||||
IPKG_INSTROOT=$(TARGET_DIR) \
|
IPKG_INSTROOT=$(TARGET_DIR) \
|
||||||
IPKG_CONF_DIR=$(STAGING_DIR)/etc \
|
IPKG_CONF_DIR=$(STAGING_DIR)/etc \
|
||||||
|
Loading…
Reference in New Issue
Block a user