[git commit branch/1_26_stable] Make RMMOD=y by default

Denys Vlasenko vda.linux at googlemail.com
Sun Jan 1 12:01:04 UTC 2017


commit: https://git.busybox.net/busybox/commit/?id=9982d88a61684743f24143d97a634b8e12f56bcb
branch: https://git.busybox.net/busybox/commit/?id=refs/heads/1_26_stable

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