Update rt mappings
This commit is contained in:
@@ -44,16 +44,16 @@ _rt_subver_map=(
|
|||||||
["5.10"]="201"
|
["5.10"]="201"
|
||||||
["5.11"]="4"
|
["5.11"]="4"
|
||||||
["5.14"]="2"
|
["5.14"]="2"
|
||||||
["5.15"]="137"
|
["5.15"]="141"
|
||||||
["5.16"]="2"
|
["5.16"]="2"
|
||||||
["5.17"]="1"
|
["5.17"]="1"
|
||||||
["6.0"]="5"
|
["6.0"]="5"
|
||||||
["6.1"]="59"
|
["6.1"]="67"
|
||||||
["6.3"]="3"
|
["6.3"]="3"
|
||||||
["6.4"]="6"
|
["6.4"]="6"
|
||||||
["6.5"]="2"
|
["6.5"]="2"
|
||||||
["6.6"]="0"
|
["6.6"]="7"
|
||||||
["6.7"]="rc2"
|
["6.7"]="rc5"
|
||||||
)
|
)
|
||||||
|
|
||||||
# PREEMPT_RT's patch revision for the kernel
|
# PREEMPT_RT's patch revision for the kernel
|
||||||
@@ -65,16 +65,16 @@ _rt_rev_map=(
|
|||||||
["5.10"]="98"
|
["5.10"]="98"
|
||||||
["5.11"]="11"
|
["5.11"]="11"
|
||||||
["5.14"]="21"
|
["5.14"]="21"
|
||||||
["5.15"]="71"
|
["5.15"]="72"
|
||||||
["5.16"]="19"
|
["5.16"]="19"
|
||||||
["5.17"]="17"
|
["5.17"]="17"
|
||||||
["6.0"]="14"
|
["6.0"]="14"
|
||||||
["6.1"]="16"
|
["6.1"]="20"
|
||||||
["6.3"]="15"
|
["6.3"]="15"
|
||||||
["6.4"]="8"
|
["6.4"]="8"
|
||||||
["6.5"]="8"
|
["6.5"]="8"
|
||||||
["6.6"]="15"
|
["6.6"]="18"
|
||||||
["6.7"]="1"
|
["6.7"]="5"
|
||||||
)
|
)
|
||||||
|
|
||||||
_undefine() {
|
_undefine() {
|
||||||
@@ -1649,9 +1649,11 @@ CONFIG_DEBUG_INFO_BTF_MODULES=y\r
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# OpenRGB support
|
# OpenRGB support
|
||||||
if [ "$_openrgb" = "true" ]; then
|
tkgpatch="$srcdir/0014-OpenRGB.patch"
|
||||||
tkgpatch="$srcdir/0014-OpenRGB.patch"
|
if [ -e "$tkgpatch" ]; then
|
||||||
_msg="Import OpenRGB patch" && _tkg_patcher
|
if [ "$_openrgb" = "true" ]; then
|
||||||
|
_msg="Import OpenRGB patch" && _tkg_patcher
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# We're done with tkgpatch
|
# We're done with tkgpatch
|
||||||
|
Reference in New Issue
Block a user