diff options
Diffstat (limited to 'networking/Config.src')
-rw-r--r-- | networking/Config.src | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/networking/Config.src b/networking/Config.src index fbad7ecb2..e56646917 100644 --- a/networking/Config.src +++ b/networking/Config.src | |||
@@ -134,6 +134,13 @@ config FEATURE_FTPD_ACCEPT_BROKEN_LIST | |||
134 | it increases the code size by ~40 bytes. | 134 | it increases the code size by ~40 bytes. |
135 | Most other ftp servers seem to behave similar to this. | 135 | Most other ftp servers seem to behave similar to this. |
136 | 136 | ||
137 | config FEATURE_FTP_AUTHENTICATION | ||
138 | bool "Enable authentication" | ||
139 | default y | ||
140 | depends on FTPD | ||
141 | help | ||
142 | Enable basic system login as seen in telnet etc. | ||
143 | |||
137 | config FTPGET | 144 | config FTPGET |
138 | bool "ftpget" | 145 | bool "ftpget" |
139 | default y | 146 | default y |