]> Git Repo - buildroot-mgba.git/blobdiff - Config.in
configs/wandboard: update U-Boot and kernel
[buildroot-mgba.git] / Config.in
index bdf5fa8647d47e269e0a5b6bcf48d12061ef3ae8..df43db7eff1340836c7e3dc7910c3958fd0041e4 100644 (file)
--- a/Config.in
+++ b/Config.in
@@ -103,6 +103,10 @@ menu "Build options"
 
 menu "Commands"
 
+config BR2_CURL
+       string "Curl command"
+       default "curl -q --ftp-pasv --retry 3"
+
 config BR2_WGET
        string "Wget command"
        default "wget -nd -t 3"
@@ -173,6 +177,13 @@ config BR2_LZCAT
          Command to be used to extract a lzip'ed file to stdout.
          Default is "lzip -d -c"
 
+config BR2_ZSTDCAT
+       string "zstdcat command"
+       default "zstdcat"
+       help
+         Command to be used to extract a zstd'ed file to stdout.
+         Default is "zstdcat"
+
 config BR2_TAR_OPTIONS
        string "Tar options"
        default ""
This page took 0.02312 seconds and 4 git commands to generate.