5.14.3, 5.13.16, 5.10.64, 5.4.145

This commit is contained in:
Tk-Glitch
2021-09-12 23:30:15 +02:00
parent 93f0a4cf5e
commit f15ae8daa9
2 changed files with 9 additions and 9 deletions

View File

@@ -5,15 +5,15 @@ _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"]="144"
["5.4"]="145"
["5.7"]="19"
["5.8"]="18"
["5.9"]="16"
["5.10"]="63"
["5.10"]="64"
["5.11"]="22"
["5.12"]="19"
["5.13"]="15"
["5.14"]="2"
["5.13"]="16"
["5.14"]="3"
)
_undefine() {