projects
/
openwrt
/
staging
/
lynxis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
642870d
)
fix madwifi for the gemini target
author
Imre Kaloz
<kaloz@openwrt.org>
Mon, 1 Jun 2009 18:09:10 +0000
(18:09 +0000)
committer
Imre Kaloz
<kaloz@openwrt.org>
Mon, 1 Jun 2009 18:09:10 +0000
(18:09 +0000)
SVN-Revision: 16270
package/madwifi/Makefile
patch
|
blob
|
history
diff --git
a/package/madwifi/Makefile
b/package/madwifi/Makefile
index df4c174ddedf3fe46875ca4aed74bf86c75093e7..93e610dfd053b04a107d5c4d4a12b0c9282385dd 100644
(file)
--- a/
package/madwifi/Makefile
+++ b/
package/madwifi/Makefile
@@
-100,6
+100,9
@@
endif
ifeq ($(BOARD),storm)
HAL_TARGET:=armv4-le-elf$(if $(CONFIG_EABI_SUPPORT),gnueabi)
endif
+ifeq ($(BOARD),gemini)
+ HAL_TARGET:=armv4-le-elf$(if $(CONFIG_EABI_SUPPORT),gnueabi)
+endif
ifneq ($(CONFIG_TARGET_atheros),)
HAL_TARGET:=wisoc
endif