aboutsummaryrefslogtreecommitdiff
path: root/modutils/modprobe-small.c
diff options
context:
space:
mode:
Diffstat (limited to 'modutils/modprobe-small.c')
-rw-r--r--modutils/modprobe-small.c10
1 files changed, 2 insertions, 8 deletions
diff --git a/modutils/modprobe-small.c b/modutils/modprobe-small.c
index 726a3108c..d6f481415 100644
--- a/modutils/modprobe-small.c
+++ b/modutils/modprobe-small.c
@@ -8,14 +8,8 @@
8 * Licensed under GPLv2, see file LICENSE in this source tree. 8 * Licensed under GPLv2, see file LICENSE in this source tree.
9 */ 9 */
10 10
11/* config MODPROBE_SMALL is defined in Config.src to ensure better "make config" order */ 11/* modprobe-small configs are defined in Config.src to ensure better
12 12 * "make config" order */
13//config:config FEATURE_MODPROBE_SMALL_CHECK_ALREADY_LOADED
14//config: bool "Skip loading of already loaded modules"
15//config: default y
16//config: depends on MODPROBE_SMALL && (DEPMOD || INSMOD || MODPROBE)
17//config: help
18//config: Check if the module is already loaded.
19 13
20//applet:IF_LSMOD( IF_MODPROBE_SMALL(APPLET(lsmod, BB_DIR_SBIN, BB_SUID_DROP))) 14//applet:IF_LSMOD( IF_MODPROBE_SMALL(APPLET(lsmod, BB_DIR_SBIN, BB_SUID_DROP)))
21//applet:IF_MODPROBE(IF_MODPROBE_SMALL(APPLET(modprobe, BB_DIR_SBIN, BB_SUID_DROP))) 15//applet:IF_MODPROBE(IF_MODPROBE_SMALL(APPLET(modprobe, BB_DIR_SBIN, BB_SUID_DROP)))