Commit 435ae1e2 authored by Gustavo Zacarias's avatar Gustavo Zacarias Committed by Thomas Petazzoni
Browse files

rsyslog: doesn't need largefile/wchar



This was added in 9b4696a4 but only partially removed in d89a2610
leading to a comment and the rsyslog option both being present in the
config menu if we're using a non-LFS toolchain.

Signed-off-by: default avatarGustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent 7ffa7389
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,6 +11,6 @@ config BR2_PACKAGE_RSYSLOG

	  http://www.rsyslog.com

comment "rsyslog needs a toolchain w/ largefile, wchar, threads"
comment "rsyslog needs a toolchain w/ threads"
	depends on BR2_USE_MMU
	depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_LARGEFILE || !BR2_USE_WCHAR
	depends on !BR2_TOOLCHAIN_HAS_THREADS