diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-09-03 20:56:52 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-09-03 20:56:52 +0000 |
commit | d45502d46d946897abb6e1462f4f4ee6a5657b5d (patch) | |
tree | 9d0a243fdb9bd579fecc92845da3b400d1a01d11 /openwrt/target/linux | |
parent | d595a9246e5bb505a8c12f71f09f2e1dc867587b (diff) |
add PATH here, too
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1835 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/target/linux')
-rw-r--r-- | openwrt/target/linux/package/madwifi/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/target/linux/package/madwifi/Makefile b/openwrt/target/linux/package/madwifi/Makefile index 4e1a7d312b..e245f68b6f 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)" \ |