浏览代码

pkg/debian: Explicitly set module compression to xz

Maximilian Luz 1 年之前
父节点
当前提交
020d463b02
共有 1 个文件被更改,包括 8 次插入0 次删除
  1. 8 0
      pkg/debian/kernel/ubuntu.config

+ 8 - 0
pkg/debian/kernel/ubuntu.config

@@ -9,6 +9,14 @@ CONFIG_DEBUG_INFO_NONE=y
 # CONFIG_DEBUG_INFO_DWARF4 is not set
 # CONFIG_DEBUG_INFO_DWARF5 is not set
 
+##
+## Enforce xz compression (zstd is unavailable on older distros)
+##
+# CONFIG_MODULE_COMPRESS_NONE is not set
+# CONFIG_MODULE_COMPRESS_GZIP is not set
+CONFIG_MODULE_COMPRESS_XZ=y
+# CONFIG_MODULE_COMPRESS_ZSTD is not set
+
 ##
 ## Do not build samples and tests
 ##