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