diff options
author | Martin Kaiser <lists@kaiser.cx> | 2014-11-02 23:23:16 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2015-01-30 17:12:38 +0100 |
commit | 1cbe93cf4e4234629a15cc3038bdb379961ffc2e (patch) | |
tree | 8a79c28e1550b93e0096569addbccd3931039a8b | |
parent | 08f9ffc3f7503eb3dc94f16c615b20d2ae9a059c (diff) | |
download | busybox-w32-1cbe93cf4e4234629a15cc3038bdb379961ffc2e.tar.gz busybox-w32-1cbe93cf4e4234629a15cc3038bdb379961ffc2e.tar.bz2 busybox-w32-1cbe93cf4e4234629a15cc3038bdb379961ffc2e.zip |
telnetd: we only need CONFIG_UNIX98_PTYS from the Linux kernel
(re-sending this as it got ignored completey and the format of the
previous mail was probably not correct - please let me know if there's
anything else I can do to get this trivial fix applied)
for telnetd to work, we only need CONFIG_UNIX98_PTYS to be enabled
in the Linux kernel - DEVPTS_FS has been obsolete for some time
Signed-off-by: Martin Kaiser <lists@kaiser.cx>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r-- | networking/Config.src | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/networking/Config.src b/networking/Config.src index 15a696876..da36e8627 100644 --- a/networking/Config.src +++ b/networking/Config.src | |||
@@ -750,8 +750,7 @@ config TELNETD | |||
750 | 750 | ||
751 | Note that for busybox telnetd to work you need several things: | 751 | Note that for busybox telnetd to work you need several things: |
752 | First of all, your kernel needs: | 752 | First of all, your kernel needs: |
753 | UNIX98_PTYS=y | 753 | CONFIG_UNIX98_PTYS=y |
754 | DEVPTS_FS=y | ||
755 | 754 | ||
756 | Next, you need a /dev/pts directory on your root filesystem: | 755 | Next, you need a /dev/pts directory on your root filesystem: |
757 | 756 | ||