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 | 766cb6b7094816cae5dc7eedeffc5d86b6a77435 (patch) | |
tree | ce5d36d1490a49f1a75c8b8aae051f7c1e077ac8 /package/madwifi/Makefile | |
parent | fab8c7e5b1e2851c1722b73f5080bd281be3e85f (diff) | |
download | upstream-766cb6b7094816cae5dc7eedeffc5d86b6a77435.tar.gz upstream-766cb6b7094816cae5dc7eedeffc5d86b6a77435.tar.bz2 upstream-766cb6b7094816cae5dc7eedeffc5d86b6a77435.zip |
add support for the Gateworks Laguna family (Cavium Networks Econa CNS3xxx)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22323 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/madwifi/Makefile')
-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 |