wget: -O FILE is allowed to overwrite existing file (compat)
[oweals/busybox.git] / networking / Config.in
index 5275adc5fde2ec14d0e0328ca32d960d4619124f..030b1c0dee38516d8220b131d1d71531330f15ff 100644 (file)
@@ -83,6 +83,15 @@ config HTTPD
        help
          Serve web pages via an HTTP server.
 
+config FEATURE_HTTPD_RANGES
+       bool "Support 'Ranges:' header"
+       default n
+       depends on HTTPD
+       help
+         Makes httpd emit "Accept-Ranges: bytes" header and understand
+         "Range: bytes=NNN-[MMM]" header. Allows for resuming interrupted
+         downloads, seeking in multimedia players etc.
+
 config FEATURE_HTTPD_USE_SENDFILE
        bool "Use sendfile system call"
        default n
@@ -249,6 +258,7 @@ config IFUPDOWN
 config IFUPDOWN_IFSTATE_PATH
        string "Absolute path to ifstate file"
        default "/var/run/ifstate"
+       depends on IFUPDOWN
        help
          ifupdown keeps state information in a file called ifstate.
          Typically it is located in /var/run/ifstate, however