diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2016-12-23 15:57:26 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2016-12-23 15:57:26 +0100 |
commit | 04c1a2a2c4a5faaa1600ed0831c9a1be17dbdb3f (patch) | |
tree | 0b8ea34b1a13fa21eca767dde7617e35b2161aed | |
parent | 3bf4d6925009e83c3b792cad58e9ed7749c3156f (diff) | |
download | busybox-w32-04c1a2a2c4a5faaa1600ed0831c9a1be17dbdb3f.tar.gz busybox-w32-04c1a2a2c4a5faaa1600ed0831c9a1be17dbdb3f.tar.bz2 busybox-w32-04c1a2a2c4a5faaa1600ed0831c9a1be17dbdb3f.zip |
Make RMMOD=y by default
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r-- | modutils/rmmod.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modutils/rmmod.c b/modutils/rmmod.c index 4c4d50885..527696f63 100644 --- a/modutils/rmmod.c +++ b/modutils/rmmod.c | |||
@@ -9,7 +9,7 @@ | |||
9 | */ | 9 | */ |
10 | //config:config RMMOD | 10 | //config:config RMMOD |
11 | //config: bool "rmmod" | 11 | //config: bool "rmmod" |
12 | //config: default n | 12 | //config: default y |
13 | //config: select PLATFORM_LINUX | 13 | //config: select PLATFORM_LINUX |
14 | //config: help | 14 | //config: help |
15 | //config: rmmod is used to unload specified modules from the kernel. | 15 | //config: rmmod is used to unload specified modules from the kernel. |