mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
The old expect homepage URL [1] is now redirecting to [2]. This commit updates the URL to the new one. [1] http://expect.sourceforge.net/ [2] https://core.tcl.tk/expect/ Signed-off-by: Julien Olivain <ju.o@free.fr> Signed-off-by: Arnout Vandecappelle <arnout@mind.be> (cherry picked from commit 579896c2f240c927767b68979b12bf4747199a16) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 lines
200 B
Plaintext
8 lines
200 B
Plaintext
config BR2_PACKAGE_EXPECT
|
|
bool "expect"
|
|
help
|
|
Expect is a tool for automating interactive applications
|
|
such as telnet, ftp, passwd, fsck, rlogin, ssh, tip, etc.
|
|
|
|
https://core.tcl.tk/expect/
|