diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2008-07-26 10:53:23 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2008-07-26 10:53:23 +0000 |
commit | 104b3386a23c4179fb3a993bed106c256625a70d (patch) | |
tree | 2fe999020575731d650df26a0a188e045f2db29e /target/linux/at91/patches-2.6.25/001-vlink-machine.patch | |
parent | bdfc0556b878cc06a0741983227a8f166079c50d (diff) | |
download | upstream-104b3386a23c4179fb3a993bed106c256625a70d.tar.gz upstream-104b3386a23c4179fb3a993bed106c256625a70d.tar.bz2 upstream-104b3386a23c4179fb3a993bed106c256625a70d.zip |
update to 2.6.25.12
SVN-Revision: 11933
Diffstat (limited to 'target/linux/at91/patches-2.6.25/001-vlink-machine.patch')
-rw-r--r-- | target/linux/at91/patches-2.6.25/001-vlink-machine.patch | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/target/linux/at91/patches-2.6.25/001-vlink-machine.patch b/target/linux/at91/patches-2.6.25/001-vlink-machine.patch index 9f5673b9e0..ee23cc8c5c 100644 --- a/target/linux/at91/patches-2.6.25/001-vlink-machine.patch +++ b/target/linux/at91/patches-2.6.25/001-vlink-machine.patch @@ -1,5 +1,5 @@ ---- linux-2.6.25.10.n/arch/arm/mach-at91/Kconfig 2008-07-04 13:07:01.000000000 +0200 -+++ linux-2.6.25.10/arch/arm/mach-at91/Kconfig 2008-07-03 13:44:35.000000000 +0200 +--- a/arch/arm/mach-at91/Kconfig ++++ b/arch/arm/mach-at91/Kconfig @@ -151,6 +151,12 @@ help Select this if you are using Toptech's TT9200 board. @@ -13,8 +13,8 @@ endif # ---------------------------------------------------------- ---- linux-2.6.25.10.n/arch/arm/mach-at91/Makefile 2008-07-04 13:05:05.000000000 +0200 -+++ linux-2.6.25.10/arch/arm/mach-at91/Makefile 2008-07-03 13:44:35.000000000 +0200 +--- a/arch/arm/mach-at91/Makefile ++++ b/arch/arm/mach-at91/Makefile @@ -29,6 +29,7 @@ obj-$(CONFIG_MACH_ATEB9200) += board-eb9200.o obj-$(CONFIG_MACH_KAFA) += board-kafa.o @@ -23,8 +23,8 @@ obj-$(CONFIG_MACH_PICOTUX2XX) += board-picotux200.o obj-$(CONFIG_MACH_HOMEMATIC) += board-homematic.o obj-$(CONFIG_MACH_ECBAT91) += board-ecbat91.o ---- linux-2.6.25.10.n/arch/arm/mach-at91/board-vlink.c 2008-07-04 13:06:19.000000000 +0200 -+++ linux-2.6.25.10/arch/arm/mach-at91/board-vlink.c 2008-07-04 12:45:48.000000000 +0200 +--- /dev/null ++++ b/arch/arm/mach-at91/board-vlink.c @@ -0,0 +1,201 @@ +/* + * linux/arch/arm/mach-at91/board-vlink.c |