summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
Diffstat (limited to 'package')
-rw-r--r--package/madwifi/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/madwifi/Makefile b/package/madwifi/Makefile
index df4c174dd..93e610dfd 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