summaryrefslogtreecommitdiffstats
path: root/rules/gzip.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2012-12-11 16:36:10 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-12-11 16:36:10 +0100
commit34bfa45180532da58789de2d3335a986a20f0e85 (patch)
tree4a0eb3ad21fa102113ded5d53060a4c70b679242 /rules/gzip.in
parent3d54ba0501a0266b9493a33f70d5feeb2f7c37f5 (diff)
downloadptxdist-34bfa45180532da58789de2d3335a986a20f0e85.tar.gz
ptxdist-34bfa45180532da58789de2d3335a986a20f0e85.tar.xz
gzip: new package
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/gzip.in')
-rw-r--r--rules/gzip.in20
1 files changed, 20 insertions, 0 deletions
diff --git a/rules/gzip.in b/rules/gzip.in
new file mode 100644
index 000000000..1774e4f9a
--- /dev/null
+++ b/rules/gzip.in
@@ -0,0 +1,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
+