]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - package/ibrcommon/Config.in
lrzsz: install symlinks for XMODEM and YMODEM
[coffee/buildroot.git] / package / ibrcommon / Config.in
1 config BR2_PACKAGE_IBRCOMMON
2         bool "ibrcommon"
3         depends on BR2_INSTALL_LIBSTDCPP
4         depends on BR2_TOOLCHAIN_HAS_THREADS
5         help
6           IBR-DTN is a small dtn application that supports:
7           Bundle Protocol RFC 5050
8           Bundle Security Protocol RFC 6257
9
10           http://trac.ibr.cs.tu-bs.de/project-cm-2012-ibrdtn
11
12 comment "ibrcommon needs a toolchain w/ C++, threads"
13         depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS