1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

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
This commit is contained in:
kaloz
2010-07-21 11:20:53 +00:00
parent 9b743eb09d
commit 642064ae9a
19 changed files with 57602 additions and 0 deletions

View 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