projects
/
openwrt
/
staging
/
ynezz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3da6269
)
madwifi: add HAL_TARGET mapping for kirkwood board
author
Nicolas Thill
<nico@openwrt.org>
Tue, 6 Oct 2009 20:55:24 +0000
(20:55 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Tue, 6 Oct 2009 20:55:24 +0000
(20:55 +0000)
SVN-Revision: 17960
package/madwifi/Makefile
patch
|
blob
|
history
diff --git
a/package/madwifi/Makefile
b/package/madwifi/Makefile
index b234fcb4814faacc8815386566dd5bd300d192f6..a6a49965c63596c098d9a9c20b800d9c174a4d52 100644
(file)
--- a/
package/madwifi/Makefile
+++ b/
package/madwifi/Makefile
@@
-79,6
+79,9
@@
endif
ifeq ($(BOARD),iop32x)
HAL_TARGET:=xscale-le-elf$(if $(CONFIG_EABI_SUPPORT),gnueabi)
endif
+ifeq ($(BOARD),kirkwood)
+ HAL_TARGET:=xscale-le-elf$(if $(CONFIG_EABI_SUPPORT),gnueabi)
+endif
ifeq ($(BOARD),orion)
HAL_TARGET:=xscale-le-elf$(if $(CONFIG_EABI_SUPPORT),gnueabi)
endif