diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-05-11 21:22:11 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-05-11 21:22:11 +0000 |
commit | 3d4ce40385467dced0f4b40c74cabf3945b86295 (patch) | |
tree | 09dd3f580b7e212dc881eb11fa0fa29395f060c1 /package/madwifi | |
parent | 3db9527d39b1168d18b18d60f3c3f895c751814a (diff) | |
download | upstream-3d4ce40385467dced0f4b40c74cabf3945b86295.tar.gz upstream-3d4ce40385467dced0f4b40c74cabf3945b86295.tar.bz2 upstream-3d4ce40385467dced0f4b40c74cabf3945b86295.zip |
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/madwifi')
-rw-r--r-- | package/madwifi/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/madwifi/Makefile b/package/madwifi/Makefile index 8db820e5aa..3fecfd6f68 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)" \ |