aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.6/patches-2.6.29/840-unable_to_open_console.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-07-17 16:20:25 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-07-17 16:20:25 +0000
commit916ce4ba2f3a9b311bebf260361bc0cf407b0494 (patch)
tree3facc57670f7c529e3bd135792bc0f152e2995f1 /target/linux/generic-2.6/patches-2.6.29/840-unable_to_open_console.patch
parente68a9dd226a6a2866245239f76879cf77ca65eb3 (diff)
downloadmaster-187ad058-916ce4ba2f3a9b311bebf260361bc0cf407b0494.tar.gz
master-187ad058-916ce4ba2f3a9b311bebf260361bc0cf407b0494.tar.bz2
master-187ad058-916ce4ba2f3a9b311bebf260361bc0cf407b0494.zip
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.patch11
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 48b6af510a..0000000000
--- 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);