diff options
Diffstat (limited to 'networking/Config.in')
-rw-r--r-- | networking/Config.in | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/networking/Config.in b/networking/Config.in index ba41ab119..e9694af67 100644 --- a/networking/Config.in +++ b/networking/Config.in | |||
@@ -586,13 +586,12 @@ config TELNETD | |||
586 | with all that done, telnetd _should_ work.... | 586 | with all that done, telnetd _should_ work.... |
587 | 587 | ||
588 | 588 | ||
589 | config FEATURE_TELNETD_INETD | 589 | config FEATURE_TELNETD_STANDALONE |
590 | bool "Support call from inetd only" | 590 | bool "Support standalone telnetd (not inetd only)" |
591 | default n | 591 | default n |
592 | depends on TELNETD | 592 | depends on TELNETD |
593 | help | 593 | help |
594 | Selecting this will make telnetd only callable from inetd, | 594 | Selecting this will make telnetd able to run standalone. |
595 | removing the standalone support. | ||
596 | 595 | ||
597 | config TFTP | 596 | config TFTP |
598 | bool "tftp" | 597 | bool "tftp" |