aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/at91/9g20/.svn
diff options
context:
space:
mode:
authorJames <>2013-03-17 12:16:37 +0000
committerJames <>2013-03-17 12:16:37 +0000
commit27b76ab0671089c47506615a796a261e993896a7 (patch)
tree61213d67e7fa87b20356b23798558e2c4212c42f /target/linux/at91/9g20/.svn
downloadtrunk-36060-master.tar.gz
trunk-36060-master.tar.bz2
trunk-36060-master.zip
Diffstat (limited to 'target/linux/at91/9g20/.svn')
-rw-r--r--target/linux/at91/9g20/.svn/entries96
-rw-r--r--target/linux/at91/9g20/.svn/text-base/config-default.svn-base7
-rw-r--r--target/linux/at91/9g20/.svn/text-base/target.mk.svn-base12
3 files changed, 115 insertions, 0 deletions
diff --git a/target/linux/at91/9g20/.svn/entries b/target/linux/at91/9g20/.svn/entries
new file mode 100644
index 0000000..3af7e30
--- /dev/null
+++ b/target/linux/at91/9g20/.svn/entries
@@ -0,0 +1,96 @@
+10
+
+dir
+36060
+svn://svn.openwrt.org/openwrt/trunk/target/linux/at91/9g20
+svn://svn.openwrt.org/openwrt
+
+
+
+2012-10-29T10:11:05.857052Z
+33987
+juhosg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+3c298f89-4303-0410-b956-a3cf2f4a3e73
+
+config-default
+file
+
+
+
+
+2013-03-17T12:13:04.000000Z
+af9d81312641cef603909b9809c10b83
+2012-10-29T10:11:05.857052Z
+33987
+juhosg
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+224
+
+target.mk
+file
+
+
+
+
+2013-03-17T12:13:04.000000Z
+61ae6e7994af79f481aa1968a20ab70d
+2012-04-20T13:33:01.030234Z
+31372
+claudio
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+251
+
diff --git a/target/linux/at91/9g20/.svn/text-base/config-default.svn-base b/target/linux/at91/9g20/.svn/text-base/config-default.svn-base
new file mode 100644
index 0000000..b777628
--- /dev/null
+++ b/target/linux/at91/9g20/.svn/text-base/config-default.svn-base
@@ -0,0 +1,7 @@
+CONFIG_ARCH_AT91SAM9G20=y
+CONFIG_MACH_ACMENETUSFOXG20=y
+CONFIG_MACH_AT91SAM9G20EK=y
+# CONFIG_MACH_AT91SAM9G20EK_2MMC is not set
+CONFIG_MACH_STAMP9G20=y
+CONFIG_MACH_STAMP9G20_EVB=y
+# CONFIG_MTD_AT91_DATAFLASH_CARD is not set
diff --git a/target/linux/at91/9g20/.svn/text-base/target.mk.svn-base b/target/linux/at91/9g20/.svn/text-base/target.mk.svn-base
new file mode 100644
index 0000000..626436e
--- /dev/null
+++ b/target/linux/at91/9g20/.svn/text-base/target.mk.svn-base
@@ -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