diff options
author | Alexey Neyman <stilor@att.net> | 2019-10-02 13:37:36 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-02 13:37:36 -0700 |
commit | 3f461da11f1f8e9dcfdffef24e1982b5ffd10305 (patch) | |
tree | bb0250d3b51e78260c087fb23e45d11a7babd47a /scripts/functions | |
parent | 3c0ac9fbfdd2262e46fff0bc5556eed6fedd6e26 (diff) | |
parent | 8a7f46f151cd689c1564f4649108eb75439b8003 (diff) | |
download | crosstool-ng-3f461da11f1f8e9dcfdffef24e1982b5ffd10305.tar.gz crosstool-ng-3f461da11f1f8e9dcfdffef24e1982b5ffd10305.tar.bz2 crosstool-ng-3f461da11f1f8e9dcfdffef24e1982b5ffd10305.zip |
Merge pull request #1253 from stilor/updates
Updates
Diffstat (limited to 'scripts/functions')
-rw-r--r-- | scripts/functions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/functions b/scripts/functions index 09df03af..1b3b7dce 100644 --- a/scripts/functions +++ b/scripts/functions @@ -1786,7 +1786,7 @@ CT_Mirrors() '') # Ignore, this happens before .config is fully evaluated ;; - [34].*) + [345].*) echo "http://www.kernel.org/pub/linux/kernel/v${version%%.*}.x" ;; 2.6.*) |