mirror of https://github.com/mirror/busybox.git
Make RMMOD=y by default
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>pull/2/head
parent
3bf4d69250
commit
04c1a2a2c4
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue