diff options
Diffstat (limited to 'archival/gzip.c')
-rw-r--r-- | archival/gzip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/gzip.c b/archival/gzip.c index 9c53895e9..ac6633044 100644 --- a/archival/gzip.c +++ b/archival/gzip.c | |||
@@ -36,7 +36,6 @@ a: 85.1% -- replaced with a.gz | |||
36 | gzip: bogus: No such file or directory | 36 | gzip: bogus: No such file or directory |
37 | aa: 85.1% -- replaced with aa.gz | 37 | aa: 85.1% -- replaced with aa.gz |
38 | */ | 38 | */ |
39 | |||
40 | //config:config GZIP | 39 | //config:config GZIP |
41 | //config: bool "gzip (19 kb)" | 40 | //config: bool "gzip (19 kb)" |
42 | //config: default y | 41 | //config: default y |
@@ -81,6 +80,7 @@ aa: 85.1% -- replaced with aa.gz | |||
81 | //config: enabled. | 80 | //config: enabled. |
82 | 81 | ||
83 | //applet:IF_GZIP(APPLET(gzip, BB_DIR_BIN, BB_SUID_DROP)) | 82 | //applet:IF_GZIP(APPLET(gzip, BB_DIR_BIN, BB_SUID_DROP)) |
83 | |||
84 | //kbuild:lib-$(CONFIG_GZIP) += gzip.o | 84 | //kbuild:lib-$(CONFIG_GZIP) += gzip.o |
85 | 85 | ||
86 | //usage:#define gzip_trivial_usage | 86 | //usage:#define gzip_trivial_usage |