diff options
author | Alexey Neyman <stilor@att.net> | 2017-07-02 13:12:53 -0700 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2017-07-08 10:57:56 -0700 |
commit | f63fbd356f4e80b2f597796039eb79a69121fb4d (patch) | |
tree | 28d8f105c0e00fd6697b48790c7f3f3ffa515436 /maintainer/kconfig-versions.template | |
parent | d0ff020e23372a8eccd319c142c72d266c652f56 (diff) | |
download | crosstool-ng-f63fbd356f4e80b2f597796039eb79a69121fb4d.tar.gz crosstool-ng-f63fbd356f4e80b2f597796039eb79a69121fb4d.tar.bz2 crosstool-ng-f63fbd356f4e80b2f597796039eb79a69121fb4d.zip |
Allow for custom archive names
... and directories therein.
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'maintainer/kconfig-versions.template')
-rw-r--r-- | maintainer/kconfig-versions.template | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/maintainer/kconfig-versions.template b/maintainer/kconfig-versions.template index c7ab461f..af78f3cb 100644 --- a/maintainer/kconfig-versions.template +++ b/maintainer/kconfig-versions.template @@ -172,9 +172,13 @@ config @@pfx@@_MIRRORS string default "@@mirrors@@" -config @@pfx@@_ARCHIVE_SUFFIX +config @@pfx@@_ARCHIVE_FILENAME string - default "@@archivesuffix@@" + default "@@archive_filename@@" + +config @@pfx@@_ARCHIVE_DIRNAME + string + default "@@archive_dirname@@" #!end-if |