Selaa lähdekoodia

fix madwifi for the gemini target

SVN-Revision: 16270
Imre Kaloz 16 vuotta sitten
vanhempi
sitoutus
9fa14987b8
1 muutettua tiedostoa jossa 3 lisäystä ja 0 poistoa
  1. 3 0
      package/madwifi/Makefile

+ 3 - 0
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