aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/s3c24xx/patches-2.6.30/080-nr-tty-devices.patch
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2009-05-25 12:27:13 +0000
committerImre Kaloz <kaloz@openwrt.org>2009-05-25 12:27:13 +0000
commite6eeee0230350afdc39c0e5a36c7a6bb2edc8875 (patch)
treeab37f2e4bb41ca942b63ff3d5527e63b1e7f44e6 /target/linux/s3c24xx/patches-2.6.30/080-nr-tty-devices.patch
parent94785e705e7ab4192df5b9729bd77cf44c7e5d29 (diff)
downloadmaster-187ad058-e6eeee0230350afdc39c0e5a36c7a6bb2edc8875.tar.gz
master-187ad058-e6eeee0230350afdc39c0e5a36c7a6bb2edc8875.tar.bz2
master-187ad058-e6eeee0230350afdc39c0e5a36c7a6bb2edc8875.zip
update to 2.6.30-rc7
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16048 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/s3c24xx/patches-2.6.30/080-nr-tty-devices.patch')
-rw-r--r--target/linux/s3c24xx/patches-2.6.30/080-nr-tty-devices.patch16
1 files changed, 6 insertions, 10 deletions
diff --git a/target/linux/s3c24xx/patches-2.6.30/080-nr-tty-devices.patch b/target/linux/s3c24xx/patches-2.6.30/080-nr-tty-devices.patch
index 3c3bc7991f..e58152d0c9 100644
--- a/target/linux/s3c24xx/patches-2.6.30/080-nr-tty-devices.patch
+++ b/target/linux/s3c24xx/patches-2.6.30/080-nr-tty-devices.patch
@@ -1,8 +1,6 @@
-Index: linux-2.6.30-rc6/include/linux/vt.h
-===================================================================
---- linux-2.6.30-rc6.orig/include/linux/vt.h 2009-05-16 06:12:57.000000000 +0200
-+++ linux-2.6.30-rc6/include/linux/vt.h 2009-05-18 19:08:35.000000000 +0200
-@@ -18,8 +18,19 @@
+--- a/include/linux/vt.h
++++ b/include/linux/vt.h
+@@ -18,8 +18,19 @@ extern int unregister_vt_notifier(struct
* resizing).
*/
#define MIN_NR_CONSOLES 1 /* must be at least 1 */
@@ -22,11 +20,9 @@ Index: linux-2.6.30-rc6/include/linux/vt.h
/* Note: the ioctl VT_GETSTATE does not work for
consoles 16 and higher (since it returns a short) */
-Index: linux-2.6.30-rc6/drivers/char/Kconfig
-===================================================================
---- linux-2.6.30-rc6.orig/drivers/char/Kconfig 2009-05-18 19:07:07.000000000 +0200
-+++ linux-2.6.30-rc6/drivers/char/Kconfig 2009-05-18 19:08:35.000000000 +0200
-@@ -66,6 +66,18 @@
+--- a/drivers/char/Kconfig
++++ b/drivers/char/Kconfig
+@@ -66,6 +66,18 @@ config VT_CONSOLE
If unsure, say Y.