summaryrefslogtreecommitdiff
path: root/maintainer/kconfig-versions.template
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-07-02 20:12:53 (GMT)
committerAlexey Neyman <stilor@att.net>2017-07-08 17:57:56 (GMT)
commitf63fbd356f4e80b2f597796039eb79a69121fb4d (patch)
tree28d8f105c0e00fd6697b48790c7f3f3ffa515436 /maintainer/kconfig-versions.template
parentd0ff020e23372a8eccd319c142c72d266c652f56 (diff)
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.template8
1 files changed, 6 insertions, 2 deletions
diff --git a/maintainer/kconfig-versions.template b/maintainer/kconfig-versions.template
index c7ab461..af78f3c 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