aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2016-12-23 15:22:44 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2016-12-23 15:22:44 +0100
commit3bf4d6925009e83c3b792cad58e9ed7749c3156f (patch)
treeadcf257e11c9d11040e2ca0f2debf0f4b03176c1
parent100aea84869a9ee0f71f7b5cc7ebee9fb5c4b44a (diff)
downloadbusybox-w32-3bf4d6925009e83c3b792cad58e9ed7749c3156f.tar.gz
busybox-w32-3bf4d6925009e83c3b792cad58e9ed7749c3156f.tar.bz2
busybox-w32-3bf4d6925009e83c3b792cad58e9ed7749c3156f.zip
Make INSMOD=y by default
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r--modutils/insmod.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modutils/insmod.c b/modutils/insmod.c
index 5949fe551..f2c70e16f 100644
--- a/modutils/insmod.c
+++ b/modutils/insmod.c
@@ -8,7 +8,7 @@
8 */ 8 */
9//config:config INSMOD 9//config:config INSMOD
10//config: bool "insmod" 10//config: bool "insmod"
11//config: default n 11//config: default y
12//config: select PLATFORM_LINUX 12//config: select PLATFORM_LINUX
13//config: help 13//config: help
14//config: insmod is used to load specified modules in the running kernel. 14//config: insmod is used to load specified modules in the running kernel.