summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2006-12-17 00:14:39 +0000
committerRichard Purdie <richard@openedhand.com>2006-12-17 00:14:39 +0000
commitce8e068d31069f73340eab3687ae085c83649e3a (patch)
treee9cbc97965d2fd95729e429b83c242bbdb9d1a69
parent89e6ea80c5d48a4dd476c8b8970a4cca3620eab9 (diff)
downloadpoky-ce8e068d31069f73340eab3687ae085c83649e3a.tar.gz
linux-rp: Disable LEGACY_PTYS on qemux86 (to match other kernels)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1045 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r--meta/packages/linux/linux-rp-2.6.17/defconfig-qemux863
-rw-r--r--meta/packages/linux/linux-rp_2.6.17.bb2
2 files changed, 2 insertions, 3 deletions
diff --git a/meta/packages/linux/linux-rp-2.6.17/defconfig-qemux86 b/meta/packages/linux/linux-rp-2.6.17/defconfig-qemux86
index a1b9531acc..6fe280985f 100644
--- a/meta/packages/linux/linux-rp-2.6.17/defconfig-qemux86
+++ b/meta/packages/linux/linux-rp-2.6.17/defconfig-qemux86
@@ -877,8 +877,7 @@ CONFIG_SERIAL_8250_RUNTIME_UARTS=4
877CONFIG_SERIAL_CORE=y 877CONFIG_SERIAL_CORE=y
878# CONFIG_SERIAL_JSM is not set 878# CONFIG_SERIAL_JSM is not set
879CONFIG_UNIX98_PTYS=y 879CONFIG_UNIX98_PTYS=y
880CONFIG_LEGACY_PTYS=y 880# CONFIG_LEGACY_PTYS is not set
881CONFIG_LEGACY_PTY_COUNT=256
882CONFIG_PRINTER=y 881CONFIG_PRINTER=y
883# CONFIG_LP_CONSOLE is not set 882# CONFIG_LP_CONSOLE is not set
884# CONFIG_PPDEV is not set 883# CONFIG_PPDEV is not set
diff --git a/meta/packages/linux/linux-rp_2.6.17.bb b/meta/packages/linux/linux-rp_2.6.17.bb
index 79e81f265d..4ee46a5ec9 100644
--- a/meta/packages/linux/linux-rp_2.6.17.bb
+++ b/meta/packages/linux/linux-rp_2.6.17.bb
@@ -1,6 +1,6 @@
1require linux-rp.inc 1require linux-rp.inc
2 2
3PR = "r32" 3PR = "r33"
4 4
5# Handy URLs 5# Handy URLs
6# git://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git \ 6# git://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git \