diff options
| author | Imre Kaloz | 2009-06-01 18:09:10 +0000 |
|---|---|---|
| committer | Imre Kaloz | 2009-06-01 18:09:10 +0000 |
| commit | be6a00bb810995775f8a4e78bda3b8126ad10e05 (patch) | |
| tree | 5cf858fb7425166a5084e700d63b3ceb1f342d5e | |
| parent | 04b58a2dd8d8eae95ef5b9da76046b85ca11f972 (diff) | |
| download | archive-be6a00bb810995775f8a4e78bda3b8126ad10e05.tar.gz | |
fix madwifi for the gemini target
SVN-Revision: 16270
| -rw-r--r-- | package/madwifi/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package/madwifi/Makefile b/package/madwifi/Makefile index df4c174dde..93e610dfd0 100644 --- 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 |