summaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.6/patches-2.6.34/840-unable_to_open_console.patch
diff options
context:
space:
mode:
authorhauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-04-18 18:35:47 +0000
committerhauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-04-18 18:35:47 +0000
commitaf3243b5d52fcd97a24dfc6e28d8ac4d4c7bfdc3 (patch)
treec752890e176316502ae064e00342c64d54ffc8c8 /target/linux/generic-2.6/patches-2.6.34/840-unable_to_open_console.patch
parent0fe492d30bcc484623460c11948831aabc055cbf (diff)
kernel: refresh patches with 2.6.34-rc4
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20999 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic-2.6/patches-2.6.34/840-unable_to_open_console.patch')
-rw-r--r--target/linux/generic-2.6/patches-2.6.34/840-unable_to_open_console.patch4
1 files changed, 2 insertions, 2 deletions
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");