mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-24 22:06:31 +02:00
fix madwifi for the gemini target
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16270 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
5d422a4b0e
commit
707d176121
@ -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