mirror of
https://git.busybox.net/busybox
synced 2026-01-31 16:43:21 +00:00
Allow module options on command line to be disabled on "big" modutils. Config FEATURE_MODPROBE_SMALL_OPTIONS_ON_CMDLINE is renamed to FEATURE_CMDLINE_MODULE_OPTIONS and no longer depends on !MODPROBE_SMALL (I'm not sure if disabling this is useful on "big" modutils, but at least the macro can serve as a marker and ensure both implementations of same feature have consistent behavior.) Signed-off-by: Kang-Che Sung <explorer09@gmail.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> |
||
|---|---|---|
| .. | ||
| Config.src | ||
| depmod.c | ||
| depmod_process.sh | ||
| insmod.c | ||
| Kbuild.src | ||
| lsmod.c | ||
| modinfo.c | ||
| modprobe-small.c | ||
| modprobe.c | ||
| modutils-24.c | ||
| modutils.c | ||
| modutils.h | ||
| rmmod.c | ||