aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-08-14 15:35:16 +0000
committerNicolas Thill <nico@openwrt.org>2005-08-14 15:35:16 +0000
commit1e58c69c9fb44cfc24b12d8d90c98363ea5c7b65 (patch)
tree7ef13815c1f6c555e1eb5c8318e97f1d3afdbfaf /target/linux
parent784b8bd42f8f263276ba8bdfa997860410708b89 (diff)
downloadmaster-187ad058-1e58c69c9fb44cfc24b12d8d90c98363ea5c7b65.tar.gz
master-187ad058-1e58c69c9fb44cfc24b12d8d90c98363ea5c7b65.tar.bz2
master-187ad058-1e58c69c9fb44cfc24b12d8d90c98363ea5c7b65.zip
fix building when target arch != mipsel (arch defaults to mipsel if not set when entering linux_dir)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1662 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r--target/linux/package/madwifi/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/package/madwifi/Makefile b/target/linux/package/madwifi/Makefile
index df1ae1082d..bde33e2e1b 100644
--- a/target/linux/package/madwifi/Makefile
+++ b/target/linux/package/madwifi/Makefile
@@ -36,6 +36,7 @@ $(PKG_BUILD_DIR)/.configured:
$(PKG_BUILD_DIR)/.built:
$(MAKE) -C $(PKG_BUILD_DIR) \
+ ARCH="$(ARCH)" \
TARGET="$(HAL_TARGET)" \
TOOLPREFIX="$(KERNEL_CROSS)" \
KERNELPATH="$(KERNEL_DIR)"