Skip to content

Commit

Permalink
Update rt mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
Tk-Glitch committed Dec 18, 2023
1 parent 112adb9 commit ab58494
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions linux-tkg-config/prepare
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,16 @@ _rt_subver_map=(
["5.10"]="201"
["5.11"]="4"
["5.14"]="2"
["5.15"]="137"
["5.15"]="141"
["5.16"]="2"
["5.17"]="1"
["6.0"]="5"
["6.1"]="59"
["6.1"]="67"
["6.3"]="3"
["6.4"]="6"
["6.5"]="2"
["6.6"]="0"
["6.7"]="rc2"
["6.6"]="7"
["6.7"]="rc5"
)

# PREEMPT_RT's patch revision for the kernel
Expand All @@ -65,16 +65,16 @@ _rt_rev_map=(
["5.10"]="98"
["5.11"]="11"
["5.14"]="21"
["5.15"]="71"
["5.15"]="72"
["5.16"]="19"
["5.17"]="17"
["6.0"]="14"
["6.1"]="16"
["6.1"]="20"
["6.3"]="15"
["6.4"]="8"
["6.5"]="8"
["6.6"]="15"
["6.7"]="1"
["6.6"]="18"
["6.7"]="5"
)

_undefine() {
Expand Down Expand Up @@ -1649,9 +1649,11 @@ CONFIG_DEBUG_INFO_BTF_MODULES=y\r
fi

# OpenRGB support
if [ "$_openrgb" = "true" ]; then
tkgpatch="$srcdir/0014-OpenRGB.patch"
_msg="Import OpenRGB patch" && _tkg_patcher
tkgpatch="$srcdir/0014-OpenRGB.patch"
if [ -e "$tkgpatch" ]; then
if [ "$_openrgb" = "true" ]; then
_msg="Import OpenRGB patch" && _tkg_patcher
fi
fi

# We're done with tkgpatch
Expand Down

0 comments on commit ab58494

Please sign in to comment.