aboutsummaryrefslogtreecommitdiff
path: root/scripts/defconfig
diff options
context:
space:
mode:
authorvda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-11-22 15:54:52 +0000
committervda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-11-22 15:54:52 +0000
commit0aa307456bfc692ae09ce4dab8337184c83b2680 (patch)
tree21794599ef01c7603faff7efb1fcaf56868684c9 /scripts/defconfig
parent6e9a452d0bc16107c2b56f2e8f44ae2cccbab209 (diff)
downloadbusybox-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/defconfig1
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
560CONFIG_FEATURE_TELNET_TTYPE=y 560CONFIG_FEATURE_TELNET_TTYPE=y
561CONFIG_FEATURE_TELNET_AUTOLOGIN=y 561CONFIG_FEATURE_TELNET_AUTOLOGIN=y
562CONFIG_TELNETD=y 562CONFIG_TELNETD=y
563CONFIG_FEATURE_TELNETD_INETD=y
564CONFIG_TFTP=y 563CONFIG_TFTP=y
565CONFIG_FEATURE_TFTP_GET=y 564CONFIG_FEATURE_TFTP_GET=y
566CONFIG_FEATURE_TFTP_PUT=y 565CONFIG_FEATURE_TFTP_PUT=y