summaryrefslogtreecommitdiffstats
path: root/rules/unzip.in
blob: f8a936f510e356cc39243f18b21b5166a9082de7 (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 !BUSYBOX_UNZIP || ALLYES

comment "BusyBox' unzip selected"
	depends on BUSYBOX_UNZIP

config UNZIP_FUNZIP
	bool "funzip"

config UNZIP_UNZIPSFX
	bool "unzipsfx"

endif