aboutsummaryrefslogtreecommitdiff
path: root/shell
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 /shell
parentcbe0b7fb598228fa942185269f4959d10ee14fb1 (diff)
downloadbusybox-69d1f45c16f634356562edb14f2b61015a46e4b4.tar.gz
shell/Config.in: forgotten chunk with CONFIG_HUSH_RANDOM_SUPPORT
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell')
-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
help
Enable support for export '-n' option in hush. It is a bash extension.
+config HUSH_RANDOM_SUPPORT
+ bool "Pseudorandom generator and $RANDOM variable"
+ default n
+ depends on HUSH
+ help
+ Enable pseudorandom generator and dynamic variable "$RANDOM".
+ Each read of "$RANDOM" will generate a new pseudorandom value.
+
config LASH
bool "lash (deprecated: aliased to hush)"
default n