5.4.137, 5.10.55, 5.13.7

This commit is contained in:
Tk-Glitch
2021-07-31 18:32:40 +02:00
parent dd79616e38
commit c6539e9b0c
2 changed files with 7 additions and 7 deletions

View File

@@ -5,14 +5,14 @@ _supported_kernels=("5.14" "5.13" "5.12" "5.11" "5.10" "5.9" "5.8" "5.7" "5.4")
typeset -A _kver_subver_map
_kver_subver_map=(
["5.4"]="136"
["5.4"]="137"
["5.7"]="19"
["5.8"]="18"
["5.9"]="16"
["5.10"]="54"
["5.10"]="55"
["5.11"]="22"
["5.12"]="19"
["5.13"]="6"
["5.13"]="7"
["5.14"]="rc3"
)