From: florian Date: Wed, 24 Oct 2007 19:50:06 +0000 (+0000) Subject: i686 should use the i386 HAL X-Git-Url: https://git.rohieb.name/openwrt.git/commitdiff_plain/a6691b978c42cb186a9a582b8c4dc730fa13a0db i686 should use the i386 HAL git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9438 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/madwifi/Makefile b/package/madwifi/Makefile index 8b92f660e..766a1d685 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