mirror of https://github.com/OpenIPC/firmware.git
13 lines
358 B
Plaintext
13 lines
358 B
Plaintext
config BR2_PACKAGE_DF_SDWAN_EDGE
|
|
bool "DataFlow SDWAN Edge"
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
default n
|
|
help
|
|
Edge for Software Defined WAN by DataFlow.
|
|
|
|
https://getdataflow.com/sdwan
|
|
|
|
comment "DataFlow SDWAN needs a toolchain w/ C++, threads"
|
|
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
|