From 5ddd984cff128820f07b1f8e0ac7f8c845685855 Mon Sep 17 00:00:00 2001 From: Matteo Croce Date: Sun, 28 Feb 2010 15:20:00 +0000 Subject: kernel: add 2.6.33 patches SVN-Revision: 19905 --- .../patches-2.6.33/840-unable_to_open_console.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 target/linux/generic-2.6/patches-2.6.33/840-unable_to_open_console.patch (limited to 'target/linux/generic-2.6/patches-2.6.33/840-unable_to_open_console.patch') diff --git a/target/linux/generic-2.6/patches-2.6.33/840-unable_to_open_console.patch b/target/linux/generic-2.6/patches-2.6.33/840-unable_to_open_console.patch new file mode 100644 index 0000000..8d90396 --- /dev/null +++ b/target/linux/generic-2.6/patches-2.6.33/840-unable_to_open_console.patch @@ -0,0 +1,11 @@ +--- a/init/main.c ++++ b/init/main.c +@@ -807,7 +807,7 @@ static noinline int init_post(void) + numa_default_policy(); + + 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"); + + (void) sys_dup(0); + (void) sys_dup(0); -- cgit v1.1