summaryrefslogtreecommitdiff
path: root/package/busybox/patches/003-defaults.patch
blob: d65bd788d72494b2973385a714974c3cc39cf4e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
diff -Nur busybox-1.18.1.orig/Config.in busybox-1.18.1/Config.in
--- busybox-1.18.1.orig/Config.in	2010-12-21 05:31:04.000000000 +0100
+++ busybox-1.18.1/Config.in	2010-12-25 23:20:18.000000000 +0100
@@ -15,7 +15,7 @@
 
 config DESKTOP
 	bool "Enable options for full-blown desktop systems"
-	default y
+	default n
 	help
 	  Enable options and features which are not essential.
 	  Select this only if you plan to use busybox on full-blown
@@ -32,7 +32,7 @@
 
 config INCLUDE_SUSv2
 	bool "Enable obsolete features removed before SUSv3"
-	default y
+	default n
 	help
 	  This option will enable backwards compatibility with SuSv2,
 	  specifically, old-style numeric options ('command -1 <file>')
diff -Nur busybox-1.18.1.orig/archival/Config.src busybox-1.18.1/archival/Config.src
--- busybox-1.18.1.orig/archival/Config.src	2010-12-20 01:41:26.000000000 +0100
+++ busybox-1.18.1/archival/Config.src	2010-12-25 23:21:02.000000000 +0100
@@ -79,7 +79,7 @@
 
 config BUNZIP2
 	bool "bunzip2"
-	default y
+	default n
 	help
 	  bunzip2 is a compression utility using the Burrows-Wheeler block
 	  sorting text compression algorithm, and Huffman coding. Compression
@@ -92,7 +92,7 @@
 
 config BZIP2
 	bool "bzip2"
-	default y
+	default n
 	help
 	  bzip2 is a compression utility using the Burrows-Wheeler block
 	  sorting text compression algorithm, and Huffman coding. Compression
@@ -105,7 +105,7 @@
 
 config CPIO
 	bool "cpio"
-	default y
+	default n
 	help
 	  cpio is an archival utility program used to create, modify, and
 	  extract contents from archives.
@@ -204,19 +204,19 @@
 
 config RPM2CPIO
 	bool "rpm2cpio"
-	default y
+	default n
 	help
 	  Converts a RPM file into a CPIO archive.
 
 config RPM
 	bool "rpm"
-	default y
+	default n
 	help
 	  Mini RPM applet - queries and extracts RPM packages.
 
 config TAR
 	bool "tar"
-	default y
+	default n
 	help
 	  tar is an archiving program. It's commonly used with gzip to
 	  create compressed archives. It's probably the most widely used
@@ -323,7 +323,7 @@
 
 config UNLZMA
 	bool "unlzma"
-	default y
+	default n
 	help
 	  unlzma is a compression utility using the Lempel-Ziv-Markov chain
 	  compression algorithm, and range coding. Compression
@@ -354,7 +354,7 @@
 
 config UNXZ
 	bool "unxz"
-	default y
+	default n
 	help
 	  unxz is a unlzma successor.
 
diff -Nur busybox-1.18.1.orig/editors/Config.src busybox-1.18.1/editors/Config.src
--- busybox-1.18.1.orig/editors/Config.src	2010-12-20 01:41:27.000000000 +0100
+++ busybox-1.18.1/editors/Config.src	2010-12-25 23:21:57.000000000 +0100
@@ -31,7 +31,7 @@
 
 config DIFF
 	bool "diff"
-	default y
+	default n
 	help
 	  diff compares two files or directories and outputs the
 	  differences between them in a form that can be given to
@@ -62,7 +62,7 @@
 
 config SED
 	bool "sed"
-	default y
+	default n
 	help
 	  sed is used to perform text transformations on a file
 	  or input from a pipeline.
diff -Nur busybox-1.18.1.orig/editors/patch.c busybox-1.18.1/editors/patch.c
--- busybox-1.18.1.orig/editors/patch.c	2010-12-21 05:29:45.000000000 +0100
+++ busybox-1.18.1/editors/patch.c	2010-12-25 23:22:38.000000000 +0100
@@ -27,7 +27,7 @@
 
 //config:config PATCH
 //config:	bool "patch"
-//config:	default y
+//config:	default n
 //config:	help
 //config:	  Apply a unified diff formatted patch.
 
diff -Nur busybox-1.18.1.orig/networking/Config.src busybox-1.18.1/networking/Config.src
--- busybox-1.18.1.orig/networking/Config.src	2010-12-21 05:29:45.000000000 +0100
+++ busybox-1.18.1/networking/Config.src	2010-12-25 23:20:19.000000000 +0100
@@ -986,7 +986,7 @@
 
 config WGET
 	bool "wget"
-	default y
+	default n
 	help
 	  wget is a utility for non-interactive download of files from HTTP,
 	  HTTPS, and FTP servers.