mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-19 05:04:04 +02:00
[at91] Reorganize the subtargets, group subtargets per cpu family
Signed-off-by: Claudio Mignanti <c.mignanti@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31372 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
b3f6f7ff37
commit
bb81a4d728
@ -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.
|
@ -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.
|
@ -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.
|
@ -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
|
||||
|
11
target/linux/at91/9263/target.mk
Normal file
11
target/linux/at91/9263/target.mk
Normal 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
|
7
target/linux/at91/9g20/config-default
Normal file
7
target/linux/at91/9g20/config-default
Normal 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
|
12
target/linux/at91/9g20/target.mk
Normal file
12
target/linux/at91/9g20/target.mk
Normal 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
|
@ -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=
|
||||
|
@ -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
|
||||
|
@ -1,2 +0,0 @@
|
||||
CONFIG_ARCH_AT91SAM9G20=y
|
||||
CONFIG_MACH_ACMENETUSFOXG20=y
|
@ -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
|
@ -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
|
Loading…
Reference in New Issue
Block a user