diff options
author | Mike Frysinger | 2007-01-24 09:32:19 +0000 |
---|---|---|
committer | Mike Frysinger | 2007-01-24 09:32:19 +0000 |
commit | 841ef1308beb56ea1d0b9b7ad383adab76eba346 (patch) | |
tree | 3103a84cc1a7736dad75afd9a4d5dab2039841fe | |
parent | 08e70973405ac1531bd396e15085bc9ba926e184 (diff) | |
download | busybox-841ef1308beb56ea1d0b9b7ad383adab76eba346.zip busybox-841ef1308beb56ea1d0b9b7ad383adab76eba346.tar.gz |
combine bool;prompt to just bool
-rw-r--r-- | modutils/Config.in | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/modutils/Config.in b/modutils/Config.in index 6a69567..fdc8c78 100644 --- a/modutils/Config.in +++ b/modutils/Config.in @@ -91,8 +91,7 @@ config MODPROBE module options from the configuration file. See option below. config FEATURE_MODPROBE_MULTIPLE_OPTIONS - bool - prompt "Multiple options parsing" if NITPICK + bool "Multiple options parsing" if NITPICK default y depends on MODPROBE help @@ -108,8 +107,7 @@ config FEATURE_MODPROBE_MULTIPLE_OPTIONS on storage capacity. config FEATURE_MODPROBE_FANCY_ALIAS - bool - prompt "Fancy alias parsing" if NITPICK + bool "Fancy alias parsing" if NITPICK default y depends on MODPROBE && FEATURE_2_6_MODULES help |