Skip to content

Commit b1038fd

Browse files
committed
update applicable list of devices to apply bootargs magic
1 parent 6b74bea commit b1038fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

checkra1n/kpf/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2494,7 +2494,7 @@ static void kpf_cmd(void)
24942494
#if !defined(KPF_TEST)
24952495
char* model = dt_prop(gDeviceTree, "model", NULL);
24962496
if (gKernelVersion.darwinMajor == 24 &&
2497-
(strcmp(model, "iPad7,5") == 0 || strcmp(model, "iPad7,6") == 0)) {
2497+
(strcmp(model, "iPad7,1") == 0 || strcmp(model, "iPad7,2") == 0 || strcmp(model, "iPad7,3") == 0 || strcmp(model, "iPad7,4") == 0 || strcmp(model, "iPad7,5") == 0 || strcmp(model, "iPad7,6") == 0)) {
24982498
ipad6_ipados18 = true;
24992499
}
25002500

0 commit comments

Comments
 (0)