summaryrefslogtreecommitdiffstats
path: root/package/busybox
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2018-07-08 11:45:39 +0200
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>2018-07-08 12:22:14 +0200
commit6d9e5980c38a9bb365ab2b0f674a770886271cfb (patch)
tree6ca8b2068415316cafb2b8902770ecd299142b7f /package/busybox
parent3fd118aac02c079fe7b5c4d273d879b337a2e15d (diff)
downloadbuildroot-6d9e5980c38a9bb365ab2b0f674a770886271cfb.tar.gz
buildroot-6d9e5980c38a9bb365ab2b0f674a770886271cfb.zip
package/busybox: invert dependency with sysklogd
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Diffstat (limited to 'package/busybox')
-rw-r--r--package/busybox/busybox.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/busybox/busybox.mk b/package/busybox/busybox.mk
index c6c7b03ab3..bbf3834e0d 100644
--- a/package/busybox/busybox.mk
+++ b/package/busybox/busybox.mk
@@ -22,6 +22,7 @@ BUSYBOX_LDFLAGS = \
# Packages that provide commands that may also be busybox applets:
BUSYBOX_DEPENDENCIES = \
+ $(if $(BR2_PACKAGE_SYSKLOGD),sysklogd) \
$(if $(BR2_PACKAGE_SYSLOG_NG),syslog-ng) \
$(if $(BR2_PACKAGE_SYSTEMD),systemd) \
$(if $(BR2_PACKAGE_SYSVINIT),sysvinit) \
OpenPOWER on IntegriCloud