From 6b0695bb66dd38af4d4671fb2381fa3e1dbfe90c Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Mon, 17 Jul 2017 21:47:27 +0200 Subject: hush: HUSH_READONLY depends on HUSH Signed-off-by: Denys Vlasenko --- shell/hush.c | 1 + 1 file changed, 1 insertion(+) (limited to 'shell') 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 @@ //config:config HUSH_READONLY //config: bool "readonly builtin" //config: default y +//config: depends on HUSH || SH_IS_HUSH || BASH_IS_HUSH //config: help //config: Enable support for read-only variables. //config: -- cgit v1.2.3