aboutsummaryrefslogtreecommitdiff
path: root/archival
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2008-03-17 09:13:22 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2008-03-17 09:13:22 +0000
commit4ee7cd4f6f9f85871c8814bb524d3e691a2992a9 (patch)
treec1ca93c475e72736cfee70eaaa631f499da3b7e0 /archival
parentaa9b1828b91bc4b60f1164b7929a6a0ac091419e (diff)
downloadbusybox-w32-4ee7cd4f6f9f85871c8814bb524d3e691a2992a9.tar.gz
busybox-w32-4ee7cd4f6f9f85871c8814bb524d3e691a2992a9.tar.bz2
busybox-w32-4ee7cd4f6f9f85871c8814bb524d3e691a2992a9.zip
*: 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.in8
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
29 probably say N here. 29 probably say N here.
30 30
31config FEATURE_AR_LONG_FILENAMES 31config FEATURE_AR_LONG_FILENAMES
32 bool "Enable support for long filenames (not need for debs)" 32 bool "Support for long filenames (not need for debs)"
33 default n 33 default n
34 depends on AR 34 depends on AR
35 help 35 help
@@ -99,7 +99,7 @@ config DPKG_DEB
99 probably say N here. 99 probably say N here.
100 100
101config FEATURE_DPKG_DEB_EXTRACT_ONLY 101config FEATURE_DPKG_DEB_EXTRACT_ONLY
102 bool "extract only (-x)" 102 bool "Extract only (-x)"
103 default n 103 default n
104 depends on DPKG_DEB 104 depends on DPKG_DEB
105 help 105 help
@@ -215,7 +215,7 @@ config FEATURE_TAR_FROM
215 a list of files to include or exclude from an archive. 215 a list of files to include or exclude from an archive.
216 216
217config FEATURE_TAR_OLDGNU_COMPATIBILITY 217config FEATURE_TAR_OLDGNU_COMPATIBILITY
218 bool "Enable support for old tar header format" 218 bool "Support for old tar header format"
219 default N 219 default N
220 depends on TAR 220 depends on TAR
221 help 221 help
@@ -233,7 +233,7 @@ config FEATURE_TAR_OLDSUN_COMPATIBILITY
233 It is said to be fixed in newer Sun tar, but "old" tarballs still exist. 233 It is said to be fixed in newer Sun tar, but "old" tarballs still exist.
234 234
235config FEATURE_TAR_GNU_EXTENSIONS 235config FEATURE_TAR_GNU_EXTENSIONS
236 bool "Enable support for some GNU tar extensions" 236 bool "Support for GNU tar extensions (long filenames)"
237 default y 237 default y
238 depends on TAR 238 depends on TAR
239 help 239 help