summaryrefslogtreecommitdiff
path: root/networking/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'networking/Config.in')
-rw-r--r--networking/Config.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/networking/Config.in b/networking/Config.in
index b4b9462c3..b622b65f3 100644
--- a/networking/Config.in
+++ b/networking/Config.in
@@ -11,6 +11,18 @@ config CONFIG_FEATURE_IPV6
11 help 11 help
12 Please submit a patch to add help text for this item. 12 Please submit a patch to add help text for this item.
13 13
14config CONFIG_FTPGET
15 bool "ftpget"
16 default n
17 help
18 Retrieve a remote file via FTP.
19
20config CONFIG_FTPPUT
21 bool "ftpput"
22 default n
23 help
24 Store a remote file via FTP.
25
14config CONFIG_HOSTNAME 26config CONFIG_HOSTNAME
15 bool "hostname" 27 bool "hostname"
16 default n 28 default n