aboutsummaryrefslogtreecommitdiffstats
path: root/package
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
commit275198f3f9657930cdaf83b64201addc1d0f26f2 (patch)
tree217f1be3996abf16e57ef3579d3811105ba97e69 /package
parent3a7ade7c40c532fc47df1e7675a2b1e743975679 (diff)
downloadupstream-275198f3f9657930cdaf83b64201addc1d0f26f2.tar.gz
upstream-275198f3f9657930cdaf83b64201addc1d0f26f2.tar.bz2
upstream-275198f3f9657930cdaf83b64201addc1d0f26f2.zip
i686 should use the i386 HAL
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9438 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 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