aboutsummaryrefslogtreecommitdiff
path: root/scripts/functions
diff options
context:
space:
mode:
authorChris Packham <judge.packham@gmail.com>2022-10-16 14:56:19 +1300
committerChris Packham <judge.packham@gmail.com>2022-10-18 17:28:34 +1300
commit76849bafe9cbe2f963588ee570e491aa79c58b9a (patch)
treea0de5d673562aa2d194ae9ae9c8c98f8ceb12fdb /scripts/functions
parent82346dd7dfe7ed20dc8ec71e193c2d3b1930e22d (diff)
downloadcrosstool-ng-76849bafe9cbe2f963588ee570e491aa79c58b9a.tar.gz
crosstool-ng-76849bafe9cbe2f963588ee570e491aa79c58b9a.tar.bz2
crosstool-ng-76849bafe9cbe2f963588ee570e491aa79c58b9a.zip
linux: Add 6.0.2 bump LTS
Add 6.0.2 Bump 5.19.2 -> 5.19.16 Bump 5.15.58 -> 5.15.74 Bump 5.10.134 -> 5.10.148 Bump 5.4.208 -> 5.4.218 Bump 4.9.325 -> 4.9.330 Bump 4.19.254 -> 4.19.261 Bump 4.14.290 -> 4.14.295 Signed-off-by: Chris Packham <judge.packham@gmail.com>
Diffstat (limited to 'scripts/functions')
-rw-r--r--scripts/functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/functions b/scripts/functions
index c2c1493c..0d799ae6 100644
--- a/scripts/functions
+++ b/scripts/functions
@@ -1806,7 +1806,7 @@ CT_Mirrors()
'')
# Ignore, this happens before .config is fully evaluated
;;
- [345].*)
+ [3456].*)
echo "https://cdn.kernel.org/pub/linux/kernel/v${version%%.*}.x"
;;
2.6.*)