Hi,

the attached trivial patch corrects the list of linux kernel options
that are required for busybox telnetd. DEVPTS_FS has been obsolete for
some time.

Best regards,
Martin
>From ef997073934b2e5053d324168e8eb546b9269a6c Mon Sep 17 00:00:00 2001
From: Martin Kaiser <[email protected]>
Date: Tue, 21 Oct 2014 21:23:28 +0200
Subject: [PATCH] telnetd: we only need CONFIG_UNIX98_PTYS from the Linux
 kernel

Signed-off-by: Martin Kaiser <[email protected]>
---
 networking/Config.src |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/networking/Config.src b/networking/Config.src
index e566469..d15e432 100644
--- a/networking/Config.src
+++ b/networking/Config.src
@@ -758,8 +758,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:
 
-- 
1.7.10.4

_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to