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:
3bf4d69
)
Make RMMOD=y by default
author
Denys Vlasenko
<vda.linux@googlemail.com>
Fri, 23 Dec 2016 14:57:26 +0000
(15:57 +0100)
committer
Denys Vlasenko
<vda.linux@googlemail.com>
Fri, 23 Dec 2016 14:57:26 +0000
(15:57 +0100)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
modutils/rmmod.c
patch
|
blob
|
history
diff --git
a/modutils/rmmod.c
b/modutils/rmmod.c
index 4c4d50885a11643f42398111d2554581ce1c0062..527696f634e7f8042a734713396f7ab2206795eb 100644
(file)
--- 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.