Skip to content
This repository has been archived by the owner on Nov 6, 2024. It is now read-only.

Revert "Add support for DSM 7.2.2 build 72806-0" #16

Merged
merged 1 commit into from
Nov 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ The structure is loosely based on https://github.com/keylase/nvidia-patch
|7.1.1 42962-0 -<br>7.1.1 42962-6| :heavy_check_mark: | 18461b62813166652fd64a96e06237fde81925f7 <br> 4bfa2a72da607752435e432545f98f1a0b3815a8 | [Link](../../raw/master/synocodectool/original/synocodectool.7.1.1-42962-2.original) | [Link](../../raw/master/synocodectool/patch/synocodectool.7.1.1-42962-2.patch) |
|7.2 64570-0 -<br>7.2 64570-1| :heavy_check_mark: | d316d5b2b080346b4bc197ad5ad7994ac043a15d <br> 8ffe49d91dc0fcd3268ff1afcbc9132d1ae634d1 | [Link](../../raw/master/synocodectool/original/synocodectool.7.2-64570-0.original) | [Link](../../raw/master/synocodectool/patch/synocodectool.7.2-64570-0.patch) |
|7.2.1 69057-0 -<br>7.2.1 69057-5| :heavy_check_mark: | a205aa337d808213cf6d4d839b035cde0237b424 <br> 1f4491bf5f27f0719ddebdcab6ff4eff56c64b2c | [Link](../../raw/master/synocodectool/original/synocodectool.7.2.1-69057-0.original) | [Link](../../raw/master/synocodectool/patch/synocodectool.7.2.1-69057-0.patch) |
|7.2.2 72806-0| :heavy_check_mark: | e949eb95ba5328356b49cebcb58424b631122264 <br> 4732b5e3471d940e829501b76664a4bf47071043 | [Link](../../raw/master/synocodectool/original/synocodectool.7.2.2-72806-0.original) | [Link](../../raw/master/synocodectool/patch/synocodectool.7.2.2-72806-0.patch) |

:warning: : Not tested yet

Expand Down
4 changes: 0 additions & 4 deletions patch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ declare -A binhash_version_list=(
["18461b62813166652fd64a96e06237fde81925f7"]="7.1.1-42962-0_7.1.1-42962-6"
["d316d5b2b080346b4bc197ad5ad7994ac043a15d"]="7.2-64570-0_7.2-64570-1"
["a205aa337d808213cf6d4d839b035cde0237b424"]="7.2.1-69057-0_7.2.1-69057-5"
["e949eb95ba5328356b49cebcb58424b631122264"]="7.2.2-72806-0_7.2.2-72806-0"
)

declare -A patchhash_binhash_list=(
Expand All @@ -37,7 +36,6 @@ declare -A patchhash_binhash_list=(
["4bfa2a72da607752435e432545f98f1a0b3815a8"]="18461b62813166652fd64a96e06237fde81925f7"
["8ffe49d91dc0fcd3268ff1afcbc9132d1ae634d1"]="d316d5b2b080346b4bc197ad5ad7994ac043a15d"
["1f4491bf5f27f0719ddebdcab6ff4eff56c64b2c"]="a205aa337d808213cf6d4d839b035cde0237b424"
["4732b5e3471d940e829501b76664a4bf47071043"]="e949eb95ba5328356b49cebcb58424b631122264"
)

declare -A binhash_patch_list=(
Expand All @@ -52,7 +50,6 @@ declare -A binhash_patch_list=(
["18461b62813166652fd64a96e06237fde81925f7"]="000038e0: e7e89a27000084c0eb00488dac249000\n000043d0: fdffff4c89efe8a51c000084c0eb0048"
["d316d5b2b080346b4bc197ad5ad7994ac043a15d"]="00004220: 08fdffffe87722000084c090e9000000\n00004390: ffe80a21000084c090e900000000488b"
["a205aa337d808213cf6d4d839b035cde0237b424"]="00004220: 08fdffffe87722000084c090e9000000\n00004390: ffe80a21000084c090e900000000488b"
["e949eb95ba5328356b49cebcb58424b631122264"]="00003b50: c074cd4889efe83529000084c0eb004c\n00004640: 000084c0eb004889de488b9d08fdffff"
)

declare -a binpath_list=()
Expand Down Expand Up @@ -189,7 +186,6 @@ declare -a versions_list=(
"7.2.1 69057-3"
"7.2.1 69057-4"
"7.2.1 69057-5"
"7.2.2 72806-0"
)

#functions
Expand Down
Binary file not shown.
Binary file not shown.