Skip to content

Commit 6d69a28

Browse files
committed
SQ
1 parent af4a095 commit 6d69a28

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

layers/meta-kernel-modules-block/recipes-kernel/linux/files/allmodconfig-fixes.cfg

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@
2525
# Ensure module compression matches main OS (zstd)
2626
CONFIG_MODULE_COMPRESS_ZSTD=y
2727

28+
# Enable MODVERSIONS to match main OS kernel - without this, struct module
29+
# size differs and insmod fails with "section size must match" error
30+
CONFIG_MODVERSIONS=y
31+
2832
# Disable Rust support (not available in standard RPi kernel)
2933
# CONFIG_RUST is not set
3034

0 commit comments

Comments
 (0)