d1d162b02a7cd4ccb106f4db0f28304438ad7b29
[oweals/openwrt.git] / target / linux / generic / patches-2.6.25 / 840-unable_to_open_console.patch
1 --- a/init/main.c
2 +++ b/init/main.c
3 @@ -775,7 +775,7 @@ static int noinline init_post(void)
4         numa_default_policy();
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);