mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00: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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user