diff options
author | Cem Keylan <cem@ckyln.com> | 2021-09-06 09:28:16 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-09-06 09:28:16 +0300 |
commit | 2785fafad6781365fb14c6f4155655e05f0af86f (patch) | |
tree | 3f5e8103fafd3dba0e9f7f8d00025939f36c032d /core/busybox | |
parent | 3fb68051accf8e55bd50d335aa0a7367b18e9676 (diff) | |
download | repository-2785fafad6781365fb14c6f4155655e05f0af86f.tar.gz |
busybox: gzip -> pigz
Diffstat (limited to 'core/busybox')
-rw-r--r-- | core/busybox/depends | 2 | ||||
-rw-r--r-- | core/busybox/version | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/core/busybox/depends b/core/busybox/depends index 491a13c6..c14c9810 100644 --- a/core/busybox/depends +++ b/core/busybox/depends @@ -1,3 +1,3 @@ bzip2 -gzip +pigz linux-headers make diff --git a/core/busybox/version b/core/busybox/version index fd495bf1..0be643da 100644 --- a/core/busybox/version +++ b/core/busybox/version @@ -1 +1 @@ -1.33.1 2 +1.33.1 3 |