mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
package/syslog-ng: remove bogus select
The eventlog package was removed as part of commit5e0b1f9c23("package/eventlog: remove package"). It used to be a separate package, but it is now part of syslog-ng itself, which is why the eventlog package was removed. But commit5e0b1f9c23forgot to drop the select BR2_PACKAGE_EVENTLOG, so let's fix this. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com> (cherry picked from commit03a0f08720) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
4d14f8b42c
commit
ffc7000288
@@ -4,7 +4,6 @@ config BR2_PACKAGE_SYSLOG_NG
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||
depends on BR2_USE_MMU # fork()
|
||||
depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
|
||||
select BR2_PACKAGE_EVENTLOG
|
||||
select BR2_PACKAGE_LIBGLIB2
|
||||
select BR2_PACKAGE_PCRE
|
||||
select BR2_PACKAGE_OPENSSL
|
||||
|
||||
Reference in New Issue
Block a user