summaryrefslogtreecommitdiff
path: root/maintainer/kconfig-versions.template
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-10-01 03:37:22 (GMT)
committerGitHub <noreply@github.com>2017-10-01 03:37:22 (GMT)
commitf966dd855fd8984f333cf7da3c7c137794e1f34c (patch)
treebf0c6d296987c2e21b9ca77e1532c9fb8c5bdb96 /maintainer/kconfig-versions.template
parentf86adab1f41b2320c20ffe2e9ffe0c6d12954c33 (diff)
parentca45a8f9abd672189dbef5bcb242ac465df7b0f6 (diff)
Merge pull request #837 from stilor/download-verify
Verification of the downloads
Diffstat (limited to 'maintainer/kconfig-versions.template')
-rw-r--r--maintainer/kconfig-versions.template7
1 files changed, 7 insertions, 0 deletions
diff --git a/maintainer/kconfig-versions.template b/maintainer/kconfig-versions.template
index 0e0ceb0..e4be903 100644
--- a/maintainer/kconfig-versions.template
+++ b/maintainer/kconfig-versions.template
@@ -274,6 +274,13 @@ config @@fork|@@_ARCHIVE_FORMATS
#!end-foreach
default "@@archive_formats@@"
+config @@fork|@@_SIGNATURE_FORMAT
+ string
+#!foreach version if-differs signature_format
+ default "@@signature_format@@" if @@fork|@@_V_@@ver_sel|@@
+#!end-foreach
+ default "@@signature_format@@"
+
#!end-if
#!if [ "@@nforks@@" -ge 2 ]