1config BR2_PACKAGE_SER2NET
2 bool "ser2net"
3 depends on BR2_USE_MMU # fork()
4 select BR2_PACKAGE_GENSIO
5 select BR2_PACKAGE_LIBYAML
6 help
7 Ser2net provides a way for a user to connect from a network
8 connection to a serial port.
9
10 http://ser2net.sourceforge.net
11