diff options
| author | Cem Keylan <cem@ckyln.com> | 2020-01-10 12:17:50 +0300 | 
|---|---|---|
| committer | Cem Keylan <cem@ckyln.com> | 2020-01-10 12:17:50 +0300 | 
| commit | 0bfe3320076cf1d1e6dc92016b5168980976ead7 (patch) | |
| tree | 99bb1e5241dec46e2fe85a677d0bbbe9ea53ed66 /core/busybox | |
| parent | b21de312a0883b0c51b10f7a768b314517f1e8d1 (diff) | |
| download | repository-0bfe3320076cf1d1e6dc92016b5168980976ead7.tar.gz | |
busybox: build unzip
Diffstat (limited to 'core/busybox')
| -rw-r--r-- | core/busybox/checksums | 2 | ||||
| -rw-r--r-- | core/busybox/files/.config | 12 | ||||
| -rw-r--r-- | core/busybox/version | 2 | 
3 files changed, 8 insertions, 8 deletions
diff --git a/core/busybox/checksums b/core/busybox/checksums index bf4a2810..80f9148b 100644 --- a/core/busybox/checksums +++ b/core/busybox/checksums @@ -1,5 +1,5 @@  d0f940a72f648943c1f2211e0e3117387c31d765137d92bd8284a3fb9752a998  busybox-1.31.1.tar.bz2 -985e04e6498c93d2b1b02b36415e117b9b94b8d213d0c2b63a4f7c67706672ec  .config +159d118dfbecdff3181ef07450a5b996230a400b826d0db840e644abddc834c1  .config  da3ef90a65abcbd112fa98a00799745d88d568cde290e049a5380dfc74de620a  .config-suid  6c3eb5cf839c7a31c337df0cd8388b397e1415ffa7a63e9678552c9c63dd869f  acpid.run  814dea14ac612125e97dcc1d619219b2c9dfc14850bf48d858421fb2c98eca12  crond.run diff --git a/core/busybox/files/.config b/core/busybox/files/.config index 3d6ecc42..611f8f50 100644 --- a/core/busybox/files/.config +++ b/core/busybox/files/.config @@ -1,7 +1,7 @@  #  # Automatically generated make config: don't edit  # Busybox version: 1.31.1 -# Wed Dec 18 10:48:12 2019 +# Fri Jan 10 12:16:37 2020  #  CONFIG_HAVE_DOT_CONFIG=y @@ -186,11 +186,11 @@ CONFIG_FEATURE_TAR_TO_COMMAND=y  CONFIG_FEATURE_TAR_UNAME_GNAME=y  CONFIG_FEATURE_TAR_NOPRESERVE_TIME=y  # CONFIG_FEATURE_TAR_SELINUX is not set -# CONFIG_UNZIP is not set -# CONFIG_FEATURE_UNZIP_CDF is not set -# CONFIG_FEATURE_UNZIP_BZIP2 is not set -# CONFIG_FEATURE_UNZIP_LZMA is not set -# CONFIG_FEATURE_UNZIP_XZ is not set +CONFIG_UNZIP=y +CONFIG_FEATURE_UNZIP_CDF=y +CONFIG_FEATURE_UNZIP_BZIP2=y +CONFIG_FEATURE_UNZIP_LZMA=y +CONFIG_FEATURE_UNZIP_XZ=y  # CONFIG_FEATURE_LZMA_FAST is not set  # diff --git a/core/busybox/version b/core/busybox/version index 88b141a0..19d7af58 100644 --- a/core/busybox/version +++ b/core/busybox/version @@ -1 +1 @@ -1.31.1 8 +1.31.1 9  | 
