diff options
Diffstat (limited to 'networking/Config.in')
-rw-r--r-- | networking/Config.in | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/networking/Config.in b/networking/Config.in index 90d905ee6..b01c38e51 100644 --- a/networking/Config.in +++ b/networking/Config.in | |||
@@ -860,7 +860,7 @@ config TFTPD | |||
860 | or from udpsvd. Example: "udpsvd -E 0 69 tftpd DIR" | 860 | or from udpsvd. Example: "udpsvd -E 0 69 tftpd DIR" |
861 | 861 | ||
862 | config FEATURE_TFTP_GET | 862 | config FEATURE_TFTP_GET |
863 | bool "Enable \"get\" command" | 863 | bool "Enable 'tftp get' and/or tftpd upload code" |
864 | default y | 864 | default y |
865 | depends on TFTP || TFTPD | 865 | depends on TFTP || TFTPD |
866 | help | 866 | help |
@@ -868,8 +868,11 @@ config FEATURE_TFTP_GET | |||
868 | a client to retrieve a file from a TFTP server. | 868 | a client to retrieve a file from a TFTP server. |
869 | Also enable upload support in tftpd, if tftpd is selected. | 869 | Also enable upload support in tftpd, if tftpd is selected. |
870 | 870 | ||
871 | Note: this option does _not_ make tftpd capable of download | ||
872 | (the usual operation people need from it)! | ||
873 | |||
871 | config FEATURE_TFTP_PUT | 874 | config FEATURE_TFTP_PUT |
872 | bool "Enable \"put\" command" | 875 | bool "Enable 'tftp put' and/or tftpd download code" |
873 | default y | 876 | default y |
874 | depends on TFTP || TFTPD | 877 | depends on TFTP || TFTPD |
875 | help | 878 | help |