summaryrefslogtreecommitdiff
path: root/target/linux/generic-2.6/patches-2.6.33/840-unable_to_open_console.patch
diff options
context:
space:
mode:
authorMatteo Croce <rootkit85@yahoo.it>2010-02-28 15:20:00 +0000
committerMatteo Croce <rootkit85@yahoo.it>2010-02-28 15:20:00 +0000
commit5ddd984cff128820f07b1f8e0ac7f8c845685855 (patch)
treebead993f23911a151c0afab7c1f7f7a12bac9737 /target/linux/generic-2.6/patches-2.6.33/840-unable_to_open_console.patch
parent9fd2d20a246341b7b510de5a2de86d1f93a12887 (diff)
downloadmtk-20170518-5ddd984cff128820f07b1f8e0ac7f8c845685855.zip
mtk-20170518-5ddd984cff128820f07b1f8e0ac7f8c845685855.tar.gz
mtk-20170518-5ddd984cff128820f07b1f8e0ac7f8c845685855.tar.bz2
kernel: add 2.6.33 patches
SVN-Revision: 19905
Diffstat (limited to 'target/linux/generic-2.6/patches-2.6.33/840-unable_to_open_console.patch')
-rw-r--r--target/linux/generic-2.6/patches-2.6.33/840-unable_to_open_console.patch11
1 files changed, 11 insertions, 0 deletions
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);