projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
890b1fe
)
Make INSMOD=y by default
author
Denys Vlasenko
<vda.linux@googlemail.com>
Fri, 23 Dec 2016 14:22:44 +0000
(15:22 +0100)
committer
Denys Vlasenko
<vda.linux@googlemail.com>
Sun, 1 Jan 2017 12:01:04 +0000
(13:01 +0100)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
modutils/insmod.c
patch
|
blob
|
history
diff --git
a/modutils/insmod.c
b/modutils/insmod.c
index 5949fe5519c382ee28983f12c9a293a6a01b271b..f2c70e16fe5d9019ef8d7451110908e28617e1c4 100644
(file)
--- 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.