From 707d176121882442807989fce21f2789d7ab1557 Mon Sep 17 00:00:00 2001 From: kaloz Date: Mon, 1 Jun 2009 18:09:10 +0000 Subject: [PATCH] fix madwifi for the gemini target git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16270 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/madwifi/Makefile | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.35.1