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 commit5e0b1f9c23
forgot 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>
This commit is contained in:
parent
8393212437
commit
03a0f08720
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user