Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-06-02 17:28:47 +0400
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-06-02 17:28:47 +0400
commitbeac1bd58e231f8b1664c767dc128a1d86b27fff (patch)
tree653087b8185b4418b44f2417ffe7871d5445b963 /modutils/Config.in
parent9af7aba579184fb86f971302316f09210bf1de9d (diff)
- optional fancy pruning-mode for depmod
Diffstat (limited to 'modutils/Config.in')
-rw-r--r--modutils/Config.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/modutils/Config.in b/modutils/Config.in
index c69e1b376..fb7fb2266 100644
--- a/modutils/Config.in
+++ b/modutils/Config.in
@@ -11,6 +11,20 @@ config DEPMOD
help
depmod generates modules.dep (FIXME: elaborate)
+config FEATURE_DEPMOD_PRUNE_FANCY
+ bool "fancy dependency pruning"
+ default n
+ depends on DEPMOD
+ help
+ By default modules.dep contains all dependencies as listed by
+ the modules.
+ If you enable this option then we remove implied modules from
+ the dependencies.
+ This makes depmod somewhat bigger but generates a smaller
+ modules.dep file.
+
+ If unsure, say N.
+
config INSMOD
bool "insmod"
default n