X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/f6814dd201057a1d1ab1aefcd692233a08403670..267340c8784563e8e4a6b4f3e870875619d5f043:/package/madwifi/Makefile 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