From: Florian Fainelli Date: Wed, 24 Oct 2007 19:50:06 +0000 (+0000) Subject: i686 should use the i386 HAL X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=b2cd473b2a45d222d8559df43cf075a257fe2674 i686 should use the i386 HAL SVN-Revision: 9438 --- 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