Skip to content

Commit 43bbcb2

Browse files
committed
Correctly disable module compression after Kconfig change
The Kconfig structure was changed, there's now a top-level bool: torvalds/linux@c7ff693
1 parent fc8de25 commit 43bbcb2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

buildroot-external/kernel/v6.12.y/hassos.config

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ CONFIG_PREEMPT=y
1515
CONFIG_IKCONFIG=y
1616
CONFIG_IKCONFIG_PROC=y
1717

18-
CONFIG_MODULE_COMPRESS_NONE=y
19-
# CONFIG_MODULE_COMPRESS_XZ is not set
18+
# CONFIG_MODULE_COMPRESS is not set
2019

2120
CONFIG_FW_LOADER_COMPRESS=y
2221
CONFIG_FW_LOADER_COMPRESS_ZSTD=y

0 commit comments

Comments
 (0)