projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a47a7d1
)
fix madwifi upstream compile for mips (#3952)
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 2 Sep 2008 09:44:50 +0000
(09:44 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 2 Sep 2008 09:44:50 +0000
(09:44 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12488
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/madwifi/Makefile
patch
|
blob
|
history
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)
- 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)
This page took
0.022188 seconds
and
4
git commands to generate.