aboutsummaryrefslogtreecommitdiffstats
path: root/package
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
commit7f5bcd441b298f53e35e7746bc787ecf0cd83e92 (patch)
tree5cf858fb7425166a5084e700d63b3ceb1f342d5e /package
parentb4f89cab4bb614c7f68fade3067fe351a4ae4318 (diff)
downloadmaster-187ad058-7f5bcd441b298f53e35e7746bc787ecf0cd83e92.tar.gz
master-187ad058-7f5bcd441b298f53e35e7746bc787ecf0cd83e92.tar.bz2
master-187ad058-7f5bcd441b298f53e35e7746bc787ecf0cd83e92.zip
fix madwifi for the gemini target
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16270 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-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