ef123e4278
Bump ser2net to version 2.8. Exclude for nommu (uses fork). Version 2.7 also did, guess the autobuilders never caught it. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
13 lines
324 B
Plaintext
13 lines
324 B
Plaintext
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 requires a toolchain with IPV6 support"
|
|
depends on !BR2_INET_IPV6
|