summaryrefslogtreecommitdiffstats
path: root/package/madwifi/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/madwifi/Makefile')
-rw-r--r--package/madwifi/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/madwifi/Makefile b/package/madwifi/Makefile
index b234fcb48..a6a49965c 100644
--- a/package/madwifi/Makefile
+++ b/package/madwifi/Makefile
@@ -79,6 +79,9 @@ endif
ifeq ($(BOARD),iop32x)
HAL_TARGET:=xscale-le-elf$(if $(CONFIG_EABI_SUPPORT),gnueabi)
endif
+ifeq ($(BOARD),kirkwood)
+ HAL_TARGET:=xscale-le-elf$(if $(CONFIG_EABI_SUPPORT),gnueabi)
+endif
ifeq ($(BOARD),orion)
HAL_TARGET:=xscale-le-elf$(if $(CONFIG_EABI_SUPPORT),gnueabi)
endif