Commit 376e7801 authored by Ezequiel García's avatar Ezequiel García Committed by Peter Korsgaard
Browse files

libnl: Move the pthread dependency menu comment



In order for this comment to be properly displayed, it must be moved to be
at the end of the file.

Signed-off-by: default avatarEzequiel Garcia <ezequiel@vanguardiasur.com.ar>
Reviewed-by: default avatarArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: default avatarPeter Korsgaard <peter@korsgaard.com>
parent c266edec
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -6,9 +6,6 @@ config BR2_PACKAGE_LIBNL

	  http://people.suug.ch/~tgr/libnl/

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

if BR2_PACKAGE_LIBNL

config BR2_PACKAGE_LIBNL_TOOLS
@@ -20,5 +17,7 @@ config BR2_PACKAGE_LIBNL_TOOLS

comment "libnl tools need a toolchain w/ dynamic library"
	depends on BR2_PREFER_STATIC_LIB

endif

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