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-a3cf2f4a3e73master
parent
8f5e75b7a2
commit
f3d1d7c5e6
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
Loading…
Reference in New Issue