diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2016-12-23 15:22:44 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2016-12-23 15:22:44 +0100 |
commit | 3bf4d6925009e83c3b792cad58e9ed7749c3156f (patch) | |
tree | adcf257e11c9d11040e2ca0f2debf0f4b03176c1 /modutils/insmod.c | |
parent | 100aea84869a9ee0f71f7b5cc7ebee9fb5c4b44a (diff) |
Make INSMOD=y by default
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'modutils/insmod.c')
-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 @@ */ //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. |