Skip to content

Commit b521c34

Browse files
committed
config: re-enable kernel module compression
Changes in Linux require an additional switch to be set. And enable in-kernel decompression support to not rely on userland tools doing this. Signed-off-by: MichaIng <micha@dietpi.com>
1 parent fef13d0 commit b521c34

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

dietpi_visionfive2_defconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,10 @@ CONFIG_MMC_SDHCI_PLTFM=y
167167
CONFIG_MMC_SDHI=y
168168
CONFIG_MMC_SPI=y
169169
CONFIG_MODULES=y
170+
CONFIG_MODULE_COMPRESS=y
171+
CONFIG_MODULE_COMPRESS_ALL=y
170172
CONFIG_MODULE_COMPRESS_XZ=y
173+
CONFIG_MODULE_DECOMPRESS=y
171174
CONFIG_MODULE_UNLOAD=y
172175
CONFIG_MOTORCOMM_PHY=y
173176
CONFIG_MSDOS_FS=y

0 commit comments

Comments
 (0)