at91: create a legacy subtarget

In preparation for adding SAMA5D3 support, move the legacy ARMv5 based
platforms to a separate subtarget.

Signed-off-by: Florian Fainelli <florian@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42408 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Florian Fainelli 2014-09-03 03:08:51 +00:00
parent 8f5e75b7a2
commit f3d1d7c5e6
5 changed files with 8 additions and 1 deletions

View File

@ -11,7 +11,7 @@ BOARD:=at91
MAINTAINER:=Claudio Mignanti <c.mignanti@gmail.com>
BOARDNAME:=Atmel AT91
FEATURES:=squashfs targz ext2 usb
CPU_TYPE:=arm926ej-s
SUBTARGETS:=legacy
LINUX_VERSION:=3.10.49

View File

@ -0,0 +1,7 @@
BOARDNAME:=Legacy (ARMv5)
CPU_TYPE:=arm926ej-s
define Target/Description
Build generic firmware for legacy Atmel AT91 platforms
using the ARMv5 instruction set.
endef