소스 검색

pkg/debian: Fix disabling of module compression for v6.12 kernels

Maximilian Luz 7 달 전
부모
커밋
a08b157913
1개의 변경된 파일1개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 4
      pkg/debian/kernel/ubuntu.config

+ 1 - 4
pkg/debian/kernel/ubuntu.config

@@ -12,10 +12,7 @@ CONFIG_DEBUG_INFO_NONE=y
 ##
 ## Disable module compression
 ##
-CONFIG_MODULE_COMPRESS_NONE=y
-# CONFIG_MODULE_COMPRESS_GZIP is not set
-# CONFIG_MODULE_COMPRESS_XZ is not set
-# CONFIG_MODULE_COMPRESS_ZSTD is not set
+# CONFIG_MODULE_COMPRESS is not set
 
 ##
 ## Do not build samples and tests