diff options
Diffstat (limited to 'archival/unzip.c')
-rw-r--r-- | archival/unzip.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/archival/unzip.c b/archival/unzip.c index 9825986bf..fcfc9a448 100644 --- a/archival/unzip.c +++ b/archival/unzip.c | |||
@@ -17,6 +17,16 @@ | |||
17 | * Zip64 + other methods | 17 | * Zip64 + other methods |
18 | */ | 18 | */ |
19 | 19 | ||
20 | //config:config UNZIP | ||
21 | //config: bool "unzip" | ||
22 | //config: default y | ||
23 | //config: help | ||
24 | //config: unzip will list or extract files from a ZIP archive, | ||
25 | //config: commonly found on DOS/WIN systems. The default behavior | ||
26 | //config: (with no options) is to extract the archive into the | ||
27 | //config: current directory. Use the `-d' option to extract to a | ||
28 | //config: directory of your choice. | ||
29 | |||
20 | //applet:IF_UNZIP(APPLET(unzip, BB_DIR_USR_BIN, BB_SUID_DROP)) | 30 | //applet:IF_UNZIP(APPLET(unzip, BB_DIR_USR_BIN, BB_SUID_DROP)) |
21 | //kbuild:lib-$(CONFIG_UNZIP) += unzip.o | 31 | //kbuild:lib-$(CONFIG_UNZIP) += unzip.o |
22 | 32 | ||