diff options
author | Nicolas Thill <nico@openwrt.org> | 2009-10-06 20:55:24 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2009-10-06 20:55:24 +0000 |
commit | 5416a9c3d523f250423ff9393aa46cbaab21b914 (patch) | |
tree | d7053aeab0ccb23fc78a42e40b68cd4764c6fbe1 /package | |
parent | 94e8310e0076b2603f5fee107fca482cbc2f221c (diff) | |
download | upstream-5416a9c3d523f250423ff9393aa46cbaab21b914.tar.gz upstream-5416a9c3d523f250423ff9393aa46cbaab21b914.tar.bz2 upstream-5416a9c3d523f250423ff9393aa46cbaab21b914.zip |
[package] madwifi: add HAL_TARGET mapping for kirkwood board
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17960 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r-- | package/madwifi/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package/madwifi/Makefile b/package/madwifi/Makefile index b234fcb481..a6a49965c6 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 |