summaryrefslogtreecommitdiff
path: root/networking/Config.src
diff options
context:
space:
mode:
Diffstat (limited to 'networking/Config.src')
-rw-r--r--networking/Config.src5
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
6menu "Networking Utilities" 6menu "Networking Utilities"
7 7
8INSERT
9
8config FEATURE_IPV6 10config 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
864comment "Common options for tftp/tftpd"
865 depends on TFTP || TFTPD
866
862config FEATURE_TFTP_GET 867config 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