summaryrefslogtreecommitdiff
path: root/package/madwifi
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2010-07-21 11:20:53 +0000
committerImre Kaloz <kaloz@openwrt.org>2010-07-21 11:20:53 +0000
commita1cdb24a3bd55a1ef90799ee10e04d67fc36dc71 (patch)
treec4f82e97c24be4bf8139d143e40e4ea93f34b19a /package/madwifi
parente9924b427eda788b18a45b68b62ea7fca6611e8f (diff)
downloadmtk-20170518-a1cdb24a3bd55a1ef90799ee10e04d67fc36dc71.zip
mtk-20170518-a1cdb24a3bd55a1ef90799ee10e04d67fc36dc71.tar.gz
mtk-20170518-a1cdb24a3bd55a1ef90799ee10e04d67fc36dc71.tar.bz2
add support for the Gateworks Laguna family (Cavium Networks Econa CNS3xxx)
SVN-Revision: 22323
Diffstat (limited to 'package/madwifi')
-rw-r--r--package/madwifi/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/madwifi/Makefile b/package/madwifi/Makefile
index f28254f..bb621dd 100644
--- a/package/madwifi/Makefile
+++ b/package/madwifi/Makefile
@@ -85,6 +85,9 @@ endif
ifeq ($(BOARD),orion)
HAL_TARGET:=xscale-le-elf$(if $(CONFIG_EABI_SUPPORT),gnueabi)
endif
+ifeq ($(BOARD),cns3xxx)
+ HAL_TARGET:=arm11-le-elf$(if $(CONFIG_EABI_SUPPORT),gnueabi)
+endif
ifeq ($(ARCH),powerpc)
HAL_TARGET:=powerpc-be-elf
endif