From: wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date: Sat, 3 Sep 2005 20:56:52 +0000 (+0000)
Subject: add PATH here, too
X-Git-Url: https://git.rohieb.name/openwrt.git/commitdiff_plain/d45502d46d946897abb6e1462f4f4ee6a5657b5d

add PATH here, too


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1835 3c298f89-4303-0410-b956-a3cf2f4a3e73
---

diff --git a/openwrt/target/linux/package/madwifi/Makefile b/openwrt/target/linux/package/madwifi/Makefile
index 4e1a7d312..e245f68b6 100644
--- a/openwrt/target/linux/package/madwifi/Makefile
+++ b/openwrt/target/linux/package/madwifi/Makefile
@@ -37,6 +37,7 @@ $(PKG_BUILD_DIR)/.configured:
 
 $(PKG_BUILD_DIR)/.built:
 	$(MAKE) -C $(PKG_BUILD_DIR) \
+		PATH="$(TARGET_PATH)" \
 		ARCH="$(LINUX_KARCH)" \
 		TARGET="$(HAL_TARGET)" \
 		TOOLPREFIX="$(KERNEL_CROSS)" \