aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2008-01-30 23:32:47 +0000
committerImre Kaloz <kaloz@openwrt.org>2008-01-30 23:32:47 +0000
commite80d5f9686da8698ae2b8d961401ec76cedcce30 (patch)
tree3758278001cfed0c7f99bc3433588a303c918991 /target
parent30742329865fb2f66fe85db0a45e68840c03da1f (diff)
downloadupstream-e80d5f9686da8698ae2b8d961401ec76cedcce30.tar.gz
upstream-e80d5f9686da8698ae2b8d961401ec76cedcce30.tar.bz2
upstream-e80d5f9686da8698ae2b8d961401ec76cedcce30.zip
copy leftover patch from 2.6.23
SVN-Revision: 10333
Diffstat (limited to 'target')
-rw-r--r--target/linux/generic-2.6/patches-2.6.24/840-unable_to_open_console.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.24/840-unable_to_open_console.patch b/target/linux/generic-2.6/patches-2.6.24/840-unable_to_open_console.patch
new file mode 100644
index 0000000000..332f5a5cd7
--- /dev/null
+++ b/target/linux/generic-2.6/patches-2.6.24/840-unable_to_open_console.patch
@@ -0,0 +1,13 @@
+Index: linux-2.6.23.14/init/main.c
+===================================================================
+--- linux-2.6.23.14.orig/init/main.c 2008-01-25 19:12:45.000000000 +0100
++++ linux-2.6.23.14/init/main.c 2008-01-25 19:12:52.000000000 +0100
+@@ -780,7 +780,7 @@
+ 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);