summaryrefslogtreecommitdiffstats
path: root/rules/unzip.in
blob: be4cb25723016797b3803c51258ed9249a757c6c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
## SECTION=disk_and_file
menuconfig UNZIP
	tristate
	prompt "unzip                         "
	help
	  UnZip is an extraction utility for archives compressed in .zip
	  format (also called "zipfiles").

if UNZIP

config UNZIP_UNZIP
	bool "unzip"
	depends on !BB_CONFIG_UNZIP

comment "busybox's unzip selected"
	depends on BB_CONFIG_UNZIP

config UNZIP_FUNZIP
	bool "funzip"

config UNZIP_UNZIPSFX
	bool "unzipsfx"

endif