aboutsummaryrefslogtreecommitdiff
path: root/archival/tar.c
diff options
context:
space:
mode:
Diffstat (limited to 'archival/tar.c')
-rw-r--r--archival/tar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/tar.c b/archival/tar.c
index 46e2e4fcc..6332bb6ee 100644
--- a/archival/tar.c
+++ b/archival/tar.c
@@ -22,7 +22,6 @@
22 * 22 *
23 * Licensed under GPLv2 or later, see file LICENSE in this source tree. 23 * Licensed under GPLv2 or later, see file LICENSE in this source tree.
24 */ 24 */
25
26//config:config TAR 25//config:config TAR
27//config: bool "tar (40 kb)" 26//config: bool "tar (40 kb)"
28//config: default y 27//config: default y
@@ -113,6 +112,7 @@
113//config: when extracting files from tar archives. 112//config: when extracting files from tar archives.
114 113
115//applet:IF_TAR(APPLET(tar, BB_DIR_BIN, BB_SUID_DROP)) 114//applet:IF_TAR(APPLET(tar, BB_DIR_BIN, BB_SUID_DROP))
115
116//kbuild:lib-$(CONFIG_TAR) += tar.o 116//kbuild:lib-$(CONFIG_TAR) += tar.o
117 117
118#include <fnmatch.h> 118#include <fnmatch.h>