diff options
-rw-r--r-- | networking/Config.src | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/networking/Config.src b/networking/Config.src index 51dcb7717..ebad9e598 100644 --- a/networking/Config.src +++ b/networking/Config.src | |||
@@ -861,6 +861,9 @@ config TFTPD | |||
861 | In other words: it should be run from inetd in nowait mode, | 861 | In other words: it should be run from inetd in nowait mode, |
862 | or from udpsvd. Example: "udpsvd -E 0 69 tftpd DIR" | 862 | or from udpsvd. Example: "udpsvd -E 0 69 tftpd DIR" |
863 | 863 | ||
864 | comment "Common options for tftp/tftpd" | ||
865 | depends on TFTP || TFTPD | ||
866 | |||
864 | config FEATURE_TFTP_GET | 867 | config FEATURE_TFTP_GET |
865 | bool "Enable 'tftp get' and/or tftpd upload code" | 868 | bool "Enable 'tftp get' and/or tftpd upload code" |
866 | default y | 869 | default y |