Commit 5be50abb authored by Gustavo Zacarias's avatar Gustavo Zacarias Committed by Peter Korsgaard
Browse files
parent 69516e05
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_FASTD
	bool "fastd"
	depends on BR2_USE_MMU # fork()
	depends on BR2_TOOLCHAIN_HAS_THREADS
	select BR2_PACKAGE_LIBUECC
	select BR2_PACKAGE_LIBSODIUM
@@ -21,4 +22,5 @@ config BR2_PACKAGE_FASTD_STATUS_SOCKET
endif

comment "fastd needs a toolchain w/ threads"
	depends on BR2_USE_MMU
	depends on !BR2_TOOLCHAIN_HAS_THREADS