busybox: disable bzip2

bzip2 adds about 8kb of size. For tiny builds it's often disabled.
It's not directly used by stock OpenWrt programs.
Kernel images compressed with bzip2 are also not fully supported.

Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
[fix \ indention]
Signed-off-by: Paul Spooren <mail@aparcar.org>
This commit is contained in:
Sergey Ponomarev
2021-06-20 23:38:37 +03:00
committed by Paul Spooren
parent bb2ac5a33b
commit bffee5ea19
3 changed files with 3 additions and 4 deletions

View File

@@ -351,10 +351,10 @@ config BUSYBOX_DEFAULT_FEATURE_GUNZIP_LONG_OPTIONS
default n
config BUSYBOX_DEFAULT_BUNZIP2
bool
default y
default n
config BUSYBOX_DEFAULT_BZCAT
bool
default y
default n
config BUSYBOX_DEFAULT_UNLZMA
bool
default n