[package] madwifi: add HAL_TARGET mapping for kirkwood board
authorNicolas Thill <nico@openwrt.org>
Tue, 6 Oct 2009 20:55:24 +0000 (20:55 +0000)
committerNicolas Thill <nico@openwrt.org>
Tue, 6 Oct 2009 20:55:24 +0000 (20:55 +0000)
SVN-Revision: 17960

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