diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-07-09 09:50:33 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-07-09 09:50:33 +0000 |
commit | f62ab2d77455ca42e1300e72b70d06e8a16db53b (patch) | |
tree | 7a5391066d647ecec698214773eee8504c7a041a /modutils/Config.in | |
parent | dbef1173b00f0877a63121c40bf607155ac1e9a7 (diff) | |
download | busybox-w32-f62ab2d77455ca42e1300e72b70d06e8a16db53b.tar.gz busybox-w32-f62ab2d77455ca42e1300e72b70d06e8a16db53b.tar.bz2 busybox-w32-f62ab2d77455ca42e1300e72b70d06e8a16db53b.zip |
libbb: use improved xmalloc_read() from modprobe-small
who: fix compile breakage on some systems
modprobe-small: improve Config help text wording
Diffstat (limited to 'modutils/Config.in')
-rw-r--r-- | modutils/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modutils/Config.in b/modutils/Config.in index 25841b8ff..2e7f9b6e5 100644 --- a/modutils/Config.in +++ b/modutils/Config.in | |||
@@ -31,7 +31,7 @@ config MODPROBE_SMALL | |||
31 | than "non-small" modutils. | 31 | than "non-small" modutils. |
32 | 32 | ||
33 | config FEATURE_MODPROBE_SMALL_OPTIONS_ON_CMDLINE | 33 | config FEATURE_MODPROBE_SMALL_OPTIONS_ON_CMDLINE |
34 | bool "module options on cmdline" | 34 | bool "Accept module options on modprobe command line" |
35 | default n | 35 | default n |
36 | depends on MODPROBE_SMALL | 36 | depends on MODPROBE_SMALL |
37 | help | 37 | help |