diff options
author | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-11-22 15:54:52 +0000 |
---|---|---|
committer | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-11-22 15:54:52 +0000 |
commit | 0aa307456bfc692ae09ce4dab8337184c83b2680 (patch) | |
tree | 21794599ef01c7603faff7efb1fcaf56868684c9 /scripts/defconfig | |
parent | 6e9a452d0bc16107c2b56f2e8f44ae2cccbab209 (diff) | |
download | busybox-w32-0aa307456bfc692ae09ce4dab8337184c83b2680.tar.gz busybox-w32-0aa307456bfc692ae09ce4dab8337184c83b2680.tar.bz2 busybox-w32-0aa307456bfc692ae09ce4dab8337184c83b2680.zip |
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.
git-svn-id: svn://busybox.net/trunk/busybox@16622 69ca8d6d-28ef-0310-b511-8ec308f3f277
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 | |||
560 | CONFIG_FEATURE_TELNET_TTYPE=y | 560 | CONFIG_FEATURE_TELNET_TTYPE=y |
561 | CONFIG_FEATURE_TELNET_AUTOLOGIN=y | 561 | CONFIG_FEATURE_TELNET_AUTOLOGIN=y |
562 | CONFIG_TELNETD=y | 562 | CONFIG_TELNETD=y |
563 | CONFIG_FEATURE_TELNETD_INETD=y | ||
564 | CONFIG_TFTP=y | 563 | CONFIG_TFTP=y |
565 | CONFIG_FEATURE_TFTP_GET=y | 564 | CONFIG_FEATURE_TFTP_GET=y |
566 | CONFIG_FEATURE_TFTP_PUT=y | 565 | CONFIG_FEATURE_TFTP_PUT=y |