fix madwifi for the gemini target
[openwrt-10.03/.git] / package / madwifi / Makefile
index df4c174ddedf3fe46875ca4aed74bf86c75093e7..93e610dfd053b04a107d5c4d4a12b0c9282385dd 100644 (file)
@@ -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