Make RMMOD=y by default
authorDenys Vlasenko <vda.linux@googlemail.com>
Fri, 23 Dec 2016 14:57:26 +0000 (15:57 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Fri, 23 Dec 2016 14:57:26 +0000 (15:57 +0100)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
modutils/rmmod.c

index 4c4d50885a11643f42398111d2554581ce1c0062..527696f634e7f8042a734713396f7ab2206795eb 100644 (file)
@@ -9,7 +9,7 @@
  */
 //config:config RMMOD
 //config:      bool "rmmod"
-//config:      default n
+//config:      default y
 //config:      select PLATFORM_LINUX
 //config:      help
 //config:        rmmod is used to unload specified modules from the kernel.