diff options
Diffstat (limited to 'busybox.c')
-rw-r--r-- | busybox.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -174,9 +174,9 @@ static const struct Applet applets[] = { | |||
174 | #ifdef BB_UPDATE //sbin | 174 | #ifdef BB_UPDATE //sbin |
175 | {"update", update_main}, | 175 | {"update", update_main}, |
176 | #endif | 176 | #endif |
177 | #ifdef BB_ZCAT //bin | 177 | #ifdef BB_GUNZIP //bin |
178 | {"zcat", zcat_main}, | 178 | {"zcat", gunzip_main}, |
179 | {"gunzip", zcat_main}, | 179 | {"gunzip", gunzip_main}, |
180 | #endif | 180 | #endif |
181 | #ifdef BB_GZIP //bin | 181 | #ifdef BB_GZIP //bin |
182 | {"gzip", gzip_main}, | 182 | {"gzip", gzip_main}, |