diff options
author | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-12-11 11:10:49 +0000 |
---|---|---|
committer | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-12-11 11:10:49 +0000 |
commit | 7ac177517c1c8982178ce9817db46fdd0d7426c5 (patch) | |
tree | d557f10cc7fed2f000cb07ba88df078f0f47c78f /target/linux/generic-2.6/patches-2.6.31/840-unable_to_open_console.patch | |
parent | fc838a6bb82b9c3979cbc56d7da8300322c2a8cb (diff) |
upgrade to 2.6.31.7
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18747 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic-2.6/patches-2.6.31/840-unable_to_open_console.patch')
-rw-r--r-- | target/linux/generic-2.6/patches-2.6.31/840-unable_to_open_console.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.31/840-unable_to_open_console.patch b/target/linux/generic-2.6/patches-2.6.31/840-unable_to_open_console.patch index d9e443a666..b90a247a8e 100644 --- a/target/linux/generic-2.6/patches-2.6.31/840-unable_to_open_console.patch +++ b/target/linux/generic-2.6/patches-2.6.31/840-unable_to_open_console.patch @@ -1,6 +1,6 @@ --- a/init/main.c +++ b/init/main.c -@@ -844,7 +844,7 @@ static noinline int init_post(void) +@@ -839,7 +839,7 @@ static noinline int init_post(void) numa_default_policy(); if (sys_open((const char __user *) "/dev/console", O_RDWR, 0) < 0) |