mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-12-13 16:12:09 -05:00
madwifi: add HAL_TARGET mapping for kirkwood board
SVN-Revision: 17960
This commit is contained in:
parent
3da62691c0
commit
8419537475
@ -79,6 +79,9 @@ endif
|
|||||||
ifeq ($(BOARD),iop32x)
|
ifeq ($(BOARD),iop32x)
|
||||||
HAL_TARGET:=xscale-le-elf$(if $(CONFIG_EABI_SUPPORT),gnueabi)
|
HAL_TARGET:=xscale-le-elf$(if $(CONFIG_EABI_SUPPORT),gnueabi)
|
||||||
endif
|
endif
|
||||||
|
ifeq ($(BOARD),kirkwood)
|
||||||
|
HAL_TARGET:=xscale-le-elf$(if $(CONFIG_EABI_SUPPORT),gnueabi)
|
||||||
|
endif
|
||||||
ifeq ($(BOARD),orion)
|
ifeq ($(BOARD),orion)
|
||||||
HAL_TARGET:=xscale-le-elf$(if $(CONFIG_EABI_SUPPORT),gnueabi)
|
HAL_TARGET:=xscale-le-elf$(if $(CONFIG_EABI_SUPPORT),gnueabi)
|
||||||
endif
|
endif
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user