From ce8e068d31069f73340eab3687ae085c83649e3a Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sun, 17 Dec 2006 00:14:39 +0000 Subject: 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 --- meta/packages/linux/linux-rp-2.6.17/defconfig-qemux86 | 3 +-- meta/packages/linux/linux-rp_2.6.17.bb | 2 +- 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 CONFIG_SERIAL_CORE=y # CONFIG_SERIAL_JSM is not set CONFIG_UNIX98_PTYS=y -CONFIG_LEGACY_PTYS=y -CONFIG_LEGACY_PTY_COUNT=256 +# CONFIG_LEGACY_PTYS is not set CONFIG_PRINTER=y # CONFIG_LP_CONSOLE is not set # 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 @@ require linux-rp.inc -PR = "r32" +PR = "r33" # Handy URLs # git://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git \ -- cgit v1.2.3-54-g00ecf