[PATCH v12 23/24] cmd: Set modern hush as default shell
Francis Laniel
francis.laniel at amarulasolutions.com
Fri Dec 8 23:30:24 CET 2023
Signed-off-by: Francis Laniel <francis.laniel at amarulasolutions.com>
---
cmd/Kconfig | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/cmd/Kconfig b/cmd/Kconfig
index 8b49a97aca..c9d4375ebb 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -28,21 +28,17 @@ depends on HUSH_PARSER
config HUSH_OLD_PARSER
bool "Use hush old parser"
- default y
help
This option enables the old flavor of hush based on hush Busybox from
2005.
- It is actually the default U-Boot shell when decided to use hush as shell.
-
config HUSH_MODERN_PARSER
bool "Use hush modern parser"
+ default y
help
This option enables the new flavor of hush based on hush upstream
Busybox.
- This parser is experimental and not well tested.
-
config HUSH_SELECTABLE
bool
default y if HUSH_OLD_PARSER && HUSH_MODERN_PARSER
--
2.34.1
More information about the U-Boot
mailing list