tools/patchelf: update to 0.18.0
[openwrt/staging/dedeckeh.git] / config / Config-devel.in
index 3f73cb404dfe56c2078f3e3f249a026d5ce9e0d5..cbac91c09dacf16bb50afaef295921c0f905dfab 100644 (file)
@@ -4,11 +4,9 @@
 
 menuconfig DEVEL
        bool "Advanced configuration options (for developers)"
-       default n
 
        config BROKEN
                bool "Show broken platforms / packages / devices" if DEVEL
-               default n
 
        config BINARY_FOLDER
                string "Binary folder" if DEVEL
@@ -17,6 +15,20 @@ menuconfig DEVEL
                  Store built firmware images and filesystem images in this directory.
                  If not set, uses './bin/$(BOARD)'
 
+       config DOWNLOAD_TOOL_CUSTOM
+               string "Use custom download tool" if DEVEL
+               default ""
+               help
+                 Use and force custom download tool instead of relying on autoselection
+                 between curl if available and wget as a fallback.
+
+                 download.pl supports 3 tools officially aria2c, curl and wget.
+                 If one of the tool is used in this config, download.pl will use the
+                 default args to make use of them.
+
+                 If the provided string is different than aria2c, curl or wget, the command
+                 is used as is and the download url will be appended at the end of such command.
+
        config DOWNLOAD_FOLDER
                string "Download folder" if DEVEL
                default ""
@@ -39,7 +51,6 @@ menuconfig DEVEL
 
        config AUTOREMOVE
                bool "Automatic removal of build directories" if DEVEL
-               default n
                help
                  Automatically delete build directories after make target completed.
                  This allows you to symlink build_dir into a scratch location, e.g. a ramdisk,
@@ -47,7 +58,6 @@ menuconfig DEVEL
 
        config BUILD_ALL_HOST_TOOLS
                bool "Compile all host tools" if DEVEL
-               default n
                help
                  Compile all host host tools even if not needed. This is needed to prepare a
                  universal precompiled host tools archive to use in another buildroot.
@@ -70,7 +80,6 @@ menuconfig DEVEL
 
        config CCACHE
                bool "Use ccache" if DEVEL
-               default n
                help
                  Compiler cache; see https://ccache.samba.org/