diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2010-07-21 11:20:53 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2010-07-21 11:20:53 +0000 |
commit | a1cdb24a3bd55a1ef90799ee10e04d67fc36dc71 (patch) | |
tree | c4f82e97c24be4bf8139d143e40e4ea93f34b19a /package | |
parent | e9924b427eda788b18a45b68b62ea7fca6611e8f (diff) | |
download | upstream-a1cdb24a3bd55a1ef90799ee10e04d67fc36dc71.tar.gz upstream-a1cdb24a3bd55a1ef90799ee10e04d67fc36dc71.tar.bz2 upstream-a1cdb24a3bd55a1ef90799ee10e04d67fc36dc71.zip |
add support for the Gateworks Laguna family (Cavium Networks Econa CNS3xxx)
SVN-Revision: 22323
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 f28254f661..bb621ddf33 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 |