summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2009-09-10 13:35:47 +0000
committerGabor Juhos <juhosg@openwrt.org>2009-09-10 13:35:47 +0000
commit7763c09a105e91478d380c6c1a5dff82ef8f5685 (patch)
tree1cae909f24685baff31997c83a6a609cb142e5e0 /target
parenta5f80019ef988a59a46cd3657080072a71bf6fa3 (diff)
downloadmaster-31e0f0ae-7763c09a105e91478d380c6c1a5dff82ef8f5685.tar.gz
master-31e0f0ae-7763c09a105e91478d380c6c1a5dff82ef8f5685.tar.bz2
master-31e0f0ae-7763c09a105e91478d380c6c1a5dff82ef8f5685.zip
kernel: refresh 2.6.30 patches
SVN-Revision: 17557
Diffstat (limited to 'target')
-rw-r--r--target/linux/generic-2.6/patches-2.6.30/840-unable_to_open_console.patch2
-rw-r--r--target/linux/generic-2.6/patches-2.6.30/999-use_preinit_as_init.patch2
2 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.30/840-unable_to_open_console.patch b/target/linux/generic-2.6/patches-2.6.30/840-unable_to_open_console.patch
index eb6bd8c2b7..c9a2774689 100644
--- a/target/linux/generic-2.6/patches-2.6.30/840-unable_to_open_console.patch
+++ b/target/linux/generic-2.6/patches-2.6.30/840-unable_to_open_console.patch
@@ -1,6 +1,6 @@
--- a/init/main.c
+++ b/init/main.c
-@@ -811,7 +811,7 @@ static noinline int init_post(void)
+@@ -812,7 +812,7 @@ static noinline int init_post(void)
numa_default_policy();
if (sys_open((const char __user *) "/dev/console", O_RDWR, 0) < 0)
diff --git a/target/linux/generic-2.6/patches-2.6.30/999-use_preinit_as_init.patch b/target/linux/generic-2.6/patches-2.6.30/999-use_preinit_as_init.patch
index 631da6d768..0a52a87e83 100644
--- a/target/linux/generic-2.6/patches-2.6.30/999-use_preinit_as_init.patch
+++ b/target/linux/generic-2.6/patches-2.6.30/999-use_preinit_as_init.patch
@@ -1,6 +1,6 @@
--- a/init/main.c
+++ b/init/main.c
-@@ -835,10 +835,7 @@ static noinline int init_post(void)
+@@ -836,10 +836,7 @@ static noinline int init_post(void)
printk(KERN_WARNING "Failed to execute %s. Attempting "
"defaults...\n", execute_command);
}