From 5b1d047a6451b3505a02a35989e135ac814cd507 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 16 Mar 2017 04:05:13 +0100 Subject: allow to disable kernel module autoloading mechanism, useful when a big defconfig is used --- target/config/Config.in.runtime | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'target/config/Config.in.runtime') diff --git a/target/config/Config.in.runtime b/target/config/Config.in.runtime index 5e7cc27a6..a91c2c7c2 100644 --- a/target/config/Config.in.runtime +++ b/target/config/Config.in.runtime @@ -98,6 +98,13 @@ config ADK_RUNTIME_BASE_COREUTILS endchoice +config ADK_RUNTIME_LOAD_KERNEL_MODULES + bool "load all installed kernel modules on bootup" + default y + help + If you don't want to load all installed kernel modules + by default on bootup, disable this option. + config ADK_RUNTIME_FIX_PERMISSION bool "fix permissions for target files (suid bit, ..)" select ADK_HOST_BUILD_FAKEROOT -- cgit v1.2.3