summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-03-16 04:05:13 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2017-03-16 04:05:13 +0100
commit5b1d047a6451b3505a02a35989e135ac814cd507 (patch)
tree03a514437aba2fe3389061f19f2d84472beae8fb /target
parent8da0566c68ce4351ed2582bbdcb5c69a11e1f6e6 (diff)
allow to disable kernel module autoloading mechanism, useful when a big defconfig is used
Diffstat (limited to 'target')
-rw-r--r--target/config/Config.in.runtime7
1 files changed, 7 insertions, 0 deletions
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