We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af4a095 commit 6d69a28Copy full SHA for 6d69a28
layers/meta-kernel-modules-block/recipes-kernel/linux/files/allmodconfig-fixes.cfg
@@ -25,6 +25,10 @@
25
# Ensure module compression matches main OS (zstd)
26
CONFIG_MODULE_COMPRESS_ZSTD=y
27
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
+
32
# Disable Rust support (not available in standard RPi kernel)
33
# CONFIG_RUST is not set
34
0 commit comments