board/csky: fixup gdb instructions in readme.txt
[buildroot-gz.git] / package / ibrdtn / Config.in
blob569831596dd8fe8dd4f72d4f803c683f3e06244b
1 config BR2_PACKAGE_IBRDTN
2         bool "ibrdtn"
3         depends on BR2_INSTALL_LIBSTDCPP
4         depends on BR2_TOOLCHAIN_HAS_THREADS
5         select BR2_PACKAGE_IBRCOMMON
6         help
7           IBR-DTN is a small dtn application that supports:
8           Bundle Protocol RFC 5050
9           Bundle Security Protocol RFC 6257
11           This package contains the ibrdtn library.
13           http://trac.ibr.cs.tu-bs.de/project-cm-2012-ibrdtn
15 comment "ibrdtn needs a toolchain w/ C++, threads"
16         depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS