[git commit] Make INSMOD=y by default

Denys Vlasenko vda.linux at googlemail.com
Fri Dec 23 14:22:44 UTC 2016


commit: https://git.busybox.net/busybox/commit/?id=3bf4d6925009e83c3b792cad58e9ed7749c3156f
branch: https://git.busybox.net/busybox/commit/?id=refs/heads/master

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

diff --git a/modutils/insmod.c b/modutils/insmod.c
index 5949fe5..f2c70e1 100644
--- a/modutils/insmod.c
+++ b/modutils/insmod.c
@@ -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.


More information about the busybox-cvs mailing list