mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 07:57:43 +00:00
package/syslog-ng: remove bogus select
The eventlog package was removed as part of commit 5e0b1f9c2386e9184256b10ca19a6a7e4f4865cc ("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 commit 5e0b1f9c2386e9184256b10ca19a6a7e4f4865cc 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_TOOLCHAIN_HAS_THREADS
|
||||||
depends on BR2_USE_MMU # fork()
|
depends on BR2_USE_MMU # fork()
|
||||||
depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
|
depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
|
||||||
select BR2_PACKAGE_EVENTLOG
|
|
||||||
select BR2_PACKAGE_LIBGLIB2
|
select BR2_PACKAGE_LIBGLIB2
|
||||||
select BR2_PACKAGE_PCRE
|
select BR2_PACKAGE_PCRE
|
||||||
select BR2_PACKAGE_OPENSSL
|
select BR2_PACKAGE_OPENSSL
|
||||||
|
Loading…
x
Reference in New Issue
Block a user