From 9b39a14cfb11c31bc5e7081e9906b3430968bf27 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 13 Oct 2023 14:50:08 +0200 Subject: disable module compression --- target/linux/config/Config.in.kernel | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'target') diff --git a/target/linux/config/Config.in.kernel b/target/linux/config/Config.in.kernel index 4ae299474..c2a623fee 100644 --- a/target/linux/config/Config.in.kernel +++ b/target/linux/config/Config.in.kernel @@ -5,6 +5,10 @@ config ADK_LINUX_KERNEL_EXPERIMENTAL bool default y +config ADK_LINUX_KERNEL_MODULE_COMPRESS_NONE + bool + default y + config ADK_LINUX_KERNEL_STAGING bool -- cgit v1.2.3