projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix madwifi upstream compile for mips (#3952)
[openwrt.git]
/
package
/
madwifi
/
Makefile
diff --git
a/package/madwifi/Makefile
b/package/madwifi/Makefile
index
adfd418
..
68bec30
100644
(file)
--- a/
package/madwifi/Makefile
+++ b/
package/madwifi/Makefile
@@
-63,10
+63,10
@@
ifneq ($(CONFIG_CPU_MIPS32_R2),)
endif
else
ifeq ($(ARCH),mips)
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)
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)
endif
endif
ifeq ($(ARCH),i386)
This page took
0.02113 seconds
and
4
git commands to generate.