From cdf6976608265b25f6ffc67d5edd53164f94afa9 Mon Sep 17 00:00:00 2001 From: nico Date: Tue, 6 Oct 2009 20:55:24 +0000 Subject: [package] madwifi: add HAL_TARGET mapping for kirkwood board git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17960 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/madwifi/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'package/madwifi') 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 -- cgit v1.2.3