Skip to content

Commit

Permalink
Merge pull request #46 from toniebox-reverse-engineering/develop
Browse files Browse the repository at this point in the history
Change default patches
  • Loading branch information
SciLor authored Jan 9, 2024
2 parents debdd32 + b14eb68 commit 2b00ddb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions sd-bootloader-ng/bootmanager/sd/revvox/boot/ngCfg.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@
"watchdog": true,
"ofwFix": true,
"ofwSimBL": true,
"patches": ["blockCheck.310", "blockCheckRemove.310", "noCerts.305", "noHide.308", "noPass3.310", "noPrivacy.305", "uidCheck.307"]
"patches": ["altCa.305", "altUrl.tc.fritz.box"]
},
"ofw3": {
"checkHash": true,
"hashFile": false,
"watchdog": true,
"ofwFix": true,
"patches": ["blockCheck.310", "blockCheckRemove.310", "noCerts.305", "noHide.308", "noPass3.310", "noPrivacy.305", "uidCheck.307"]
"patches": ["altCa.305", "altUrl.tc.fritz.box"]
},
"cfw1": {
"checkHash": false,
Expand All @@ -54,9 +54,12 @@
"watchdog": true
},
"add1": {
"checkHash": false,
"checkHash": true,
"hashFile": false,
"watchdog": false
"watchdog": true,
"ofwFix": true,
"ofwSimBL": false,
"patches": ["blockCheck.310", "noCerts.305", "noPass3.310", "noPrivacy.305", "uidCheck.307"]
},
"add2": {
"checkHash": true,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"general": {
"_desc": "Change CA from /certs/ca.der to /certs/c2.der",
"_desc": "Change CA from /cert/ca.der to /cert/c2.der",
"_memPos": "",
"_fwVer": "3.0.5+"
},
Expand Down

0 comments on commit 2b00ddb

Please sign in to comment.