From: nico Date: Tue, 6 Oct 2009 20:55:24 +0000 (+0000) Subject: [package] madwifi: add HAL_TARGET mapping for kirkwood board X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=commitdiff_plain;h=cdf6976608265b25f6ffc67d5edd53164f94afa9 [package] madwifi: add HAL_TARGET mapping for kirkwood board git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17960 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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