diff options
Diffstat (limited to 'target/linux/at91/9260/.svn/text-base')
-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 |
2 files changed, 27 insertions, 0 deletions
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 + |