From 7f7b1c131fe495aafbd8cbd9c2dd7b52fff35019 Mon Sep 17 00:00:00 2001 From: Oyvind Repvik Date: Sun, 26 Feb 2006 12:55:56 +0000 Subject: ixp4xx-kernel: Update to 2.6.16-rc4-git9, update defconfig to add CODA_FS=m, update ds101-setup.c kernel commandline --- packages/linux/ixp4xx-kernel/2.6.15/defconfig | 2 +- .../ixp4xx-kernel/2.6.16/97-ds101-setup.patch | 22 ++++++++++++++-------- 2 files changed, 15 insertions(+), 9 deletions(-) (limited to 'packages/linux/ixp4xx-kernel') diff --git a/packages/linux/ixp4xx-kernel/2.6.15/defconfig b/packages/linux/ixp4xx-kernel/2.6.15/defconfig index 8279471c78..597d406940 100644 --- a/packages/linux/ixp4xx-kernel/2.6.15/defconfig +++ b/packages/linux/ixp4xx-kernel/2.6.15/defconfig @@ -1561,7 +1561,7 @@ CONFIG_CIFS_XATTR=y CONFIG_CIFS_POSIX=y # CONFIG_CIFS_EXPERIMENTAL is not set # CONFIG_NCP_FS is not set -# CONFIG_CODA_FS is not set +CONFIG_CODA_FS=m # CONFIG_AFS_FS is not set # CONFIG_9P_FS is not set diff --git a/packages/linux/ixp4xx-kernel/2.6.16/97-ds101-setup.patch b/packages/linux/ixp4xx-kernel/2.6.16/97-ds101-setup.patch index af829b52d8..5c922d2934 100644 --- a/packages/linux/ixp4xx-kernel/2.6.16/97-ds101-setup.patch +++ b/packages/linux/ixp4xx-kernel/2.6.16/97-ds101-setup.patch @@ -9,8 +9,10 @@ Signed-off-by: OEyvind Repvik arch/arm/mach-ixp4xx/ds101-setup.c | 245 +++++++++++++++++++++++++++++++++++++ 3 files changed, 254 insertions(+), 1 deletion(-) +Index: linux-2.6.15/arch/arm/mach-ixp4xx/ds101-setup.c +=================================================================== --- /dev/null 1970-01-01 00:00:00.000000000 +0000 -+++ linux-ixp4xx/arch/arm/mach-ixp4xx/ds101-setup.c 2006-02-23 18:08:40.000000000 +0100 ++++ linux-2.6.15/arch/arm/mach-ixp4xx/ds101-setup.c 2006-02-24 12:37:01.000000000 +0100 @@ -0,0 +1,245 @@ +/* + * Synology DS101 board setup @@ -225,7 +227,7 @@ Signed-off-by: OEyvind Repvik + */ + +static char ds101_command_line[] __initdata = -+ "root=/dev/sda1 rootfstype=ext3 init=/sbin/init " ++ "root=/dev/sda2 rootfstype=ext3 init=/sbin/init " + "rtc-rs5c372.probe=0,0x32 " + CONFIG_CMDLINE; + @@ -257,9 +259,11 @@ Signed-off-by: OEyvind Repvik + .timer = &ixp4xx_timer, + .init_machine = ds101_init, +MACHINE_END ---- linux-ixp4xx.orig/arch/arm/mach-ixp4xx/Kconfig 2006-02-23 18:08:38.000000000 +0100 -+++ linux-ixp4xx/arch/arm/mach-ixp4xx/Kconfig 2006-02-23 18:08:40.000000000 +0100 -@@ -94,6 +94,14 @@ config MACH_DSMG600 +Index: linux-2.6.15/arch/arm/mach-ixp4xx/Kconfig +=================================================================== +--- linux-2.6.15.orig/arch/arm/mach-ixp4xx/Kconfig 2006-02-24 11:44:49.000000000 +0100 ++++ linux-2.6.15/arch/arm/mach-ixp4xx/Kconfig 2006-02-24 11:44:49.000000000 +0100 +@@ -94,6 +94,14 @@ DSM-G600 device. For more information on this platform, see http://www.nslu2-linux.org/ @@ -274,9 +278,11 @@ Signed-off-by: OEyvind Repvik # # Avila and IXDP share the same source for now. Will change in future # ---- linux-ixp4xx.orig/arch/arm/mach-ixp4xx/Makefile 2006-02-23 18:08:38.000000000 +0100 -+++ linux-ixp4xx/arch/arm/mach-ixp4xx/Makefile 2006-02-23 18:09:09.000000000 +0100 -@@ -11,4 +11,4 @@ obj-$(CONFIG_MACH_GTWX5715) += gtwx5715- +Index: linux-2.6.15/arch/arm/mach-ixp4xx/Makefile +=================================================================== +--- linux-2.6.15.orig/arch/arm/mach-ixp4xx/Makefile 2006-02-24 11:44:48.000000000 +0100 ++++ linux-2.6.15/arch/arm/mach-ixp4xx/Makefile 2006-02-24 11:44:49.000000000 +0100 +@@ -11,4 +11,4 @@ obj-$(CONFIG_MACH_NSLU2) += nslu2-pci.o nslu2-setup.o nslu2-power.o obj-$(CONFIG_MACH_NAS100D) += nas100d-pci.o nas100d-setup.o nas100d-power.o obj-$(CONFIG_MACH_DSMG600) += dsmg600-pci.o dsmg600-setup.o -- cgit v1.2.3