mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
Changelog: https://sourceforge.net/p/ser2net/news
Updated licenses hashes due to upstream commit:
2bc83f0954
Drop patch 0001 that was a backport of a upstream security fix.
Add a upstream patch to fix build against uClibc.
Signed-off-by: Mattia Narducci <mattianarducci1@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
19 lines
554 B
Plaintext
19 lines
554 B
Plaintext
config BR2_PACKAGE_SER2NET
|
|
bool "ser2net"
|
|
depends on BR2_USE_MMU # fork()
|
|
depends on !BR2_STATIC_LIBS # gensio
|
|
depends on BR2_TOOLCHAIN_HAS_ATOMIC # gensio
|
|
select BR2_PACKAGE_GENSIO
|
|
select BR2_PACKAGE_LIBXCRYPT if BR2_TOOLCHAIN_USES_GLIBC
|
|
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
|
|
|
|
comment "ser2net needs a toolchain w/ dynamic library"
|
|
depends on BR2_USE_MMU
|
|
depends on BR2_TOOLCHAIN_HAS_ATOMIC
|
|
depends on BR2_STATIC_LIBS
|