mirror of https://github.com/mirror/busybox.git
hush: add missing dependencies (Maxime Bizon <mbizon@freebox.fr> (Freebox))
parent
dc4ab54ea7
commit
42bffbf360
|
@ -179,6 +179,7 @@ config HUSH
|
||||||
config HUSH_HELP
|
config HUSH_HELP
|
||||||
bool "help builtin"
|
bool "help builtin"
|
||||||
default n
|
default n
|
||||||
|
depends on HUSH
|
||||||
help
|
help
|
||||||
Enable help builtin in hush. Code size + ~1 kbyte.
|
Enable help builtin in hush. Code size + ~1 kbyte.
|
||||||
|
|
||||||
|
@ -206,18 +207,21 @@ config HUSH_JOB
|
||||||
config HUSH_TICK
|
config HUSH_TICK
|
||||||
bool "Process substitution"
|
bool "Process substitution"
|
||||||
default n
|
default n
|
||||||
|
depends on HUSH
|
||||||
help
|
help
|
||||||
Enable process substitution `command` and $(command) in hush.
|
Enable process substitution `command` and $(command) in hush.
|
||||||
|
|
||||||
config HUSH_IF
|
config HUSH_IF
|
||||||
bool "Support if/then/elif/else/fi"
|
bool "Support if/then/elif/else/fi"
|
||||||
default n
|
default n
|
||||||
|
depends on HUSH
|
||||||
help
|
help
|
||||||
Enable if/then/elif/else/fi in hush.
|
Enable if/then/elif/else/fi in hush.
|
||||||
|
|
||||||
config HUSH_LOOPS
|
config HUSH_LOOPS
|
||||||
bool "Support for, while and until loops"
|
bool "Support for, while and until loops"
|
||||||
default n
|
default n
|
||||||
|
depends on HUSH
|
||||||
help
|
help
|
||||||
Enable for, while and until loops in hush.
|
Enable for, while and until loops in hush.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue