FEATURE_FANCY_ECHO needs to be accessible for hush
This commit is contained in:
parent
02d6f1ad72
commit
df6f95cedf
@ -189,7 +189,7 @@ config ECHO
|
||||
config FEATURE_FANCY_ECHO
|
||||
bool "Enable echo options (-n and -e)"
|
||||
default y
|
||||
depends on ECHO || ASH_BUILTIN_ECHO
|
||||
depends on ECHO || ASH_BUILTIN_ECHO || HUSH
|
||||
help
|
||||
This adds options (-n and -e) to echo.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user