2015-10-29 08:13:02 +01:00
|
|
|
config BR2_PACKAGE_FASTD
|
|
|
|
bool "fastd"
|
2015-11-13 15:54:34 +01:00
|
|
|
depends on BR2_USE_MMU # fork()
|
2015-10-29 08:13:02 +01:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
2015-11-19 11:17:48 +01:00
|
|
|
depends on !BR2_STATIC_LIBS # libuecc
|
2015-10-29 08:13:02 +01:00
|
|
|
select BR2_PACKAGE_LIBUECC
|
|
|
|
select BR2_PACKAGE_LIBSODIUM
|
|
|
|
select BR2_PACKAGE_LIBCAP
|
|
|
|
help
|
|
|
|
Fast and Secure Tunneling Daemon
|
|
|
|
|
|
|
|
https://projects.universe-factory.net/projects/fastd/wiki
|
|
|
|
|
|
|
|
if BR2_PACKAGE_FASTD
|
|
|
|
|
|
|
|
config BR2_PACKAGE_FASTD_STATUS_SOCKET
|
|
|
|
bool "status socket support"
|
|
|
|
default y
|
2016-02-02 16:31:22 +01:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_SYNC_4 # json-c
|
2017-04-22 19:17:53 +02:00
|
|
|
select BR2_PACKAGE_JSON_C
|
2015-10-29 08:13:02 +01:00
|
|
|
help
|
|
|
|
Enable support for a socket to get fastd's status.
|
|
|
|
|
|
|
|
endif
|
|
|
|
|
2016-03-16 21:20:10 +01:00
|
|
|
comment "fastd needs a toolchain w/ threads, dynamic library"
|
2015-11-13 15:54:34 +01:00
|
|
|
depends on BR2_USE_MMU
|
2015-11-14 23:21:46 +01:00
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS \
|
2015-11-19 11:17:48 +01:00
|
|
|
|| BR2_STATIC_LIBS
|