add preliminary IOP32x support, mark it broken for now
[openwrt.git] / package / madwifi / Makefile
index b9dc5d7..ad55d05 100644 (file)
@@ -36,6 +36,9 @@ endif
 ifeq ($(ARCH),armeb)
   HAL_TARGET:=xscale-be-elf
 endif
+ifeq ($(ARCH),arm)
+  HAL_TARGET:=xscale-le-elf
+endif
 ifeq ($(ARCH),powerpc)
   HAL_TARGET:=powerpc-be-elf
 endif
This page took 0.026749 seconds and 4 git commands to generate.