telnetd: we only need CONFIG_UNIX98_PTYS from the Linux kernel
authorMartin Kaiser <lists@kaiser.cx>
Sun, 2 Nov 2014 22:23:16 +0000 (23:23 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Fri, 30 Jan 2015 16:12:38 +0000 (17:12 +0100)
(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>
networking/Config.src

index 15a696876f05d86eedf6fd5389df44892c2ce753..da36e8627c6418a8831013d71a9f123c78146c0b 100644 (file)
@@ -750,8 +750,7 @@ config TELNETD
 
          Note that for busybox telnetd to work you need several things:
          First of all, your kernel needs:
-                 UNIX98_PTYS=y
-                 DEVPTS_FS=y
+                 CONFIG_UNIX98_PTYS=y
 
          Next, you need a /dev/pts directory on your root filesystem: