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.
This commit is contained in:
@@ -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=(
|
||||
|
Reference in New Issue
Block a user