diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-07-17 16:20:25 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-07-17 16:20:25 +0000 |
commit | fb042825f857fb3851d00854ea7da095d26ea417 (patch) | |
tree | 3facc57670f7c529e3bd135792bc0f152e2995f1 /target/linux/generic-2.6/patches-2.6.29/840-unable_to_open_console.patch | |
parent | 728cb5fb5827f84b91a09bfcd38507a35ac272bc (diff) |
get rid of linux 2.6.29
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16883 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic-2.6/patches-2.6.29/840-unable_to_open_console.patch')
-rw-r--r-- | target/linux/generic-2.6/patches-2.6.29/840-unable_to_open_console.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.29/840-unable_to_open_console.patch b/target/linux/generic-2.6/patches-2.6.29/840-unable_to_open_console.patch deleted file mode 100644 index 48b6af510..000000000 --- a/target/linux/generic-2.6/patches-2.6.29/840-unable_to_open_console.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/init/main.c -+++ b/init/main.c -@@ -797,7 +797,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); |