add preliminary Marvell Orion support

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11352 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Imre Kaloz
2008-06-04 13:51:17 +00:00
parent 95866983ca
commit 588d69a7c7
24 changed files with 4441 additions and 1 deletions

View File

@@ -56,6 +56,9 @@ endif
ifeq ($(BOARD),iop32x)
HAL_TARGET:=xscale-le-elf
endif
ifeq ($(BOARD),orion)
HAL_TARGET:=xscale-le-elf
endif
ifeq ($(ARCH),powerpc)
HAL_TARGET:=powerpc-be-elf
endif