diff options
Diffstat (limited to 'shell/Config.in')
-rw-r--r-- | shell/Config.in | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/shell/Config.in b/shell/Config.in index 126dba8e5..cf151933b 100644 --- a/shell/Config.in +++ b/shell/Config.in | |||
@@ -24,9 +24,9 @@ config FEATURE_SH_IS_HUSH | |||
24 | #### select LASH | 24 | #### select LASH |
25 | #### bool "lash" | 25 | #### bool "lash" |
26 | 26 | ||
27 | config FEATURE_SH_IS_MSH | 27 | ####config FEATURE_SH_IS_MSH |
28 | select MSH | 28 | #### select MSH |
29 | bool "msh" | 29 | #### bool "msh" |
30 | 30 | ||
31 | config FEATURE_SH_IS_NONE | 31 | config FEATURE_SH_IS_NONE |
32 | bool "none" | 32 | bool "none" |
@@ -260,6 +260,7 @@ config LASH | |||
260 | config MSH | 260 | config MSH |
261 | bool "msh (deprecated: please use hush)" | 261 | bool "msh (deprecated: please use hush)" |
262 | default n | 262 | default n |
263 | select HUSH | ||
263 | help | 264 | help |
264 | msh is deprecated and will be removed, please migrate to hush. | 265 | msh is deprecated and will be removed, please migrate to hush. |
265 | If there is a feature msh has but hush does not, please let us know. | 266 | If there is a feature msh has but hush does not, please let us know. |