summaryrefslogtreecommitdiff
authorDenys Vlasenko <vda.linux@googlemail.com>2015-10-24 02:13:16 (GMT)
committer Denys Vlasenko <vda.linux@googlemail.com>2015-10-24 02:13:16 (GMT)
commit2e9a0662bce58b0fe838f7e1e03c35c4765ff3bc (patch)
treeed295de147f8d88f3f8bcdf548164b62328c53ae
parent049b007865e2dfcfd2093db732b3bfbcb75b5c77 (diff)
downloadbusybox-2e9a0662bce58b0fe838f7e1e03c35c4765ff3bc.zip
busybox-2e9a0662bce58b0fe838f7e1e03c35c4765ff3bc.tar.gz
busybox-2e9a0662bce58b0fe838f7e1e03c35c4765ff3bc.tar.bz2
MODPROBE_SMALL is not experimental anymore
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat
-rw-r--r--modutils/Config.src3
1 files changed, 0 insertions, 3 deletions
diff --git a/modutils/Config.src b/modutils/Config.src
index 449ac65..0b11832 100644
--- a/modutils/Config.src
+++ b/modutils/Config.src
@@ -38,9 +38,6 @@ config MODPROBE_SMALL
- rmmod is an alias to modprobe -r
- depmod generates modules.dep.bb
- As of 2008-07, this code is experimental. It is 14kb smaller
- than "non-small" modutils.
-
config FEATURE_MODPROBE_SMALL_OPTIONS_ON_CMDLINE
bool "Accept module options on modprobe command line"
default y