aboutsummaryrefslogtreecommitdiff
path: root/archival
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-02-19 23:42:22 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-02-19 23:42:22 +0000
commite7b43cf59fe6472442026cc3d3d57a5e502371f5 (patch)
tree203be2094ca55f8eb7e03e648ad2dba8b5bfc30d /archival
parentc12d51e94e219dfc212e7cdab64b314dbdb6e2f3 (diff)
downloadbusybox-w32-e7b43cf59fe6472442026cc3d3d57a5e502371f5.tar.gz
busybox-w32-e7b43cf59fe6472442026cc3d3d57a5e502371f5.tar.bz2
busybox-w32-e7b43cf59fe6472442026cc3d3d57a5e502371f5.zip
trivial fixes to config system
Diffstat (limited to 'archival')
-rw-r--r--archival/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/archival/Config.in b/archival/Config.in
index 6f803f4fe..619cd1bd5 100644
--- a/archival/Config.in
+++ b/archival/Config.in
@@ -250,6 +250,7 @@ config FEATURE_TAR_LONG_OPTIONS
250config FEATURE_TAR_UNAME_GNAME 250config FEATURE_TAR_UNAME_GNAME
251 bool "Enable use of user and group names" 251 bool "Enable use of user and group names"
252 default n 252 default n
253 depends on TAR
253 help 254 help
254 Enables use of user and group names in tar. This affects contents 255 Enables use of user and group names in tar. This affects contents
255 listings (-t) and preserving permissions when unpacking (-p). 256 listings (-t) and preserving permissions when unpacking (-p).