diff options
| author | Alexey Neyman <stilor@att.net> | 2017-09-30 20:37:22 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-09-30 20:37:22 -0700 |
| commit | f966dd855fd8984f333cf7da3c7c137794e1f34c (patch) | |
| tree | bf0c6d296987c2e21b9ca77e1532c9fb8c5bdb96 /maintainer/kconfig-versions.template | |
| parent | f86adab1f41b2320c20ffe2e9ffe0c6d12954c33 (diff) | |
| parent | ca45a8f9abd672189dbef5bcb242ac465df7b0f6 (diff) | |
| download | crosstool-ng-f966dd855fd8984f333cf7da3c7c137794e1f34c.tar.gz crosstool-ng-f966dd855fd8984f333cf7da3c7c137794e1f34c.tar.bz2 crosstool-ng-f966dd855fd8984f333cf7da3c7c137794e1f34c.zip | |
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.template | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/maintainer/kconfig-versions.template b/maintainer/kconfig-versions.template index 0e0ceb08..e4be903b 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 ] |
