From c9b1085b77d71ce049c3d8dd814f8cc1fd38c66c Mon Sep 17 00:00:00 2001 From: Stefan Saraev Date: Sun, 29 Apr 2012 14:15:46 +0300 Subject: [PATCH] busybox: enable telnet applet --- packages/sysutils/busybox/config/busybox.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/sysutils/busybox/config/busybox.conf b/packages/sysutils/busybox/config/busybox.conf index cd06ac3104..e30e16bdbd 100644 --- a/packages/sysutils/busybox/config/busybox.conf +++ b/packages/sysutils/busybox/config/busybox.conf @@ -302,7 +302,7 @@ CONFIG_WHOAMI=y # # Common options for ls, more and telnet # -# CONFIG_FEATURE_AUTOWIDTH is not set +CONFIG_FEATURE_AUTOWIDTH=y # # Common options for df, du, ls @@ -815,9 +815,9 @@ CONFIG_NSLOOKUP=y CONFIG_ROUTE=y # CONFIG_SLATTACH is not set # CONFIG_TCPSVD is not set -# CONFIG_TELNET is not set -# CONFIG_FEATURE_TELNET_TTYPE is not set -# CONFIG_FEATURE_TELNET_AUTOLOGIN is not set +CONFIG_TELNET=y +CONFIG_FEATURE_TELNET_TTYPE=y +CONFIG_FEATURE_TELNET_AUTOLOGIN=y # CONFIG_TELNETD is not set # CONFIG_FEATURE_TELNETD_STANDALONE is not set # CONFIG_FEATURE_TELNETD_INETD_WAIT is not set