summaryrefslogtreecommitdiffstats
path: root/config/busybox/networking/Config.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2015-02-01 18:33:53 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2015-02-02 10:01:13 +0100
commit40be4503e7b3e66011696ab9d13696a8c2b7767c (patch)
tree850ac832b4310dac444521e3651434f42bc08eae /config/busybox/networking/Config.in
parent6386b5ebd9c4dc315aeb363cce912dd8ea007d15 (diff)
downloadptxdist-40be4503e7b3e66011696ab9d13696a8c2b7767c.tar.gz
ptxdist-40be4503e7b3e66011696ab9d13696a8c2b7767c.tar.xz
busybox: version bump 1.22.1 -> 1.23.1
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'config/busybox/networking/Config.in')
-rw-r--r--config/busybox/networking/Config.in23
1 files changed, 15 insertions, 8 deletions
diff --git a/config/busybox/networking/Config.in b/config/busybox/networking/Config.in
index 3e578664a..56928bf66 100644
--- a/config/busybox/networking/Config.in
+++ b/config/busybox/networking/Config.in
@@ -227,6 +227,13 @@ config BUSYBOX_FEATURE_FTPD_ACCEPT_BROKEN_LIST
it increases the code size by ~40 bytes.
Most other ftp servers seem to behave similar to this.
+config BUSYBOX_FEATURE_FTP_AUTHENTICATION
+ bool "Enable authentication"
+ default y
+ depends on BUSYBOX_FTPD
+ help
+ Enable basic system login as seen in telnet etc.
+
config BUSYBOX_FTPGET
bool "ftpget"
default y
@@ -267,14 +274,6 @@ config BUSYBOX_FEATURE_HTTPD_RANGES
"Range: bytes=NNN-[MMM]" header. Allows for resuming interrupted
downloads, seeking in multimedia players etc.
-config BUSYBOX_FEATURE_HTTPD_USE_SENDFILE
- bool "Use sendfile system call"
- default y
- depends on BUSYBOX_HTTPD
- help
- When enabled, httpd will use the kernel sendfile() function
- instead of read/write loop.
-
config BUSYBOX_FEATURE_HTTPD_SETUID
bool "Enable -u <user> option"
default y
@@ -757,6 +756,14 @@ config BUSYBOX_FEATURE_NTPD_SERVER
Make ntpd usable as a NTP server. If you disable this option
ntpd will be usable only as a NTP client.
+config BUSYBOX_FEATURE_NTPD_CONF
+ bool "Make ntpd understand /etc/ntp.conf"
+ default y
+ depends on BUSYBOX_NTPD
+ help
+ Make ntpd look in /etc/ntp.conf for peers. Only "server address"
+ is supported.
+
config BUSYBOX_PSCAN
bool "pscan"
default y