aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-10-09 22:11:30 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2009-10-09 22:11:30 +0200
commit69d1f45c16f634356562edb14f2b61015a46e4b4 (patch)
tree45e5a3b94123eb15aacbf1f3df04685700e993b0
parentcbe0b7fb598228fa942185269f4959d10ee14fb1 (diff)
downloadbusybox-w32-69d1f45c16f634356562edb14f2b61015a46e4b4.tar.gz
busybox-w32-69d1f45c16f634356562edb14f2b61015a46e4b4.tar.bz2
busybox-w32-69d1f45c16f634356562edb14f2b61015a46e4b4.zip
shell/Config.in: forgotten chunk with CONFIG_HUSH_RANDOM_SUPPORT
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r--shell/Config.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/shell/Config.in b/shell/Config.in
index 8d989b7b9..998672cfc 100644
--- a/shell/Config.in
+++ b/shell/Config.in
@@ -250,6 +250,14 @@ config HUSH_EXPORT_N
250 help 250 help
251 Enable support for export '-n' option in hush. It is a bash extension. 251 Enable support for export '-n' option in hush. It is a bash extension.
252 252
253config HUSH_RANDOM_SUPPORT
254 bool "Pseudorandom generator and $RANDOM variable"
255 default n
256 depends on HUSH
257 help
258 Enable pseudorandom generator and dynamic variable "$RANDOM".
259 Each read of "$RANDOM" will generate a new pseudorandom value.
260
253config LASH 261config LASH
254 bool "lash (deprecated: aliased to hush)" 262 bool "lash (deprecated: aliased to hush)"
255 default n 263 default n