Browse Source

Reorganize the subtargets, group subtargets per cpu family

Signed-off-by: Claudio Mignanti <[email protected]>

SVN-Revision: 31372
Claudio Mignanti 13 years ago
parent
commit
701309ec11

+ 0 - 0
target/linux/at91/flexibity/base-files/etc/config/network → target/linux/at91/9260/base-files/etc/config/network


+ 0 - 0
target/linux/at91/flexibity/base-files/etc/config/system → target/linux/at91/9260/base-files/etc/config/system


+ 0 - 0
target/linux/at91/flexibity/base-files/etc/init.d/custom-user-startup → target/linux/at91/9260/base-files/etc/init.d/custom-user-startup


+ 0 - 0
target/linux/at91/flexibity/config-default → target/linux/at91/9260/config-default


+ 1 - 1
target/linux/at91/flexibity/profiles/000-flexibity-minimal.mk → target/linux/at91/9260/profiles/000-flexibity-minimal.mk

@@ -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 - 1
target/linux/at91/flexibity/profiles/001-flexibity-xwrt.mk → target/linux/at91/9260/profiles/001-flexibity-xwrt.mk

@@ -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 - 1
target/linux/at91/flexibity/profiles/002-flexibity-luci.mk → target/linux/at91/9260/profiles/002-flexibity-luci.mk

@@ -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.

+ 5 - 4
target/linux/at91/flexibity/target.mk → target/linux/at91/9260/target.mk

@@ -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
 

+ 0 - 0
target/linux/at91/tqma9263/config-default → target/linux/at91/9263/config-default


+ 11 - 0
target/linux/at91/9263/target.mk

@@ -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 - 0
target/linux/at91/9g20/config-default

@@ -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 - 0
target/linux/at91/9g20/target.mk

@@ -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

+ 2 - 2
target/linux/at91/Makefile

@@ -10,9 +10,9 @@ ARCH:=arm
 BOARD:=at91
 MAINTAINER:=Claudio Mignanti <[email protected]>
 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=

+ 1 - 0
target/linux/at91/config-default

@@ -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

+ 0 - 2
target/linux/at91/netus/config-default

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

+ 0 - 10
target/linux/at91/netus/target.mk

@@ -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

+ 0 - 10
target/linux/at91/tqma9263/target.mk

@@ -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