Skip to content

Commit 593b14d

Browse files
committed
re-enable CONFIG_SQUASHFS_DECOMP_MULTI optimization
This kernel option was renamed in Linux 6.2. related to #540
1 parent c01b410 commit 593b14d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

cmd/gokr-build-kernel/build.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,8 @@ CONFIG_CLK_RASPBERRYPI=y
199199
CONFIG_ARM_RASPBERRYPI_CPUFREQ=y
200200
201201
# This reduces the boot-to-fbstatus time from 35s to 13s!
202-
CONFIG_SQUASHFS_DECOMP_MULTI_PERCPU=y
202+
CONFIG_SQUASHFS_DECOMP_MULTI=y
203+
CONFIG_SQUASHFS_COMPILE_DECOMP_MULTI=y
203204
204205
# For runc:
205206
CONFIG_BPF_SYSCALL=y

vmlinuz

64 KB
Binary file not shown.

0 commit comments

Comments
 (0)