From: Felix Fietkau Date: Mon, 11 May 2009 21:22:11 +0000 (+0000) Subject: madwifi: the openwrt build system usually has a better idea of what the target arch... X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=2fdff7b2da4c375f86d4ff0afd52e5df617e7349;p=openwrt%2Fsvn-archive%2Farchive.git madwifi: the openwrt build system usually has a better idea of what the target arch is than the madwifi build system :) SVN-Revision: 15788 --- 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)" \