summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-05-11 21:22:11 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-05-11 21:22:11 +0000
commitc834c015a4ae43093ea3443f30c7c45048d212e3 (patch)
tree09dd3f580b7e212dc881eb11fa0fa29395f060c1 /package
parentc3a3e000b02e0efd5315b7421ad53f24fcd0eea2 (diff)
madwifi: the openwrt build system usually has a better idea of what the target arch is than the madwifi build system :)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15788 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r--package/madwifi/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/madwifi/Makefile b/package/madwifi/Makefile
index 8db820e5a..3fecfd6f6 100644
--- a/package/madwifi/Makefile
+++ b/package/madwifi/Makefile
@@ -189,6 +189,7 @@ MADWIFI_INC = \
MAKE_ARGS:= \
PATH="$(TARGET_PATH)" \
ARCH="$(LINUX_KARCH)" \
+ ARCH-y="$(LINUX_KARCH)" \
CROSS_COMPILE="$(TARGET_CROSS)" \
TARGET="$(HAL_TARGET)" \
TOOLPREFIX="$(KERNEL_CROSS)" \