Selaa lähdekoodia

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

Maximilian Luz 6 kuukautta sitten
vanhempi
commit
a08b157913
1 muutettua tiedostoa jossa 1 lisäystä ja 4 poistoa
  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
 ## 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
 ## Do not build samples and tests