board/csky: fixup gdb instructions in readme.txt
[buildroot-gz.git] / package / tinc / Config.in
blob1d8e2c42591e70cb06ba0643eb55ee1660039c0e
1 config BR2_PACKAGE_TINC
2         bool "tinc"
3         select BR2_PACKAGE_LZO
4         select BR2_PACKAGE_OPENSSL
5         select BR2_PACKAGE_ZLIB
6         depends on !BR2_STATIC_LIBS # tinc requires libdl for OpenSSL
7         depends on BR2_USE_MMU # fork()
8         help
9           tinc is a Virtual Private Network (VPN) daemon that uses
10           tunnelling and encryption to create a secure private network
11           between hosts on the Internet.
13           http://www.tinc-vpn.org/
15 comment "tinc needs a toolchain w/ dynamic library"
16         depends on BR2_STATIC_LIBS