Skip to content

Commit b14eb68

Browse files
committed
change default patches
1 parent 79fd031 commit b14eb68

File tree

1 file changed

+7
-4
lines changed
  • sd-bootloader-ng/bootmanager/sd/revvox/boot

1 file changed

+7
-4
lines changed

sd-bootloader-ng/bootmanager/sd/revvox/boot/ngCfg.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@
2929
"watchdog": true,
3030
"ofwFix": true,
3131
"ofwSimBL": true,
32-
"patches": ["blockCheck.310", "blockCheckRemove.310", "noCerts.305", "noHide.308", "noPass3.310", "noPrivacy.305", "uidCheck.307"]
32+
"patches": ["altCa.305", "altUrl.tc.fritz.box"]
3333
},
3434
"ofw3": {
3535
"checkHash": true,
3636
"hashFile": false,
3737
"watchdog": true,
3838
"ofwFix": true,
39-
"patches": ["blockCheck.310", "blockCheckRemove.310", "noCerts.305", "noHide.308", "noPass3.310", "noPrivacy.305", "uidCheck.307"]
39+
"patches": ["altCa.305", "altUrl.tc.fritz.box"]
4040
},
4141
"cfw1": {
4242
"checkHash": false,
@@ -54,9 +54,12 @@
5454
"watchdog": true
5555
},
5656
"add1": {
57-
"checkHash": false,
57+
"checkHash": true,
5858
"hashFile": false,
59-
"watchdog": false
59+
"watchdog": true,
60+
"ofwFix": true,
61+
"ofwSimBL": false,
62+
"patches": ["blockCheck.310", "noCerts.305", "noPass3.310", "noPrivacy.305", "uidCheck.307"]
6063
},
6164
"add2": {
6265
"checkHash": true,

0 commit comments

Comments
 (0)