From f8438aab4edf1cf0e49dd63e159cf0fe84926059 Mon Sep 17 00:00:00 2001 From: Tk-Glitch Date: Fri, 15 Sep 2023 15:02:20 +0200 Subject: [PATCH] Move 5.10 to EOL. Change 5.4 target to 5.4.230 and 5.10 target to 5.10.135. Those revisions should be covered by our patches so locking them will ensure proper features. --- linux-tkg-config/prepare | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linux-tkg-config/prepare b/linux-tkg-config/prepare index a37dcc5..f78443a 100644 --- a/linux-tkg-config/prepare +++ b/linux-tkg-config/prepare @@ -1,10 +1,10 @@ #!/bin/bash # List of kernels that are maintained upstream -_current_kernels=("6.6" "6.5" "6.4" "6.1" "5.15" "5.10") +_current_kernels=("6.6" "6.5" "6.4" "6.1" "5.15") # List of kernels that are no longer maintained either upstream or locally -_eol_kernels=("6.3" "6.2" "6.0" "5.19" "5.18" "5.17" "5.16" "5.14" "5.13" "5.12" "5.11" "5.9" "5.8" "5.7" "5.4") +_eol_kernels=("6.3" "6.2" "6.0" "5.19" "5.18" "5.17" "5.16" "5.14" "5.13" "5.12" "5.11" "5.9" "5.8" "5.7" "5.4.230" "5.10.135") typeset -Ag _kernel_git_remotes _kernel_git_remotes=(