3925b7791521f7b5706dd25a03f86da204ab256b
[openwrt/openwrt.git] / target / linux / generic-2.6 / patches-2.6.32 / 840-unable_to_open_console.patch
1 --- a/init/main.c
2 +++ b/init/main.c
3 @@ -819,7 +819,7 @@ static noinline int init_post(void)
4 printk(KERN_INFO"Running BFS CPU scheduler v0.302 by Con Kolivas.\n");
5
6 if (sys_open((const char __user *) "/dev/console", O_RDWR, 0) < 0)
7 - printk(KERN_WARNING "Warning: unable to open an initial console.\n");
8 + printk(KERN_WARNING "Please be patient, while OpenWrt loads ...\n");
9
10 (void) sys_dup(0);
11 (void) sys_dup(0);