summaryrefslogtreecommitdiffstats
path: root/rules/gzip.in
blob: 1774e4f9a8466cfe7ea1c43733f80b93d0b35d0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
## SECTION=shell_and_console

config GZIP
	tristate
	select LIBC_RT
	select GCCLIBS_GCC_S
	prompt "gzip"
	depends on ( !BUSYBOX_GZIP && !BUSYBOX_GUNZIP ) || ALLYES
	help
	  gzip (GNU zip) is a compression utility designed to be a replacement
	  for compress. Its main advantages over compress are much better
	  compression and freedom from patented algorithms.


comment "BusyBox' gzip is selected! (netkit-base)"
	depends on BUSYBOX_GZIP

comment "BusyBox' gunzip is selected! (netkit-base)"
	depends on BUSYBOX_GUNZIP