summaryrefslogtreecommitdiffstats
path: root/openwrt/target/linux
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-08-14 15:35:16 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-08-14 15:35:16 +0000
commit49b5f4bb2101f55684f31984b0e7c84f5f82486b (patch)
treedb364f3b9d44db4b6d521e4bf1dc2f4c4d8dccf6 /openwrt/target/linux
parent8d627f3fc5b90bd3b2349888ec5eefbf3778da41 (diff)
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@1662 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/target/linux')
-rw-r--r--openwrt/target/linux/package/madwifi/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/target/linux/package/madwifi/Makefile b/openwrt/target/linux/package/madwifi/Makefile
index df1ae1082..bde33e2e1 100644
--- a/openwrt/target/linux/package/madwifi/Makefile
+++ b/openwrt/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)"