diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-03-17 09:13:22 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-03-17 09:13:22 +0000 |
commit | 4ee7cd4f6f9f85871c8814bb524d3e691a2992a9 (patch) | |
tree | c1ca93c475e72736cfee70eaaa631f499da3b7e0 /archival | |
parent | aa9b1828b91bc4b60f1164b7929a6a0ac091419e (diff) |
*: mode tcp/udpsvd to networking, delete ipsvd/*
*/Config.in: fixes to text
svlogd: make it NOMMU capable
function old new delta
processorstart 378 420 +42
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 1/0 up/down: 42/0) Total: 42 bytes
text data bss dec hex filename
797153 662 7420 805235 c4973 busybox_old
797196 662 7420 805278 c499e busybox_unstripped
Diffstat (limited to 'archival')
-rw-r--r-- | archival/Config.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/archival/Config.in b/archival/Config.in index 619cd1bd5..60c3ed2d5 100644 --- a/archival/Config.in +++ b/archival/Config.in @@ -29,7 +29,7 @@ config AR probably say N here. config FEATURE_AR_LONG_FILENAMES - bool "Enable support for long filenames (not need for debs)" + bool "Support for long filenames (not need for debs)" default n depends on AR help @@ -99,7 +99,7 @@ config DPKG_DEB probably say N here. config FEATURE_DPKG_DEB_EXTRACT_ONLY - bool "extract only (-x)" + bool "Extract only (-x)" default n depends on DPKG_DEB help @@ -215,7 +215,7 @@ config FEATURE_TAR_FROM a list of files to include or exclude from an archive. config FEATURE_TAR_OLDGNU_COMPATIBILITY - bool "Enable support for old tar header format" + bool "Support for old tar header format" default N depends on TAR help @@ -233,7 +233,7 @@ config FEATURE_TAR_OLDSUN_COMPATIBILITY It is said to be fixed in newer Sun tar, but "old" tarballs still exist. config FEATURE_TAR_GNU_EXTENSIONS - bool "Enable support for some GNU tar extensions" + bool "Support for GNU tar extensions (long filenames)" default y depends on TAR help |