diff options
Diffstat (limited to 'shell/Config.src')
-rw-r--r-- | shell/Config.src | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/shell/Config.src b/shell/Config.src index f6f0b6c94..c9c2439e7 100644 --- a/shell/Config.src +++ b/shell/Config.src | |||
@@ -62,29 +62,6 @@ config FEATURE_BASH_IS_NONE | |||
62 | endchoice | 62 | endchoice |
63 | 63 | ||
64 | 64 | ||
65 | config LASH | ||
66 | bool "lash (deprecated: aliased to hush)" | ||
67 | default n | ||
68 | select HUSH | ||
69 | help | ||
70 | lash is deprecated and will be removed, please migrate to hush. | ||
71 | |||
72 | config MSH | ||
73 | bool "msh (deprecated: please use hush)" | ||
74 | default n | ||
75 | select HUSH | ||
76 | help | ||
77 | msh is deprecated and will be removed, please migrate to hush. | ||
78 | If there is a feature msh has but hush does not, please let us know. | ||
79 | |||
80 | # The minix shell (adds just 30k) is quite complete and handles things | ||
81 | # like for/do/done, case/esac and all the things you expect a Bourne | ||
82 | # shell to do. It is not always pedantically correct about Bourne | ||
83 | # shell grammar (try running the shell testscript "tests/sh.testcases" | ||
84 | # on it and compare vs bash) but for most things it works quite well. | ||
85 | # It uses only vfork, so it can be used on uClinux systems. | ||
86 | |||
87 | |||
88 | config SH_MATH_SUPPORT | 65 | config SH_MATH_SUPPORT |
89 | bool "POSIX math support" | 66 | bool "POSIX math support" |
90 | default y | 67 | default y |