fix madwifi for the gemini target
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16270 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
b4f89cab4b
commit
7f5bcd441b
|
@ -100,6 +100,9 @@ endif
|
|||
ifeq ($(BOARD),storm)
|
||||
HAL_TARGET:=armv4-le-elf$(if $(CONFIG_EABI_SUPPORT),gnueabi)
|
||||
endif
|
||||
ifeq ($(BOARD),gemini)
|
||||
HAL_TARGET:=armv4-le-elf$(if $(CONFIG_EABI_SUPPORT),gnueabi)
|
||||
endif
|
||||
ifneq ($(CONFIG_TARGET_atheros),)
|
||||
HAL_TARGET:=wisoc
|
||||
endif
|
||||
|
|
Loading…
Reference in New Issue