mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-24 05:53:30 +08:00
caff6dc481
The 4.x version now needs gensio and libyaml: https://sourceforge.net/p/ser2net/news/2019/05/ser2net-40-gensio-10-released/ Signed-off-by: James Hilliard <james.hilliard1@gmail.com> [Peter: extend commit message, add 4.x release notes] Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
11 lines
267 B
Plaintext
11 lines
267 B
Plaintext
config BR2_PACKAGE_SER2NET
|
|
bool "ser2net"
|
|
depends on BR2_USE_MMU # fork()
|
|
select BR2_PACKAGE_GENSIO
|
|
select BR2_PACKAGE_LIBYAML
|
|
help
|
|
Ser2net provides a way for a user to connect from a network
|
|
connection to a serial port.
|
|
|
|
http://ser2net.sourceforge.net
|