[git commit] telnetd: we only need CONFIG_UNIX98_PTYS from the Linux kernel

Denys Vlasenko vda.linux at googlemail.com
Fri Jan 30 16:12:38 UTC 2015


commit: http://git.busybox.net/busybox/commit/?id=1cbe93cf4e4234629a15cc3038bdb379961ffc2e
branch: http://git.busybox.net/busybox/commit/?id=refs/heads/master

(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 at kaiser.cx>
Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 networking/Config.src |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/networking/Config.src b/networking/Config.src
index 15a6968..da36e86 100644
--- a/networking/Config.src
+++ b/networking/Config.src
@@ -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:
 


More information about the busybox-cvs mailing list