Browse Source

busybox: add missing bunzip2 handling, reported by Mario

Waldemar Brodkorb 9 years ago
parent
commit
4c50c05b77
2 changed files with 7 additions and 1 deletions
  1. 6 0
      package/busybox/Config.in.manual
  2. 1 1
      package/busybox/config/archival/Config.in

+ 6 - 0
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

+ 1 - 1
package/busybox/config/archival/Config.in

@@ -79,7 +79,7 @@ config BUSYBOX_FEATURE_AR_CREATE
 
 config BUSYBOX_BUNZIP2
 	bool "bunzip2"
-	depends on !BUSYBOX_DISABLE_BZIP2
+	depends on !BUSYBOX_DISABLE_BUNZIP2
 	default n
 	help
 	  bunzip2 is a compression utility using the Burrows-Wheeler block