commit | 04c1a2a2c4a5faaa1600ed0831c9a1be17dbdb3f | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Fri Dec 23 15:57:26 2016 +0100 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Fri Dec 23 15:57:26 2016 +0100 |
tree | 0b8ea34b1a13fa21eca767dde7617e35b2161aed | |
parent | 3bf4d6925009e83c3b792cad58e9ed7749c3156f [diff] [blame] |
Make RMMOD=y by default Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
diff --git a/modutils/rmmod.c b/modutils/rmmod.c index 4c4d508..527696f 100644 --- a/modutils/rmmod.c +++ b/modutils/rmmod.c
@@ -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.