From af3243b5d52fcd97a24dfc6e28d8ac4d4c7bfdc3 Mon Sep 17 00:00:00 2001 From: hauke Date: Sun, 18 Apr 2010 18:35:47 +0000 Subject: kernel: refresh patches with 2.6.34-rc4 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20999 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../linux/generic-2.6/patches-2.6.34/840-unable_to_open_console.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'target/linux/generic-2.6/patches-2.6.34/840-unable_to_open_console.patch') diff --git a/target/linux/generic-2.6/patches-2.6.34/840-unable_to_open_console.patch b/target/linux/generic-2.6/patches-2.6.34/840-unable_to_open_console.patch index 8d9039676..6a634b7b3 100644 --- a/target/linux/generic-2.6/patches-2.6.34/840-unable_to_open_console.patch +++ b/target/linux/generic-2.6/patches-2.6.34/840-unable_to_open_console.patch @@ -1,8 +1,8 @@ --- a/init/main.c +++ b/init/main.c -@@ -807,7 +807,7 @@ static noinline int init_post(void) - numa_default_policy(); +@@ -887,7 +887,7 @@ static int __init kernel_init(void * unu + /* Open the /dev/console on the rootfs, this should never fail */ if (sys_open((const char __user *) "/dev/console", O_RDWR, 0) < 0) - printk(KERN_WARNING "Warning: unable to open an initial console.\n"); + printk(KERN_WARNING "Please be patient, while OpenWrt loads ...\n"); -- cgit v1.2.3