diff options
author | James <> | 2013-03-17 12:16:37 +0000 |
---|---|---|
committer | James <> | 2013-03-17 12:16:37 +0000 |
commit | 27b76ab0671089c47506615a796a261e993896a7 (patch) | |
tree | 61213d67e7fa87b20356b23798558e2c4212c42f /target/linux/at91/9260/.svn | |
download | trunk-36060-master.tar.gz trunk-36060-master.tar.bz2 trunk-36060-master.zip |
Diffstat (limited to 'target/linux/at91/9260/.svn')
-rw-r--r-- | target/linux/at91/9260/.svn/entries | 102 | ||||
-rw-r--r-- | target/linux/at91/9260/.svn/text-base/config-default.svn-base | 11 | ||||
-rw-r--r-- | target/linux/at91/9260/.svn/text-base/target.mk.svn-base | 16 |
3 files changed, 129 insertions, 0 deletions
diff --git a/target/linux/at91/9260/.svn/entries b/target/linux/at91/9260/.svn/entries new file mode 100644 index 0000000..87b59e1 --- /dev/null +++ b/target/linux/at91/9260/.svn/entries @@ -0,0 +1,102 @@ +10 + +dir +36060 +svn://svn.openwrt.org/openwrt/trunk/target/linux/at91/9260 +svn://svn.openwrt.org/openwrt + + + +2012-10-29T10:11:05.857052Z +33987 +juhosg + + + + + + + + + + + + + + +3c298f89-4303-0410-b956-a3cf2f4a3e73 + +profiles +dir + +config-default +file + + + + +2013-03-17T12:13:04.000000Z +d3c7ce90b3375cc65963a9b52aa2b55f +2012-10-29T10:11:05.857052Z +33987 +juhosg + + + + + + + + + + + + + + + + + + + + + +359 + +base-files +dir + +target.mk +file + + + + +2013-03-17T12:13:04.000000Z +ccfeaf1202343fe96d1f1fdac989f268 +2012-04-20T13:33:01.030234Z +31372 +claudio + + + + + + + + + + + + + + + + + + + + + +351 + diff --git a/target/linux/at91/9260/.svn/text-base/config-default.svn-base b/target/linux/at91/9260/.svn/text-base/config-default.svn-base new file mode 100644 index 0000000..5d19d06 --- /dev/null +++ b/target/linux/at91/9260/.svn/text-base/config-default.svn-base @@ -0,0 +1,11 @@ +CONFIG_ARCH_AT91SAM9260=y +# CONFIG_MACH_AFEB9260 is not set +# CONFIG_MACH_AT91SAM9260EK is not set +# CONFIG_MACH_CAM60 is not set +# CONFIG_MACH_CPU9260 is not set +CONFIG_MACH_FLEXIBITY=y +CONFIG_MACH_NO_WESTBRIDGE=y +# CONFIG_MACH_QIL_A9260 is not set +# CONFIG_MACH_SAM9_L9260 is not set +# CONFIG_MACH_SNAPPER_9260 is not set +# CONFIG_MACH_USB_A9260 is not set diff --git a/target/linux/at91/9260/.svn/text-base/target.mk.svn-base b/target/linux/at91/9260/.svn/text-base/target.mk.svn-base new file mode 100644 index 0000000..91a1d75 --- /dev/null +++ b/target/linux/at91/9260/.svn/text-base/target.mk.svn-base @@ -0,0 +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:=9260 +BOARDNAME:=AT91SAM9260 Based board + +define Target/Description + Build images for AT91SAM9260 based board, supported board: + * Flexibity Connect +endef + |