aboutsummaryrefslogtreecommitdiff
path: root/modutils/Config.src
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-06-06 04:14:28 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2010-06-06 04:14:28 +0200
commit2f32bf8be63f70125049402ba43101d8c6083d46 (patch)
tree8d01d287b58308bbb0bc6748c27357fae0a7aa12 /modutils/Config.src
parentf0f94700610eba964441ce4a112134e03c76eb89 (diff)
downloadbusybox-2f32bf8be63f70125049402ba43101d8c6083d46.tar.gz
remove defconfig. Now "make defconfig" simply uses defaults from Config.in
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'modutils/Config.src')
-rw-r--r--modutils/Config.src6
1 files changed, 3 insertions, 3 deletions
diff --git a/modutils/Config.src b/modutils/Config.src
index 83c12b67f..3d02f87ee 100644
--- a/modutils/Config.src
+++ b/modutils/Config.src
@@ -7,7 +7,7 @@ menu "Linux Module Utilities"
config MODPROBE_SMALL
bool "Simplified modutils"
- default n
+ default y
help
Simplified modutils.
@@ -40,14 +40,14 @@ config MODPROBE_SMALL
config FEATURE_MODPROBE_SMALL_OPTIONS_ON_CMDLINE
bool "Accept module options on modprobe command line"
- default n
+ default y
depends on MODPROBE_SMALL
help
Allow insmod and modprobe take module options from command line.
config FEATURE_MODPROBE_SMALL_CHECK_ALREADY_LOADED
bool "Skip loading of already loaded modules"
- default n
+ default y
depends on MODPROBE_SMALL
help
Check if the module is already loaded.