diff options
Diffstat (limited to 'config/global')
-rw-r--r-- | config/global/paths.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/config/global/paths.in b/config/global/paths.in index 7c6c30cf..0bf43d95 100644 --- a/config/global/paths.in +++ b/config/global/paths.in @@ -19,6 +19,17 @@ config SAVE_TARBALLS If you say 'y' here, new downloaded tarballs will be saved in the directory you entered above. +config TARBALLS_BUILDROOT_LAYOUT + bool "Prefer buildroot-style layout of the downloads" + help + Buildroot switched the layout of its downloads directory to place + files for each package into a subdirectory named after that package. + Enable this option to have crosstool-NG create similar layout. + If this option is set and the required archive is located in + the directory with a legacy, flat layout, the archive will be moved + into a subdirectory. If this is option is not set, subdirectories + will neither be checked nor used to store the downloads. + config WORK_DIR string prompt "Working directory" |