aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.6/patches-2.6.26/840-unable_to_open_console.patch
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2009-05-07 12:21:02 +0000
committerFlorian Fainelli <florian@openwrt.org>2009-05-07 12:21:02 +0000
commit9eb1a459851213dcafbcdaabdfc2985a877090af (patch)
tree05c8594d9f3b173ad916bd2c6856cf4e79390f61 /target/linux/generic-2.6/patches-2.6.26/840-unable_to_open_console.patch
parent6adafe0bc02fc4d31d1de870be6cb8f88356bb7a (diff)
downloadmaster-187ad058-9eb1a459851213dcafbcdaabdfc2985a877090af.tar.gz
master-187ad058-9eb1a459851213dcafbcdaabdfc2985a877090af.tar.bz2
master-187ad058-9eb1a459851213dcafbcdaabdfc2985a877090af.zip
[kernel] remove 2.6.26 since there are no remaining candidates for it
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15666 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic-2.6/patches-2.6.26/840-unable_to_open_console.patch')
-rw-r--r--target/linux/generic-2.6/patches-2.6.26/840-unable_to_open_console.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.26/840-unable_to_open_console.patch b/target/linux/generic-2.6/patches-2.6.26/840-unable_to_open_console.patch
deleted file mode 100644
index bfaf0617d7..0000000000
--- a/target/linux/generic-2.6/patches-2.6.26/840-unable_to_open_console.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/init/main.c
-+++ b/init/main.c
-@@ -803,7 +803,7 @@ static int noinline 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);