summaryrefslogtreecommitdiffstats
path: root/package/ser2net/Config.in
blob: 476a284a7352b252b58d28abf1be4c59cc570432 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
config BR2_PACKAGE_SER2NET
	bool "ser2net"
	depends on BR2_USE_MMU # fork()
	depends on BR2_INET_IPV6
	help
	  Ser2net provides a way for a user to connect from a network
	  connection to a serial port..

	  http://ser2net.sourceforge.net

comment "ser2net needs a toolchain w/ IPv6"
	depends on !BR2_INET_IPV6