From e5ab7e8a449f5f7c23a9e410ae9e21983fe39b1e Mon Sep 17 00:00:00 2001 From: rwhitby Date: Sat, 5 Jan 2008 04:11:46 +0000 Subject: ixp4xx/fsg3: Added LEDs support, and refreshed patches for 2.6.23.12 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10119 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ixp4xx/patches-2.6.23/068-fsg3_fetch_mac.patch | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'target/linux/ixp4xx/patches-2.6.23/068-fsg3_fetch_mac.patch') diff --git a/target/linux/ixp4xx/patches-2.6.23/068-fsg3_fetch_mac.patch b/target/linux/ixp4xx/patches-2.6.23/068-fsg3_fetch_mac.patch index 294f7d83f..513d3cfdd 100644 --- a/target/linux/ixp4xx/patches-2.6.23/068-fsg3_fetch_mac.patch +++ b/target/linux/ixp4xx/patches-2.6.23/068-fsg3_fetch_mac.patch @@ -1,8 +1,8 @@ -Index: linux-2.6.23.11-armeb/arch/arm/mach-ixp4xx/fsg-setup.c +Index: linux-2.6.23.12/arch/arm/mach-ixp4xx/fsg-setup.c =================================================================== ---- linux-2.6.23.11-armeb.orig/arch/arm/mach-ixp4xx/fsg-setup.c 2007-12-29 23:10:08.000000000 +1030 -+++ linux-2.6.23.11-armeb/arch/arm/mach-ixp4xx/fsg-setup.c 2007-12-29 23:25:24.000000000 +1030 -@@ -20,6 +20,7 @@ +--- linux-2.6.23.12.orig/arch/arm/mach-ixp4xx/fsg-setup.c 2008-01-05 13:56:28.000000000 +1030 ++++ linux-2.6.23.12/arch/arm/mach-ixp4xx/fsg-setup.c 2008-01-05 13:56:43.000000000 +1030 +@@ -21,6 +21,7 @@ #include #include #include @@ -10,7 +10,7 @@ Index: linux-2.6.23.11-armeb/arch/arm/mach-ixp4xx/fsg-setup.c static struct flash_platform_data fsg_flash_data = { .map_name = "cfi_probe", -@@ -179,6 +180,9 @@ +@@ -140,6 +141,9 @@ static void __init fsg_init(void) { @@ -20,7 +20,7 @@ Index: linux-2.6.23.11-armeb/arch/arm/mach-ixp4xx/fsg-setup.c ixp4xx_sys_init(); fsg_flash_resource.start = IXP4XX_EXP_BUS_BASE(0); -@@ -198,6 +202,45 @@ +@@ -161,6 +165,45 @@ (void)platform_device_register(&fsg_uart); platform_add_devices(fsg_devices, ARRAY_SIZE(fsg_devices)); -- cgit v1.2.3