Create real debug package

Disable module compression and add zipkmod option for compressing
modules.

Signed-off-by: Vasiliy Stelmachenok <ventureo@yandex.ru>
This commit is contained in:
Vasiliy Stelmachenok
2024-09-14 21:07:19 +03:00
committed by Jan Alexander Steffens (heftig)
parent b585bb1093
commit 71457588fa
3 changed files with 9 additions and 29 deletions

2
config
View File

@@ -1070,7 +1070,7 @@ CONFIG_MODULE_COMPRESS=y
# CONFIG_MODULE_COMPRESS_GZIP is not set
# CONFIG_MODULE_COMPRESS_XZ is not set
CONFIG_MODULE_COMPRESS_ZSTD=y
CONFIG_MODULE_COMPRESS_ALL=y
# CONFIG_MODULE_COMPRESS_ALL is not set
CONFIG_MODULE_DECOMPRESS=y
CONFIG_MODULE_ALLOW_MISSING_NAMESPACE_IMPORTS=y
CONFIG_MODPROBE_PATH="/sbin/modprobe"