mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-27 16:43:09 +02:00
fix madwifi upstream compile for mips (#3952)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12488 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
a47a7d1cc9
commit
c76b45af23
@ -63,10 +63,10 @@ ifneq ($(CONFIG_CPU_MIPS32_R2),)
|
||||
endif
|
||||
else
|
||||
ifeq ($(ARCH),mips)
|
||||
HAL_TARGET:=mips32-be-elf
|
||||
HAL_TARGET:=$(if $(CONFIG_MADWIFI_UPSTREAM),mips-be-elf,mips32-be-elf)
|
||||
endif
|
||||
ifeq ($(ARCH),mipsel)
|
||||
HAL_TARGET:=mips32-le-elf
|
||||
HAL_TARGET:=$(if $(CONFIG_MADWIFI_UPSTREAM),mips-le-elf,mips32-le-elf)
|
||||
endif
|
||||
endif
|
||||
ifeq ($(ARCH),i386)
|
||||
|
Loading…
Reference in New Issue
Block a user