Commit 66bb10b7 authored by Thomas De Schampheleire's avatar Thomas De Schampheleire Committed by Peter Korsgaard
Browse files

Config.in files: unify comments of toolchain option dependencies



This patch lines up the comments in Config.in files that clarify which
toolchain options the package depends on.

Signed-off-by: default avatarThomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: default avatarPeter Korsgaard <peter@korsgaard.com>
parent c3a832a7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ config BR2_LINUX_KERNEL_EXT_XENOMAI
	  ARM, 2.6.35.9, 2.6.37.6, 2.6.38.8, on NIOS2, 2.6.35, on
	  PowerPC, 2.6.35.7, 2.6.36.4, 3.0.8.

comment "xenomai requires thread support in toolchain"
comment "xenomai needs a toolchain w/ threads"
	depends on !BR2_TOOLCHAIN_HAS_THREADS

config BR2_LINUX_KERNEL_EXT_XENOMAI_ADEOS_PATCH
+1 −1
Original line number Diff line number Diff line
@@ -10,5 +10,5 @@ config BR2_PACKAGE_ACL

	  http://savannah.nongnu.org/projects/acl

comment "acl requires a toolchain with LARGEFILE support"
comment "acl needs a toolchain w/ largefile"
	depends on !BR2_LARGEFILE
+1 −1
Original line number Diff line number Diff line
@@ -19,5 +19,5 @@ config BR2_PACKAGE_AICCU

	  http://www.sixxs.net/tools/aiccu/

comment "aiccu requires a toolchain with IPv6, WCHAR and thread support"
comment "aiccu needs a toolchain w/ IPv6, wchar, threads"
	depends on !(BR2_INET_IPV6 && BR2_USE_WCHAR && BR2_TOOLCHAIN_HAS_THREADS)
+1 −1
Original line number Diff line number Diff line
@@ -10,6 +10,6 @@ config BR2_PACKAGE_AIRCRACK_NG

	  http://www.aircrack-ng.org/

comment "aircrack-ng needs a toolchain with largefile and threads support"
comment "aircrack-ng needs a toolchain w/ largefile, threads"
	depends on !BR2_LARGEFILE || !BR2_TOOLCHAIN_HAS_THREADS
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ config BR2_PACKAGE_ALSA_LIB

	  http://www.alsa-project.org/

comment "alsa-lib needs threads support in toolchain"
comment "alsa-lib needs a toolchain w/ threads"
	depends on !BR2_TOOLCHAIN_HAS_THREADS

if BR2_PACKAGE_ALSA_LIB
Loading