aboutsummaryrefslogtreecommitdiffstats
path: root/package/madwifi/Makefile
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2009-06-01 18:09:10 +0000
committerImre Kaloz <kaloz@openwrt.org>2009-06-01 18:09:10 +0000
commit9fa14987b88e0e452e09562e0a2936be2edf4f6d (patch)
tree3357973b90faa1b55af518a90529af2e84661f17 /package/madwifi/Makefile
parent642870d0cc5cece00729b638b24e79dad1a7768b (diff)
downloadupstream-9fa14987b88e0e452e09562e0a2936be2edf4f6d.tar.gz
upstream-9fa14987b88e0e452e09562e0a2936be2edf4f6d.tar.bz2
upstream-9fa14987b88e0e452e09562e0a2936be2edf4f6d.zip
fix madwifi for the gemini target
SVN-Revision: 16270
Diffstat (limited to 'package/madwifi/Makefile')
-rw-r--r--package/madwifi/Makefile3
1 files changed, 3 insertions, 0 deletions
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