diff options
author | Bernhard Reutner-Fischer | 2008-06-02 13:28:47 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer | 2008-06-02 13:28:47 +0000 |
commit | beac1bd58e231f8b1664c767dc128a1d86b27fff (patch) | |
tree | 653087b8185b4418b44f2417ffe7871d5445b963 /modutils/Config.in | |
parent | 9af7aba579184fb86f971302316f09210bf1de9d (diff) | |
download | busybox-beac1bd58e231f8b1664c767dc128a1d86b27fff.zip busybox-beac1bd58e231f8b1664c767dc128a1d86b27fff.tar.gz |
- optional fancy pruning-mode for depmod
Diffstat (limited to 'modutils/Config.in')
-rw-r--r-- | modutils/Config.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/modutils/Config.in b/modutils/Config.in index c69e1b3..fb7fb22 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 |