projects
/
openwrt
/
staging
/
blocktrron.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75de2be
)
madwifi: fix logic error in r25929
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 7 Mar 2011 19:21:25 +0000
(19:21 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 7 Mar 2011 19:21:25 +0000
(19:21 +0000)
SVN-Revision: 25942
package/madwifi/Makefile
patch
|
blob
|
history
diff --git
a/package/madwifi/Makefile
b/package/madwifi/Makefile
index bd0792a4b6df1d8b8dede8251f06ccc7f15586b6..31a89c3d630b392301aff2e9da8ef8bb575b7ffe 100644
(file)
--- a/
package/madwifi/Makefile
+++ b/
package/madwifi/Makefile
@@
-76,7
+76,7
@@
endif
ifeq ($(ARCH),armeb)
HAL_TARGET:=xscale-be-elfgnueabi
endif
-if
n
eq ($(ARCH),arm)
+ifeq ($(ARCH),arm)
HAL_TARGET:=xscale-le-elfgnueabi
ifeq ($(BOARD),cns21xx)
HAL_TARGET:=armv4-le-elfgnueabi