diff options
Diffstat (limited to 'shell/Config.in')
-rw-r--r-- | shell/Config.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/shell/Config.in b/shell/Config.in index bcb5e719b..34baaa45c 100644 --- a/shell/Config.in +++ b/shell/Config.in | |||
@@ -97,6 +97,17 @@ config CONFIG_ASH_OPTIMIZE_FOR_SIZE | |||
97 | help | 97 | help |
98 | Compile ash for reduced size at price of speed. | 98 | Compile ash for reduced size at price of speed. |
99 | 99 | ||
100 | config CONFIG_ASH_RANDOM_SUPPORT | ||
101 | bool " Enable pseudorandom generator and variable $RANDOM" | ||
102 | default n | ||
103 | depends on CONFIG_ASH | ||
104 | help | ||
105 | Enable pseudorandom generator and dynamic variable "$RANDOM". | ||
106 | Each read of "$RANDOM" will generate a new pseudorandom value. | ||
107 | You can reset the generator by using a specified start value. | ||
108 | After "unset RANDOM" then generator will switch off and this | ||
109 | variable will no longer have special treatment. | ||
110 | |||
100 | config CONFIG_HUSH | 111 | config CONFIG_HUSH |
101 | bool "hush" | 112 | bool "hush" |
102 | default n | 113 | default n |