mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-03-04 20:51:43 +00:00
fix madwifi for the gemini target
SVN-Revision: 16270
This commit is contained in:
parent
642870d0cc
commit
9fa14987b8
@ -100,6 +100,9 @@ endif
|
|||||||
ifeq ($(BOARD),storm)
|
ifeq ($(BOARD),storm)
|
||||||
HAL_TARGET:=armv4-le-elf$(if $(CONFIG_EABI_SUPPORT),gnueabi)
|
HAL_TARGET:=armv4-le-elf$(if $(CONFIG_EABI_SUPPORT),gnueabi)
|
||||||
endif
|
endif
|
||||||
|
ifeq ($(BOARD),gemini)
|
||||||
|
HAL_TARGET:=armv4-le-elf$(if $(CONFIG_EABI_SUPPORT),gnueabi)
|
||||||
|
endif
|
||||||
ifneq ($(CONFIG_TARGET_atheros),)
|
ifneq ($(CONFIG_TARGET_atheros),)
|
||||||
HAL_TARGET:=wisoc
|
HAL_TARGET:=wisoc
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user