diff options
Diffstat (limited to 'networking/Config.src')
-rw-r--r-- | networking/Config.src | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/networking/Config.src b/networking/Config.src index eb8dc1ce2..ebad9e598 100644 --- a/networking/Config.src +++ b/networking/Config.src | |||
@@ -5,6 +5,8 @@ | |||
5 | 5 | ||
6 | menu "Networking Utilities" | 6 | menu "Networking Utilities" |
7 | 7 | ||
8 | INSERT | ||
9 | |||
8 | config FEATURE_IPV6 | 10 | config FEATURE_IPV6 |
9 | bool "Enable IPv6 support" | 11 | bool "Enable IPv6 support" |
10 | default y | 12 | default y |
@@ -859,6 +861,9 @@ config TFTPD | |||
859 | 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, |
860 | or from udpsvd. Example: "udpsvd -E 0 69 tftpd DIR" | 862 | or from udpsvd. Example: "udpsvd -E 0 69 tftpd DIR" |
861 | 863 | ||
864 | comment "Common options for tftp/tftpd" | ||
865 | depends on TFTP || TFTPD | ||
866 | |||
862 | config FEATURE_TFTP_GET | 867 | config FEATURE_TFTP_GET |
863 | bool "Enable 'tftp get' and/or tftpd upload code" | 868 | bool "Enable 'tftp get' and/or tftpd upload code" |
864 | default y | 869 | default y |