Reorganize the subtargets, group subtargets per cpu family

Signed-off-by: Claudio Mignanti <c.mignanti@gmail.com>

SVN-Revision: 31372
This commit is contained in:
Claudio Mignanti 2012-04-20 13:33:01 +00:00
parent 3ac08ca653
commit 701309ec11
17 changed files with 41 additions and 31 deletions

View File

@ -1,5 +1,5 @@
#
# Copyright (C) 2008 OpenWrt.org
# Copyright (C) 20011-2012 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.

View File

@ -1,5 +1,5 @@
#
# Copyright (C) 2008 OpenWrt.org
# Copyright (C) 2011-2012 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.

View File

@ -1,5 +1,5 @@
#
# Copyright (C) 2008 OpenWrt.org
# Copyright (C) 2011-2012 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.

View File

@ -1,15 +1,16 @@
#
# Copyright (C) 2011 Flexibity
# Copyright (C) 2012 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
#
SUBTARGET:=flexibity
BOARDNAME:=Flexibity Connect (AT91)
FEATURES:=ext2 tgz usb
SUBTARGET:=9260
BOARDNAME:=AT91SAM9260 Based board
define Target/Description
Build fimware images for Flexibity Connect board.
Build images for AT91SAM9260 based board, supported board:
* Flexibity Connect
endef

View File

@ -0,0 +1,11 @@
#
# Copyright (C) 2011-2012 OpenWrt.org
#
SUBTARGET:=9263
BOARDNAME:=AT91SAM9263 Based board
define Target/Description
Build images for AT91SAM9263 based board, supported board:
* TQ Components TQMa9263
endef

View File

@ -0,0 +1,7 @@
CONFIG_ARCH_AT91SAM9G20=y
CONFIG_MACH_AT91SAM9G20EK=y
# CONFIG_MACH_AT91SAM9G20EK_2MMC is not set
CONFIG_MACH_ACMENETUSFOXG20=y
CONFIG_MACH_STAMP9G20=y
CONFIG_MACH_STAMP9G20_EVB=y
# CONFIG_MTD_AT91_DATAFLASH_CARD is not set

View File

@ -0,0 +1,12 @@
#
# Copyright (C) 2006-2012 OpenWrt.org
#
SUBTARGET:=9g20
BOARDNAME:=AT91SAM9g20 Based board
define Target/Description
Build images for AT91SAM9g20 based board, supported board:
* Acmesystems NetusG20
* Taskit Stamp9G20 Evaluation Board
endef

View File

@ -10,9 +10,9 @@ ARCH:=arm
BOARD:=at91
MAINTAINER:=Claudio Mignanti <c.mignanti@gmail.com>
BOARDNAME:=Atmel AT91
FEATURES:=squashfs jffs2 targz
FEATURES:=squashfs jffs2 targz ext2 usb
CFLAGS:=-Os -pipe -march=armv5te -mtune=arm926ej-s -fno-caller-saves
SUBTARGETS:=netus tqma9263 flexibity
SUBTARGETS:=9g20 9260 9263
LINUX_VERSION:=3.3.2
DEVICE_TYPE=

View File

@ -117,6 +117,7 @@ CONFIG_JBD2=y
CONFIG_KTIME_SCALAR=y
# CONFIG_LEDS is not set
# CONFIG_LEDS_GPIO is not set
# CONFIG_LEDS_ATMEL_PWM is not set
CONFIG_LEDS_TRIGGER_HEARTBEAT=y
# CONFIG_MACB is not set
# CONFIG_MACH_ACMENETUSFOXG20 is not set

View File

@ -1,2 +0,0 @@
CONFIG_ARCH_AT91SAM9G20=y
CONFIG_MACH_ACMENETUSFOXG20=y

View File

@ -1,10 +0,0 @@
#
# Copyright (C) 2006-2011 OpenWrt.org
#
SUBTARGET:=netus
BOARDNAME:=Acmesystems NetusG20 board
define Target/Description
Build firmware images for Acmesystems NetusG20 board
endef

View File

@ -1,10 +0,0 @@
#
# Copyright (C) 2011 OpenWrt.org
#
SUBTARGET:=tqma9263
BOARDNAME:=TQ Components TQMa9263
define Target/Description
Build firmware images for TQ Components TQMa9263 board.
endef