projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cbe0b7f
)
shell/Config.in: forgotten chunk with CONFIG_HUSH_RANDOM_SUPPORT
author
Denys Vlasenko
<vda.linux@googlemail.com>
Fri, 9 Oct 2009 20:11:30 +0000
(22:11 +0200)
committer
Denys Vlasenko
<vda.linux@googlemail.com>
Fri, 9 Oct 2009 20:11:30 +0000
(22:11 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
shell/Config.in
patch
|
blob
|
history
diff --git
a/shell/Config.in
b/shell/Config.in
index 8d989b7b942808c9734f3fb841e1260ae0d16889..998672cfc507c72a3c6387bf08313001c9629278 100644
(file)
--- 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