summaryrefslogtreecommitdiffstats
path: root/package/madwifi
diff options
context:
space:
mode:
authorkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-07-21 11:20:53 +0000
committerkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-07-21 11:20:53 +0000
commit642064ae9a94b47054ea7fb39804776ae11fbc4e (patch)
treece5d36d1490a49f1a75c8b8aae051f7c1e077ac8 /package/madwifi
parent9b743eb09d74b1807a1101f8537c06f618835126 (diff)
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')
-rw-r--r--package/madwifi/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/madwifi/Makefile b/package/madwifi/Makefile
index f28254f66..bb621ddf3 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