diff options
author | Richard Purdie <richard@openedhand.com> | 2006-12-17 00:14:39 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-12-17 00:14:39 +0000 |
commit | ce8e068d31069f73340eab3687ae085c83649e3a (patch) | |
tree | e9cbc97965d2fd95729e429b83c242bbdb9d1a69 /meta/packages/linux/linux-rp-2.6.17 | |
parent | 89e6ea80c5d48a4dd476c8b8970a4cca3620eab9 (diff) | |
download | openembedded-core-ce8e068d31069f73340eab3687ae085c83649e3a.tar.gz openembedded-core-ce8e068d31069f73340eab3687ae085c83649e3a.tar.bz2 openembedded-core-ce8e068d31069f73340eab3687ae085c83649e3a.zip |
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
Diffstat (limited to 'meta/packages/linux/linux-rp-2.6.17')
-rw-r--r-- | meta/packages/linux/linux-rp-2.6.17/defconfig-qemux86 | 3 |
1 files changed, 1 insertions, 2 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 |