Make INSMOD=y by default
authorDenys Vlasenko <vda.linux@googlemail.com>
Fri, 23 Dec 2016 14:22:44 +0000 (15:22 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sun, 1 Jan 2017 12:01:04 +0000 (13:01 +0100)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
modutils/insmod.c

index 5949fe5519c382ee28983f12c9a293a6a01b271b..f2c70e16fe5d9019ef8d7451110908e28617e1c4 100644 (file)
@@ -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.