summaryrefslogtreecommitdiffstats
path: root/rules/unzip.in
blob: 735e88f44f8d7488b097d7d8eb78cb19ba7bf9fb (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

comment "BusyBox' unzip selected"
	depends on BUSYBOX_UNZIP

config UNZIP_FUNZIP
	bool "funzip"

config UNZIP_UNZIPSFX
	bool "unzipsfx"

endif