Commit ffde9f11 authored by Shvarpa's avatar Shvarpa Committed by Jai Luthra

515.43.04 support same as 510.68.02

parent a3bb30ae
......@@ -142,6 +142,7 @@ declare -A patch_list=(
["510.54"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/'
["510.60.02"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/'
["510.68.02"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/'
["515.43.04"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/'
)
declare -A object_list=(
......@@ -232,6 +233,7 @@ declare -A object_list=(
["510.54"]='libnvidia-fbc.so'
["510.60.02"]='libnvidia-fbc.so'
["510.68.02"]='libnvidia-fbc.so'
["515.43.04"]='libnvidia-fbc.so'
)
check_version_supported () {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment