projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
add preliminary IOP32x support, mark it broken for now
[openwrt.git]
/
package
/
madwifi
/
Makefile
diff --git
a/package/madwifi/Makefile
b/package/madwifi/Makefile
index
b9dc5d7
..
ad55d05
100644
(file)
--- a/
package/madwifi/Makefile
+++ b/
package/madwifi/Makefile
@@
-36,6
+36,9
@@
endif
ifeq ($(ARCH),armeb)
HAL_TARGET:=xscale-be-elf
endif
+ifeq ($(ARCH),arm)
+ HAL_TARGET:=xscale-le-elf
+endif
ifeq ($(ARCH),powerpc)
HAL_TARGET:=powerpc-be-elf
endif
This page took
0.026749 seconds
and
4
git commands to generate.