[git commit] Make RMMOD=y by default

Denys Vlasenko vda.linux at googlemail.com
Fri Dec 23 14:57:26 UTC 2016


commit: https://git.busybox.net/busybox/commit/?id=04c1a2a2c4a5faaa1600ed0831c9a1be17dbdb3f
branch: https://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 modutils/rmmod.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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.


More information about the busybox-cvs mailing list