Support for setting monitor mode (#1306)
[openwrt.git] / package / madwifi / Makefile
index 496e5e6..874438b 100644 (file)
@@ -56,6 +56,9 @@ endif
 ifeq ($(BOARD),iop32x)
   HAL_TARGET:=xscale-le-elf
 endif
+ifeq ($(BOARD),orion)
+  HAL_TARGET:=xscale-le-elf
+endif
 ifeq ($(ARCH),powerpc)
   HAL_TARGET:=powerpc-be-elf
 endif
This page took 0.023076 seconds and 4 git commands to generate.