summaryrefslogtreecommitdiffstats
path: root/package/busybox
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2018-07-08 11:46:00 +0200
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>2018-07-08 13:08:05 +0200
commitc2cf255b6759bd6d286526a5027dd49334bf8965 (patch)
tree607a5ed7f3d085ff8971ae7f4f2f4d341eb4223a /package/busybox
parent8dd72efae2822d936ba8c076c6f9e2e453c98565 (diff)
downloadbuildroot-c2cf255b6759bd6d286526a5027dd49334bf8965.tar.gz
buildroot-c2cf255b6759bd6d286526a5027dd49334bf8965.zip
package/busybox: invert dependency with gzip
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 8e32a58c2d..b00341c576 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_GZIP),gzip) \
$(if $(BR2_PACKAGE_I2C_TOOLS),i2c-tools) \
$(if $(BR2_PACKAGE_IFENSLAVE),ifenslave) \
$(if $(BR2_PACKAGE_IFPLUGD),ifplugd) \
OpenPOWER on IntegriCloud