summaryrefslogtreecommitdiffstats
path: root/rules/xz.in
blob: 2fef2002dfdc89ad79de254263fd0b6824df4a36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
## 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 || ALLYES

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

endif