diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-02-19 23:42:22 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-02-19 23:42:22 +0000 |
commit | e7b43cf59fe6472442026cc3d3d57a5e502371f5 (patch) | |
tree | 203be2094ca55f8eb7e03e648ad2dba8b5bfc30d /archival | |
parent | c12d51e94e219dfc212e7cdab64b314dbdb6e2f3 (diff) | |
download | busybox-e7b43cf59fe6472442026cc3d3d57a5e502371f5.tar.gz |
trivial fixes to config system
Diffstat (limited to 'archival')
-rw-r--r-- | archival/Config.in | 1 |
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 config FEATURE_TAR_UNAME_GNAME bool "Enable use of user and group names" default n + depends on TAR help Enables use of user and group names in tar. This affects contents listings (-t) and preserving permissions when unpacking (-p). |