]> git.pld-linux.org Git - packages/busybox.git/blob - busybox-config.patch
- move busybox.initrd to /bin
[packages/busybox.git] / busybox-config.patch
1 --- Config.h    2003-07-01 03:06:16.000000000 +0200
2 +++ Config.h    2003-07-01 03:07:21.000000000 +0200
3 @@ -9,14 +9,14 @@
4  // BusyBox Applications
5  //#define BB_ADJTIMEX
6  //#define BB_AR
7 -#define BB_ASH
8 +//#define BB_ASH
9  #define BB_BASENAME
10  #define BB_CAT
11  #define BB_CHGRP
12  #define BB_CHMOD
13  #define BB_CHOWN
14  #define BB_CHROOT
15 -#define BB_CHVT
16 +//#define BB_CHVT
17  #define BB_CLEAR
18  //#define BB_CMP
19  #define BB_CP
20 @@ -36,63 +36,62 @@
21  #define BB_DU
22  //#define BB_DUMPKMAP
23  #define BB_ECHO
24 -#define BB_ENV
25 -//#define BB_EXPR
26 +//#define BB_ENV
27 +#define BB_EXPR
28  //#define BB_FBSET
29  //#define BB_FDFLUSH
30  #define BB_FIND
31  #define BB_FREE
32 -//#define BB_FREERAMDISK
33 +#define BB_FREERAMDISK
34  //#define BB_FSCK_MINIX
35  //#define BB_GETOPT
36  #define BB_GREP
37  #define BB_GUNZIP
38  #define BB_GZIP
39 -#define BB_HALT
40 +//#define BB_HALT
41  #define BB_HEAD
42  //#define BB_HOSTID
43 -//#define BB_HOSTNAME
44 +#define BB_HOSTNAME
45  //#define BB_HUSH
46 -#define BB_ID
47 -//#define BB_IFCONFIG
48 +//#define BB_ID
49 +#define BB_IFCONFIG
50  #define BB_INIT
51 -//#define BB_INSMOD
52 +#define BB_INSMOD
53  #define BB_INSMOD_NG
54  #define BB_KILL
55  #define BB_KILLALL
56  #define BB_KLOGD
57 -//#define BB_LASH
58 +#define BB_LASH
59  //#define BB_LENGTH
60  #define BB_LN
61 -//#define BB_LOADACM
62 -//#define BB_LOADFONT
63 +#define BB_LOADACM
64 +#define BB_LOADFONT
65  //#define BB_LOADKMAP
66 -#define BB_LOGGER
67 +//#define BB_LOGGER
68  //#define BB_LOGNAME
69 -//#define BB_LOSETUP
70  #define BB_LS
71  #define BB_LSMOD
72 -//#define BB_MAKEDEVS
73 -//#define BB_MD5SUM
74 +#define BB_MAKEDEVS
75 +#define BB_MD5SUM
76  #define BB_MKDIR
77  //#define BB_MKFIFO
78  //#define BB_MKFS_MINIX
79  #define BB_MKNOD
80  #define BB_MKSWAP
81 -//#define BB_MKTEMP
82 +#define BB_MKTEMP
83  #define BB_MODPROBE
84  #define BB_MORE
85  #define BB_MOUNT
86  //#define BB_MSH
87  //#define BB_MT
88  #define BB_MV
89 -//#define BB_NC
90 +#define BB_NC
91  //#define BB_NSLOOKUP
92 -#define BB_PIDOF
93 -//#define BB_PING
94 -//#define BB_PIVOT_ROOT
95 +//#define BB_PIDOF
96 +#define BB_PING
97 +#define BB_PIVOT_ROOT
98  #define BB_POWEROFF
99 -//#define BB_PRINTF
100 +#define BB_PRINTF
101  #define BB_PS
102  #define BB_PWD
103  #define BB_RAID_START
104 @@ -103,7 +102,7 @@
105  #define BB_RESET
106  #define BB_RM
107  #define BB_RMDIR
108 -//#define BB_RMMOD
109 +#define BB_RMMOD
110  //#define BB_ROUTE
111  //#define BB_RPM2CPIO
112  #define BB_SED
113 @@ -116,34 +115,32 @@
114  #define BB_SYSLOGD
115  #define BB_TAIL
116  #define BB_TAR
117 -//#define BB_TEE
118 -//#define BB_TEST
119 -//#define BB_TELNET
120 +#define BB_TEE
121 +#define BB_TEST
122 +#define BB_TELNET
123  //#define BB_TFTP
124 -//#define BB_TIME
125 -//#define BB_TOP
126  #define BB_TOUCH
127 -//#define BB_TR
128 +#define BB_TR
129  //#define BB_TRACEROUTE
130  #define BB_TRUE_FALSE
131 -#define BB_TTY
132 +//#define BB_TTY
133  //#define BB_UNIX2DOS
134  //#define BB_UUENCODE
135  //#define BB_UUDECODE
136  #define BB_UMOUNT
137  #define BB_UNIQ
138  #define BB_UNAME
139 -//#define BB_UPDATE
140 -#define BB_UPTIME
141 -//#define BB_USLEEP
142 +#define BB_UPDATE
143 +//#define BB_UPTIME
144 +#define BB_USLEEP
145  //#define BB_VI
146  //#define BB_WATCHDOG
147 -#define BB_WC
148 +//#define BB_WC
149  //#define BB_WGET
150  #define BB_WHICH
151 -#define BB_WHOAMI
152 +//#define BB_WHOAMI
153  #define BB_XARGS
154 -#define BB_YES
155 +//#define BB_YES
156  // End of Applications List
157  //
158  //
159 @@ -184,16 +181,16 @@
160  //#define BB_FEATURE_USE_DEVPS_PATCH
161  //
162  // show verbose usage messages
163 -#define BB_FEATURE_VERBOSE_USAGE
164 +//#define BB_FEATURE_VERBOSE_USAGE
165  //
166  // Use termios to manipulate the screen ('more' is prettier with this on)
167 -//#define BB_FEATURE_USE_TERMIOS
168 +#define BB_FEATURE_USE_TERMIOS
169  //
170  // calculate terminal & column widths (for more, ls, and telnet)
171  #define BB_FEATURE_AUTOWIDTH
172  //
173  // show username/groupnames for ls
174 -#define BB_FEATURE_LS_USERNAME
175 +//#define BB_FEATURE_LS_USERNAME
176  //
177  // show file timestamps in ls
178  #define BB_FEATURE_LS_TIMESTAMPS
179 @@ -208,25 +205,25 @@
180  #define BB_FEATURE_LS_RECURSIVE
181  //
182  // enable ls -L
183 -#define BB_FEATURE_LS_FOLLOWLINKS
184 +//#define BB_FEATURE_LS_FOLLOWLINKS
185  //
186  // Use color to identify different file types
187 -#define BB_FEATURE_LS_COLOR
188 +//#define BB_FEATURE_LS_COLOR
189  //
190  // Disable for a smaller (but less functional) ping
191 -#define BB_FEATURE_FANCY_PING
192 +//#define BB_FEATURE_FANCY_PING
193  //
194  // Make init use a simplified /etc/inittab file (recommended).
195  #define BB_FEATURE_USE_INITTAB
196  //
197  //Enable init being called as /linuxrc
198 -#define BB_FEATURE_LINUXRC
199 +//#define BB_FEATURE_LINUXRC
200  //
201  //Have init enable core dumping for child processes (for debugging only) 
202  //#define BB_FEATURE_INIT_COREDUMPS
203  //
204  //Make sure nothing is printed to the console on boot
205 -//#define BB_FEATURE_EXTRA_QUIET
206 +#define BB_FEATURE_EXTRA_QUIET
207  //
208  // enable syslogd -R remotehost
209  #define BB_FEATURE_REMOTE_LOG
210 @@ -236,10 +233,10 @@
211  //
212  //Disable for a simple tail implementation (2.34k vs 3k for the full one).
213  //Both provide 'tail -f', but this cuts out -c, -q, -s, and -v. 
214 -#define BB_FEATURE_FANCY_TAIL
215 +//#define BB_FEATURE_FANCY_TAIL
216  //
217  // Enable support for loop devices in mount
218 -#define BB_FEATURE_MOUNT_LOOP
219 +//#define BB_FEATURE_MOUNT_LOOP
220  //
221  // Enable support for a real /etc/mtab file instead of /proc/mounts
222  //#define BB_FEATURE_MTAB_SUPPORT
223 @@ -250,7 +247,7 @@
224  //
225  // If you are using uClibc, be sure that you've already compiled
226  // uClibc with INCLUDE_RPC=true (contained in the Config file)
227 -//#define BB_FEATURE_NFSMOUNT
228 +#define BB_FEATURE_NFSMOUNT
229  //
230  // Enable support forced filesystem unmounting 
231  // (i.e., in case of an unreachable NFS system).
232 @@ -263,13 +260,13 @@
233  #define BB_FEATURE_TAR_EXCLUDE
234  //
235  // Enable support for tar -z option (currently only works for inflating)
236 -#define BB_FEATURE_TAR_GZIP 
237 +//#define BB_FEATURE_TAR_GZIP 
238  //
239  // Enable reverse sort
240  #define BB_FEATURE_SORT_REVERSE
241  //
242  // Enable uniqe sort
243 -#define BB_FEATURE_SORT_UNIQUE
244 +//#define BB_FEATURE_SORT_UNIQUE
245  //
246  // Enable command line editing in the shell.  
247  // Only relevant if a shell is enabled. On by default.
248 @@ -286,7 +283,7 @@
249  //were shell builtins.  Nice for staticly linking an emergency rescue shell,
250  //among other things. Off by default.
251  // Only relevant if a shell is enabled.
252 -//#define BB_FEATURE_SH_STANDALONE_SHELL
253 +#define BB_FEATURE_SH_STANDALONE_SHELL
254  //
255  //When this is enabled, busybox shell applets can be called using full path
256  //names.  This causes applets (i.e., most busybox commands) to override
257 @@ -367,7 +364,7 @@
258  //#define BB_FEATURE_CLEAN_UP
259  //
260  // Support for human readable output by ls, du, etc.(example 13k, 23M, 235G)
261 -#define BB_FEATURE_HUMAN_READABLE
262 +//#define BB_FEATURE_HUMAN_READABLE
263  //
264  // Support for the find -type option.
265  #define BB_FEATURE_FIND_TYPE
This page took 0.056147 seconds and 3 git commands to generate.