From: Richard Purdie Date: Sun, 17 Dec 2006 00:14:39 +0000 (+0000) Subject: linux-rp: Disable LEGACY_PTYS on qemux86 (to match other kernels) X-Git-Tag: 2011-1~12365 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=ce8e068d31069f73340eab3687ae085c83649e3a;p=openembedded-core.git 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 --- 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 \