diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2016-12-23 15:22:44 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2017-01-01 13:01:04 +0100 |
commit | e5dc0d01203fd5b0ea21890007c86966f78c37f6 (patch) | |
tree | d572ff42d0f17120dff8ab7263dea493a0f46d38 | |
parent | 890b1feaa011261748e085037da4ef4720ef3de2 (diff) | |
download | busybox-w32-e5dc0d01203fd5b0ea21890007c86966f78c37f6.tar.gz busybox-w32-e5dc0d01203fd5b0ea21890007c86966f78c37f6.tar.bz2 busybox-w32-e5dc0d01203fd5b0ea21890007c86966f78c37f6.zip |
Make INSMOD=y by default
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r-- | modutils/insmod.c | 2 |
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. |