2009-12-16 17:40:23 +01:00
|
|
|
config BR2_PACKAGE_SER2NET
|
|
|
|
bool "ser2net"
|
2013-03-08 09:22:32 +01:00
|
|
|
depends on BR2_USE_MMU # fork()
|
|
|
|
depends on BR2_INET_IPV6
|
2009-12-16 17:40:23 +01:00
|
|
|
help
|
|
|
|
Ser2net provides a way for a user to connect from a network
|
|
|
|
connection to a serial port..
|
|
|
|
|
|
|
|
http://ser2net.sourceforge.net
|
|
|
|
|
2013-10-13 16:55:32 +02:00
|
|
|
comment "ser2net needs a toolchain w/ IPv6"
|
2013-11-07 09:24:37 +01:00
|
|
|
depends on BR2_USE_MMU
|
2013-03-08 09:22:32 +01:00
|
|
|
depends on !BR2_INET_IPV6
|