mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 21:43:30 +08:00
9717b30368
Disable when MMU is not available for target. Fixes: http://autobuild.buildroot.net/results/a2b69fdf67d520aa4d2718bd688d88d102842cdf Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 lines
251 B
Plaintext
10 lines
251 B
Plaintext
config BR2_PACKAGE_SEXPECT
|
|
bool "sexpect"
|
|
depends on BR2_USE_MMU # fork()
|
|
help
|
|
sexpect is another implementation of Expect which is
|
|
specifically designed for Shell scripts
|
|
(sh, bash, ksh, zsh, ...)
|
|
|
|
https://github.com/clarkwang/sexpect
|