aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2017-07-17 21:47:27 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2017-07-17 21:47:27 +0200
commit6b0695bb66dd38af4d4671fb2381fa3e1dbfe90c (patch)
tree05b97a2336988e8e5da4abc79d21db84885f77c4
parent6b48e1f1212300464c17c8317f5faddf6b414a4c (diff)
downloadbusybox-w32-6b0695bb66dd38af4d4671fb2381fa3e1dbfe90c.tar.gz
busybox-w32-6b0695bb66dd38af4d4671fb2381fa3e1dbfe90c.tar.bz2
busybox-w32-6b0695bb66dd38af4d4671fb2381fa3e1dbfe90c.zip
hush: HUSH_READONLY depends on HUSH
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r--shell/hush.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/hush.c b/shell/hush.c
index 1961c9830..4b71344da 100644
--- a/shell/hush.c
+++ b/shell/hush.c
@@ -241,6 +241,7 @@
241//config:config HUSH_READONLY 241//config:config HUSH_READONLY
242//config: bool "readonly builtin" 242//config: bool "readonly builtin"
243//config: default y 243//config: default y
244//config: depends on HUSH || SH_IS_HUSH || BASH_IS_HUSH
244//config: help 245//config: help
245//config: Enable support for read-only variables. 246//config: Enable support for read-only variables.
246//config: 247//config: