From 9fa14987b88e0e452e09562e0a2936be2edf4f6d Mon Sep 17 00:00:00 2001 From: Imre Kaloz Date: Mon, 1 Jun 2009 18:09:10 +0000 Subject: fix madwifi for the gemini target SVN-Revision: 16270 --- package/madwifi/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'package/madwifi/Makefile') 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 -- cgit v1.2.3