madwifi: the openwrt build system usually has a better idea of what the target arch is than the madwifi build system :)
SVN-Revision: 15788
This commit is contained in:
parent
20182554ad
commit
898fc4d25c
1 changed files with 1 additions and 0 deletions
|
@ -189,6 +189,7 @@ MADWIFI_INC = \
|
||||||
MAKE_ARGS:= \
|
MAKE_ARGS:= \
|
||||||
PATH="$(TARGET_PATH)" \
|
PATH="$(TARGET_PATH)" \
|
||||||
ARCH="$(LINUX_KARCH)" \
|
ARCH="$(LINUX_KARCH)" \
|
||||||
|
ARCH-y="$(LINUX_KARCH)" \
|
||||||
CROSS_COMPILE="$(TARGET_CROSS)" \
|
CROSS_COMPILE="$(TARGET_CROSS)" \
|
||||||
TARGET="$(HAL_TARGET)" \
|
TARGET="$(HAL_TARGET)" \
|
||||||
TOOLPREFIX="$(KERNEL_CROSS)" \
|
TOOLPREFIX="$(KERNEL_CROSS)" \
|
||||||
|
|
Loading…
Reference in a new issue