From 75f8d080a28f2a9076a5f60afeba41ac876a78a4 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Wed, 22 Nov 2006 15:54:52 +0000 Subject: telnetd: we were having telnetd with is ONLY inetd or ONLY standalone. What if I need to have both?? This patch introduces CONFIG_FEATURE_TELNETD_STANDALONE: y - both, n - only inetd. --- scripts/defconfig | 1 - 1 file changed, 1 deletion(-) (limited to 'scripts/defconfig') diff --git a/scripts/defconfig b/scripts/defconfig index 11361dc42..102c21a5f 100644 --- a/scripts/defconfig +++ b/scripts/defconfig @@ -560,7 +560,6 @@ CONFIG_TELNET=y CONFIG_FEATURE_TELNET_TTYPE=y CONFIG_FEATURE_TELNET_AUTOLOGIN=y CONFIG_TELNETD=y -CONFIG_FEATURE_TELNETD_INETD=y CONFIG_TFTP=y CONFIG_FEATURE_TFTP_GET=y CONFIG_FEATURE_TFTP_PUT=y -- cgit v1.2.3