i686 should use the i386 HAL
[openwrt.git] / package / madwifi / Makefile
index 8b92f66..766a1d6 100644 (file)
@@ -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
This page took 0.019813 seconds and 4 git commands to generate.