add support for the Gateworks Laguna family (Cavium Networks Econa CNS3xxx)
[openwrt/staging/chunkeey.git] / package / madwifi / Makefile
index f28254f66171dea5f1b6b423e6d15dbcb650a6ac..bb621ddf33c248ec76fc1a8ca47be65ba4ecd824 100644 (file)
@@ -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