diff options
author | Alexey Neyman <stilor@att.net> | 2019-09-27 00:12:19 -0700 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2019-10-01 21:22:44 -0700 |
commit | 064711469cf6a312539498c791ac9462f62f7e38 (patch) | |
tree | de68dc469a41903a8c9090838fe5847ef631b3f5 /scripts/functions | |
parent | dca5c8ef8af7a1b511c9848fa34bf90d3731520c (diff) | |
download | crosstool-ng-064711469cf6a312539498c791ac9462f62f7e38.tar.gz crosstool-ng-064711469cf6a312539498c791ac9462f62f7e38.tar.bz2 crosstool-ng-064711469cf6a312539498c791ac9462f62f7e38.zip |
Add Linux versions
Signed-off-by: Alexey Neyman <stilor@att.net>
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.*) |