aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancis Laniel2023-12-22 22:02:43 +0100
committerTom Rini2023-12-28 12:02:56 -0500
commit78912cfde281146d28254b230ecaa9b06722e6ff (patch)
tree921afb22786201750a8413f7c73ee607b7ed6ea7
parentc24cb3ebff1b4d2cfa95f83a3c5d27223f35ee30 (diff)
cmd: Set modern hush as default shell
Signed-off-by: Francis Laniel <francis.laniel@amarulasolutions.com>
-rw-r--r--cmd/Kconfig6
1 files changed, 1 insertions, 5 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig
index e25578cde32..26aeeeed03b 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -27,21 +27,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