diff options
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -32,6 +32,10 @@ config BR2_GIT string "Git command" default "git" +config BR2_LOCALFILES + string "Local files retrieval command" + default "cp" + config BR2_ZCAT string "zcat command" default "gzip -d -c" |