diff options
author | Alexey Neyman <stilor@att.net> | 2017-08-24 00:23:36 -0700 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2017-08-24 00:24:30 -0700 |
commit | b2e2771f853e9fe340d6fbf0813c0615d88c9de7 (patch) | |
tree | d8ee3eb35b11d8c5d09e5e7481e8448fe85a8098 /maintainer | |
parent | 48b4c8db0847c28e218b05bf56af963922fb07a8 (diff) | |
download | crosstool-ng-b2e2771f853e9fe340d6fbf0813c0615d88c9de7.tar.gz crosstool-ng-b2e2771f853e9fe340d6fbf0813c0615d88c9de7.tar.bz2 crosstool-ng-b2e2771f853e9fe340d6fbf0813c0615d88c9de7.zip |
MPC: older releases are only on master site
Also, Linux stopped making .bz2 tarballs on recent 3.x branches.
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'maintainer')
-rw-r--r-- | maintainer/kconfig-versions.template | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/maintainer/kconfig-versions.template b/maintainer/kconfig-versions.template index c16bb772..01126b00 100644 --- a/maintainer/kconfig-versions.template +++ b/maintainer/kconfig-versions.template @@ -248,6 +248,9 @@ config @@pfx@@_VERSION #!if [ -n "@@all_versions@@" ] config @@pfx@@_MIRRORS string +#!foreach version + default "@@mirrors@@" if @@pfx@@_V_@@kcfg@@ +#!end-foreach default "@@mirrors@@" config @@pfx@@_ARCHIVE_FILENAME |