summaryrefslogtreecommitdiffstats
path: root/rules/xz.in
blob: 9f31a4f453434f5de0f6c28c936266e07135ac2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
## SECTION=disk_and_file

menuconfig XZ
	tristate
	prompt "xz                            "
	help
	  XZ Utils is free general-purpose data compression software
	  with high compression ratio.

if XZ

config XZ_TOOLS
	bool
	prompt "install tools (xz, xzdec, ...)"
	depends on (!BUSYBOX_UNXZ && !BUSYBOX_UNXZ) || ALLYES

comment "BusyBox' xz is selected!"
	depends on BUSYBOX_XZ

comment "BusyBox' unxz is selected!"
	depends on BUSYBOX_UNXZ

endif