summaryrefslogtreecommitdiff
path: root/config/global/paths.in
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2019-02-13 09:05:13 (GMT)
committerAlexey Neyman <stilor@att.net>2019-02-13 09:05:13 (GMT)
commit2219aab336c19e3d9f0a67a016f5d28efe43d65c (patch)
treec042c684b09335b5b0df2eff9d6ce69a2abd3c7c /config/global/paths.in
parent2da27758a9638b07f06d490251f0e44abf398057 (diff)
Implement an option to store downloads in subdirs
... following the buildroot model. Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'config/global/paths.in')
-rw-r--r--config/global/paths.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/config/global/paths.in b/config/global/paths.in
index 7c6c30c..0bf43d9 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"