diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2006-11-22 15:54:52 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2006-11-22 15:54:52 +0000 |
commit | 75f8d080a28f2a9076a5f60afeba41ac876a78a4 (patch) | |
tree | 21794599ef01c7603faff7efb1fcaf56868684c9 /scripts/defconfig | |
parent | d6bbf99a8b174d8535c195c71d3560a0d83d95fc (diff) |
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.
Diffstat (limited to 'scripts/defconfig')
-rw-r--r-- | scripts/defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
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 |