[package] madwifi: add HAL_TARGET mapping for kirkwood board
[openwrt-10.03/.git] / package / madwifi / Makefile
index b234fcb4814faacc8815386566dd5bd300d192f6..a6a49965c63596c098d9a9c20b800d9c174a4d52 100644 (file)
@@ -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