diff options
author | acoul <acoul@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-11-23 14:04:42 +0000 |
---|---|---|
committer | acoul <acoul@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-11-23 14:04:42 +0000 |
commit | d92c081a67b408dd36b9e8cd1bc973efb77b2bf3 (patch) | |
tree | 066717f2274707966f663b5cfcb18e5e4910ab87 /target/linux/generic/patches-2.6.37/840-unable_to_open_console.patch | |
parent | 2f0ecbd629ac755177d265d05543a4fcae2962ce (diff) |
linux/generic: refresh 2.6.37 patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24111 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/patches-2.6.37/840-unable_to_open_console.patch')
-rw-r--r-- | target/linux/generic/patches-2.6.37/840-unable_to_open_console.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/patches-2.6.37/840-unable_to_open_console.patch b/target/linux/generic/patches-2.6.37/840-unable_to_open_console.patch index bfb4e0d165..8f1a4cb8ed 100644 --- a/target/linux/generic/patches-2.6.37/840-unable_to_open_console.patch +++ b/target/linux/generic/patches-2.6.37/840-unable_to_open_console.patch @@ -1,6 +1,6 @@ --- a/init/main.c +++ b/init/main.c -@@ -891,7 +891,7 @@ static int __init kernel_init(void * unu +@@ -890,7 +890,7 @@ static int __init kernel_init(void * unu /* Open the /dev/console on the rootfs, this should never fail */ if (sys_open((const char __user *) "/dev/console", O_RDWR, 0) < 0) |