diff options
author | Denys Vlasenko | 2016-12-23 15:22:44 +0100 |
---|---|---|
committer | Denys Vlasenko | 2017-01-01 13:01:04 +0100 |
commit | e5dc0d01203fd5b0ea21890007c86966f78c37f6 (patch) | |
tree | d572ff42d0f17120dff8ab7263dea493a0f46d38 | |
parent | 890b1feaa011261748e085037da4ef4720ef3de2 (diff) | |
download | busybox-e5dc0d01203fd5b0ea21890007c86966f78c37f6.zip busybox-e5dc0d01203fd5b0ea21890007c86966f78c37f6.tar.gz |
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 5949fe5..f2c70e1 100644 --- a/modutils/insmod.c +++ b/modutils/insmod.c @@ -8,7 +8,7 @@ */ //config:config INSMOD //config: bool "insmod" -//config: default n +//config: default y //config: select PLATFORM_LINUX //config: help //config: insmod is used to load specified modules in the running kernel. |