aboutsummaryrefslogtreecommitdiffstats
path: root/package/madwifi/Makefile
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2007-10-24 19:50:06 +0000
committerFlorian Fainelli <florian@openwrt.org>2007-10-24 19:50:06 +0000
commit18c1ffe97caf1a2747dd0255084115711da78b28 (patch)
tree1b184b1f3bd8124b35cb5c0894c1af9c0186a981 /package/madwifi/Makefile
parent5447e021158d44b9f0102a05af0a27fdd8e78481 (diff)
downloadupstream-18c1ffe97caf1a2747dd0255084115711da78b28.tar.gz
upstream-18c1ffe97caf1a2747dd0255084115711da78b28.tar.bz2
upstream-18c1ffe97caf1a2747dd0255084115711da78b28.zip
i686 should use the i386 HAL
SVN-Revision: 9438
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 8b92f660e4..766a1d685d 100644
--- a/package/madwifi/Makefile
+++ b/package/madwifi/Makefile
@@ -31,6 +31,9 @@ endif
ifeq ($(ARCH),i386)
HAL_TARGET:=i386-elf
endif
+ifeq ($(ARCH),i686)
+ HAL_TARGET:=i386-elf
+endif
ifeq ($(ARCH),armeb)
HAL_TARGET:=xscale-be-elf
endif