diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2023-10-13 14:50:08 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2023-11-15 05:03:46 +0100 |
commit | 9b39a14cfb11c31bc5e7081e9906b3430968bf27 (patch) | |
tree | d7867905ef1cb558a20fb530d220433103614611 | |
parent | 7067b879dfe6609d9ffe611f5a1bbb3aac509089 (diff) |
disable module compression
-rw-r--r-- | target/linux/config/Config.in.kernel | 4 |
1 files changed, 4 insertions, 0 deletions
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 |