aboutsummaryrefslogtreecommitdiff
path: root/modutils/lsmod.c
diff options
context:
space:
mode:
authorKang-Che Sung <explorer09@gmail.com>2017-01-30 19:14:50 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2017-01-30 19:14:50 +0100
commit065e988e7ae66b3f36d280ed6ca580e29cb6358d (patch)
tree00cb6398cc06019edc65e78eb8c79ea14e714de0 /modutils/lsmod.c
parent67f6db6b2768e9af44132b0a11fbadf15c330283 (diff)
downloadbusybox-065e988e7ae66b3f36d280ed6ca580e29cb6358d.tar.gz
modutils: fix config options dependency
module.aliases and module.symbols files have no use in modprobe-small implementation. So FEATURE_MODUTILS_ALIAS and FEATURE_MODUTILS_SYMBOLS will depend on !MODPROBE_SMALL. The try_to_mmap_module() function is not called in modprobe-small.c, so I will let FEATURE_INSMOD_TRY_MMAP depend on !MODPROBE_SMALL for now. Signed-off-by: Kang-Che Sung <explorer09@gmail.com> Likewise, FEATURE_2_4_MODULES is not used by modprobe-small. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'modutils/lsmod.c')
0 files changed, 0 insertions, 0 deletions