diff options
Diffstat (limited to 'package/busybox/Config.in.manual')
-rw-r--r-- | package/busybox/Config.in.manual | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/package/busybox/Config.in.manual b/package/busybox/Config.in.manual index 42931ca97..01ef1a53d 100644 --- a/package/busybox/Config.in.manual +++ b/package/busybox/Config.in.manual @@ -264,6 +264,12 @@ config BUSYBOX_DISABLE_BZIP2 depends on ADK_PACKAGE_BZIP2 default n +config BUSYBOX_DISABLE_BUNZIP2 + bool + default y if ADK_PACKAGE_BZIP2 + depends on ADK_PACKAGE_BZIP2 + default n + config BUSYBOX_DISABLE_IP bool default y if ADK_PACKAGE_IP |