summaryrefslogtreecommitdiff
path: root/packages/linux/ixp4xx-kernel/2.6.16/94-nslu2-setup.patch
diff options
context:
space:
mode:
authorRod Whitby <rod@whitby.id.au>2006-02-24 22:41:46 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-02-24 22:41:46 +0000
commit76945f6290afc35fbb8f23ba907947396e7dd632 (patch)
treeec748eda777a39af662e574cd780b95c913c112d /packages/linux/ixp4xx-kernel/2.6.16/94-nslu2-setup.patch
parent98f3a297f2cbda11a6df717652c82521ddbb63ed (diff)
ixp4xx-kernel: Added support for DSM-G600, and updated to 2.6.16-rc4-git5
Diffstat (limited to 'packages/linux/ixp4xx-kernel/2.6.16/94-nslu2-setup.patch')
-rw-r--r--packages/linux/ixp4xx-kernel/2.6.16/94-nslu2-setup.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/linux/ixp4xx-kernel/2.6.16/94-nslu2-setup.patch b/packages/linux/ixp4xx-kernel/2.6.16/94-nslu2-setup.patch
index 6a1c8b9783..3effbc7711 100644
--- a/packages/linux/ixp4xx-kernel/2.6.16/94-nslu2-setup.patch
+++ b/packages/linux/ixp4xx-kernel/2.6.16/94-nslu2-setup.patch
@@ -7,8 +7,8 @@ Signed-off-by: John Bowler <jbowler@acm.org>
arch/arm/mach-ixp4xx/nslu2-setup.c | 45 ++++++++++++++++++++++++++++++++++++-
1 file changed, 44 insertions(+), 1 deletion(-)
---- linux-nslu2.orig/arch/arm/mach-ixp4xx/nslu2-setup.c 2006-02-06 22:35:31.000000000 +0100
-+++ linux-nslu2/arch/arm/mach-ixp4xx/nslu2-setup.c 2006-02-06 22:43:44.000000000 +0100
+--- linux-ixp4xx.orig/arch/arm/mach-ixp4xx/nslu2-setup.c 2006-02-23 18:31:00.000000000 +0100
++++ linux-ixp4xx/arch/arm/mach-ixp4xx/nslu2-setup.c 2006-02-23 18:31:04.000000000 +0100
@@ -18,6 +18,8 @@
#include <linux/serial_8250.h>
#include <linux/mtd/mtd.h>
@@ -18,7 +18,7 @@ Signed-off-by: John Bowler <jbowler@acm.org>
#include <asm/mach-types.h>
#include <asm/mach/arch.h>
#include <asm/mach/flash.h>
-@@ -170,11 +172,52 @@ static void __init nslu2_init(void)
+@@ -174,11 +176,52 @@ static void __init nslu2_init(void)
platform_add_devices(nslu2_devices, ARRAY_SIZE(nslu2_devices));
}