41498af0df
gensio needs atomic since bump to version 2.0.1 in commit0f8d4a6ecd
and5528267b54
: /nvmedata/autobuild/instance-7/output-1/per-package/gensio/host/bin/../lib/gcc/arc-buildroot-linux-uclibc/11.3.0/../../../../arc-buildroot-linux-uclibc/bin/ld: ../lib/.libs/libgensio.a(gensio_osops.o): in function `gensio_addr_dup': gensio_osops.c:(.text+0x1558): undefined reference to `__atomic_fetch_add_4' Fixes: - http://autobuild.buildroot.org/results/229e4bd1ba1787953899875ab56721c9609f035a Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
12 lines
313 B
Plaintext
12 lines
313 B
Plaintext
config BR2_PACKAGE_SER2NET
|
|
bool "ser2net"
|
|
depends on BR2_USE_MMU # fork()
|
|
depends on BR2_TOOLCHAIN_HAS_ATOMIC # gensio
|
|
select BR2_PACKAGE_GENSIO
|
|
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
|