summaryrefslogtreecommitdiff
authorDenys Vlasenko <vda.linux@googlemail.com>2016-12-23 14:57:26 (GMT)
committer Denys Vlasenko <vda.linux@googlemail.com>2017-01-01 12:01:04 (GMT)
commit9982d88a61684743f24143d97a634b8e12f56bcb (patch)
tree2b7b74ce74be8dc1a5a4895b4a681c5ad481b47b
parente5dc0d01203fd5b0ea21890007c86966f78c37f6 (diff)
downloadbusybox-9982d88a61684743f24143d97a634b8e12f56bcb.zip
busybox-9982d88a61684743f24143d97a634b8e12f56bcb.tar.gz
busybox-9982d88a61684743f24143d97a634b8e12f56bcb.tar.bz2
Make RMMOD=y by default
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat
-rw-r--r--modutils/rmmod.c2
1 files changed, 1 insertions, 1 deletions
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.