root/current/target/trunk/b/busybox/trunk/busybox_1:1.1.3-4em1_arm.build

Revision 752, 113.0 kB (checked in by codehelp, 22 months ago)

busybox build log

Line 
1Building busybox 1:1.1.3-4em1 for arm with DEB_BUILD_OPTIONS=' -nocheck ' dpkg-buildpackage -aarm -sa -rfakeroot -D  -uc -us
2dpkg-buildpackage: source package is busybox
3dpkg-buildpackage: source version is 1:1.1.3-4em1
4dpkg-buildpackage: source changed by Neil Williams <codehelp@debian.org>
5dpkg-architecture: warning: Specified GNU system type arm-linux-gnu does not match gcc system type x86_64-linux-gnu.
6dpkg-architecture: warning: Specified GNU system type arm-linux-gnu does not match gcc system type x86_64-linux-gnu.
7dpkg-buildpackage: host architecture arm
8dpkg-buildpackage: source version without epoch 1.1.3-4em1
9 fakeroot debian/rules clean
10make: Entering directory `/opt/emdebian/trunk/b/busybox/trunk/busybox-1.1.3'
11dh_testdir
12rm -rf debian/build debian/stamps
13dh_clean
14rm -rf debian/busybox-udeb/
15make: Leaving directory `/opt/emdebian/trunk/b/busybox/trunk/busybox-1.1.3'
16 dpkg-source -b busybox-1.1.3
17dpkg-source: building busybox using existing busybox_1.1.3.orig.tar.gz
18dpkg-source: building busybox in busybox_1.1.3-4em1.diff.gz
19dpkg-source: warning: ignoring deletion of file coreutils/ls.c.orig
20dpkg-source: warning: ignoring deletion of file libbb/xfuncs.c.orig
21dpkg-source: warning: ignoring deletion of file include/libbb.h.orig
22dpkg-source: warning: ignoring deletion of file include/platform.h.orig
23dpkg-source: building busybox in busybox_1.1.3-4em1.dsc
24 debian/rules build
25make: Entering directory `/opt/emdebian/trunk/b/busybox/trunk/busybox-1.1.3'
26mkdir debian/build/build-deb
27cp './debian/config-deb' debian/build/build-deb/.config
28/usr/bin/make O=/opt/emdebian/trunk/b/busybox/trunk/busybox-1.1.3/debian/build/build-deb oldconfig
29make[1]: Entering directory `/opt/emdebian/trunk/b/busybox/trunk/busybox-1.1.3'
30cp /opt/emdebian/trunk/b/busybox/trunk/busybox-1.1.3/scripts/config/Makefile scripts/config/Makefile
31  HOSTCC conf.o
32  HOSTCC zconf.tab.o
33  HOSTCC conf
34#
35# using defaults found in .config
36#
37*
38* BusyBox Configuration
39*
40*
41* Busybox Settings
42*
43*
44* General Configuration
45*
46Buffer allocation policy
47  1. Allocate with Malloc (CONFIG_FEATURE_BUFFERS_USE_MALLOC)
48> 2. Allocate on the Stack (CONFIG_FEATURE_BUFFERS_GO_ON_STACK)
49  3. Allocate in the .bss section (CONFIG_FEATURE_BUFFERS_GO_IN_BSS)
50choice[1-3?]: 2
51Show verbose applet usage messages (CONFIG_FEATURE_VERBOSE_USAGE) [Y/n/?] y
52Support --install [-s] to install applet links at runtime (CONFIG_FEATURE_INSTALLER) [Y/n/?] y
53Enable locale support (system needs locale for this to work) (CONFIG_LOCALE_SUPPORT) [N/y/?] n
54Support for devfs (CONFIG_FEATURE_DEVFS) [N/y/?] n
55Use the devpts filesystem for Unix98 PTYs (CONFIG_FEATURE_DEVPTS) [Y/n/?] y
56Clean up all memory before exiting (usually not needed) (CONFIG_FEATURE_CLEAN_UP) [N/y/?] n
57Support for SUID/SGID handling (CONFIG_FEATURE_SUID) [Y/?] y
58  Runtime SUID/SGID configuration via /etc/busybox.conf (CONFIG_FEATURE_SUID_CONFIG) [N/y/?] n
59Support NSA Security Enhanced Linux (CONFIG_SELINUX) [N/y/?] n
60*
61* Build Options
62*
63Build BusyBox as a static binary (no shared libs) (CONFIG_STATIC) [N/y/?] n
64Build with Large File Support (for accessing files > 2 GB) (CONFIG_LFS) [Y/n/?] y
65Do you want to build BusyBox with a Cross Compiler? (USING_CROSS_COMPILER) [N/y/?] n
66Any extra CFLAGS options for the compiler? (EXTRA_CFLAGS_OPTIONS) []
67Compile all sources at once (CONFIG_BUILD_AT_ONCE) [N/y/?] n
68*
69* Debugging Options
70*
71Build BusyBox with Debugging symbols (CONFIG_DEBUG) [N/y/?] n
72Disable obsolete features removed before SUSv3? (CONFIG_DEBUG_YANK_SUSv2) [Y/n/?] y
73*
74* Installation Options
75*
76Don't use /usr (CONFIG_INSTALL_NO_USR) [N/y/?] n
77Applets links
78> 1. as soft-links (CONFIG_INSTALL_APPLET_SYMLINKS)
79  2. as hard-links (CONFIG_INSTALL_APPLET_HARDLINKS)
80  3. not installed (CONFIG_INSTALL_APPLET_DONT)
81choice[1-3?]: 1
82BusyBox installation prefix (PREFIX) [./_install] ./_install
83*
84* Busybox Library Tuning
85*
86 MD5: Trade Bytes for Speed (CONFIG_MD5_SIZE_VS_SPEED) [1] 1
87*
88* Applets
89*
90*
91* Archival Utilities
92*
93ar (CONFIG_AR) [Y/n/?] y
94    Enable support for long filenames (not need for debs) (CONFIG_FEATURE_AR_LONG_FILENAMES) [Y/n/?] y
95bunzip2 (CONFIG_BUNZIP2) [Y/n/?] y
96cpio (CONFIG_CPIO) [Y/n/?] y
97dpkg (CONFIG_DPKG) [N/y/?] n
98dpkg_deb (CONFIG_DPKG_DEB) [N/y/?] n
99gunzip (CONFIG_GUNZIP) [Y/n/?] y
100    Uncompress support (CONFIG_FEATURE_GUNZIP_UNCOMPRESS) [Y/n/?] y
101gzip (CONFIG_GZIP) [Y/n/?] y
102rpm2cpio (CONFIG_RPM2CPIO) [Y/n/?] y
103rpm (CONFIG_RPM) [Y/n/?] y
104tar (CONFIG_TAR) [Y/n/?] y
105    Enable archive creation (CONFIG_FEATURE_TAR_CREATE) [Y/n/?] y
106    Enable -j option to handle .tar.bz2 files (CONFIG_FEATURE_TAR_BZIP2) [Y/n/?] y
107    Enable -a option to handle .tar.lzma files (CONFIG_FEATURE_TAR_LZMA) [N/y/?] n
108    Enable -X (exclude from) and -T (include from) options) (CONFIG_FEATURE_TAR_FROM) [N/y/?] n
109    Enable -z option (CONFIG_FEATURE_TAR_GZIP) [Y/n/?] y
110    Enable -Z option (CONFIG_FEATURE_TAR_COMPRESS) [N/y/?] n
111    Enable support for old tar header format (CONFIG_FEATURE_TAR_OLDGNU_COMPATABILITY) [N/y/?] n
112    Enable support for some GNU tar extensions (CONFIG_FEATURE_TAR_GNU_EXTENSIONS) [Y/n/?] y
113    Enable long options (CONFIG_FEATURE_TAR_LONG_OPTIONS) [N/y/?] n
114uncompress (CONFIG_UNCOMPRESS) [Y/n/?] y
115unlzma (CONFIG_UNLZMA) [N/y/?] n
116unzip (CONFIG_UNZIP) [Y/n/?] y
117*
118* Common options for cpio and tar
119*
120  Enable tape drive support (CONFIG_FEATURE_UNARCHIVE_TAPE) [Y/n/?] y
121*
122* Coreutils
123*
124basename (CONFIG_BASENAME) [Y/n/?] y
125cal (CONFIG_CAL) [Y/n/?] y
126cat (CONFIG_CAT) [Y/n/?] y
127chgrp (CONFIG_CHGRP) [Y/n/?] y
128chmod (CONFIG_CHMOD) [Y/n/?] y
129chown (CONFIG_CHOWN) [Y/n/?] y
130chroot (CONFIG_CHROOT) [Y/n/?] y
131cmp (CONFIG_CMP) [Y/n/?] y
132comm (CONFIG_COMM) [N/y/?] n
133cp (CONFIG_CP) [Y/n/?] y
134cut (CONFIG_CUT) [Y/n/?] y
135date (CONFIG_DATE) [Y/?] y
136    Enable ISO date format output (-I) (CONFIG_FEATURE_DATE_ISOFMT) [Y/n/?] y
137dd (CONFIG_DD) [Y/n/?] y
138df (CONFIG_DF) [Y/n/?] y
139dirname (CONFIG_DIRNAME) [Y/n/?] y
140dos2unix/unix2dos (CONFIG_DOS2UNIX) [Y/n/?] y
141du (default blocksize of 512 bytes) (CONFIG_DU) [Y/n/?] y
142    Use a default blocksize of 1024 bytes (1K) (CONFIG_FEATURE_DU_DEFALT_BLOCKSIZE_1K) [Y/n/?] y
143echo (basic SuSv3 version taking no options) (CONFIG_ECHO) [Y/n/?] y
144    Enable echo options (-n and -e) (CONFIG_FEATURE_FANCY_ECHO) [Y/n/?] y
145env (CONFIG_ENV) [Y/n/?] y
146expr (CONFIG_EXPR) [Y/n/?] y
147      Extend Posix numbers support to 64 bit (CONFIG_EXPR_MATH_SUPPORT_64) [Y/n/?] y
148false (CONFIG_FALSE) [Y/n/?] y
149fold (CONFIG_FOLD) [Y/n/?] y
150head (CONFIG_HEAD) [Y/n/?] y
151    Enable head options (-c, -q, and -v) (CONFIG_FEATURE_FANCY_HEAD) [Y/n/?] y
152hostid (CONFIG_HOSTID) [Y/n/?] y
153id (CONFIG_ID) [Y/n/?] y
154install (CONFIG_INSTALL) [N/y/?] n
155length (CONFIG_LENGTH) [Y/n/?] y
156ln (CONFIG_LN) [Y/n/?] y
157logname (CONFIG_LOGNAME) [Y/n/?] y
158ls (CONFIG_LS) [Y/n/?] y
159    Enable filetyping options (-p and -F) (CONFIG_FEATURE_LS_FILETYPES) [Y/n/?] y
160    Enable symlinks dereferencing (-L) (CONFIG_FEATURE_LS_FOLLOWLINKS) [Y/n/?] y
161    Enable recursion (-R) (CONFIG_FEATURE_LS_RECURSIVE) [Y/n/?] y
162    Sort the file names (CONFIG_FEATURE_LS_SORTFILES) [Y/n/?] y
163    Show file timestamps (CONFIG_FEATURE_LS_TIMESTAMPS) [Y/n/?] y
164    Show username/groupnames (CONFIG_FEATURE_LS_USERNAME) [Y/n/?] y
165    Allow use of color to identify file types (CONFIG_FEATURE_LS_COLOR) [Y/n/?] y
166      Produce colored ls output by default (CONFIG_FEATURE_LS_COLOR_IS_DEFAULT) [N/y/?] n
167md5sum (CONFIG_MD5SUM) [Y/n/?] y
168mkdir (CONFIG_MKDIR) [Y/n/?] y
169mkfifo (CONFIG_MKFIFO) [Y/n/?] y
170mknod (CONFIG_MKNOD) [Y/n/?] y
171mv (CONFIG_MV) [Y/n/?] y
172nice (CONFIG_NICE) [N/y/?] n
173nohup (CONFIG_NOHUP) [N/y/?] n
174od (CONFIG_OD) [Y/n/?] y
175printenv (CONFIG_PRINTENV) [N/y/?] n
176printf (CONFIG_PRINTF) [Y/n/?] y
177pwd (CONFIG_PWD) [Y/n/?] y
178realpath (CONFIG_REALPATH) [Y/n/?] y
179rm (CONFIG_RM) [Y/n/?] y
180rmdir (CONFIG_RMDIR) [Y/n/?] y
181seq (CONFIG_SEQ) [N/y/?] n
182sha1sum (CONFIG_SHA1SUM) [Y/n/?] y
183sleep (single integer arg with no suffix) (CONFIG_SLEEP) [Y/n/?] y
184    Enable multiple integer args and optional time suffixes (CONFIG_FEATURE_FANCY_SLEEP) [Y/n/?] y
185sort (CONFIG_SORT) [Y/n/?] y
186    full SuSv3 compliant sort (Support -ktcsbdfiozgM) (CONFIG_FEATURE_SORT_BIG) [Y/n/?] y
187stat (CONFIG_STAT) [N/y/?] n
188stty (CONFIG_STTY) [Y/n/?] y
189sum (CONFIG_SUM) [N/y/?] n
190sync (CONFIG_SYNC) [Y/n/?] y
191tail (CONFIG_TAIL) [Y/n/?] y
192    Enable extra tail options (-q, -s, and -v) (CONFIG_FEATURE_FANCY_TAIL) [Y/n/?] y
193tee (CONFIG_TEE) [Y/n/?] y
194    Enable block i/o (larger/faster) instead of byte i/o. (CONFIG_FEATURE_TEE_USE_BLOCK_IO) [Y/n/?] y
195test (CONFIG_TEST) [Y/?] y
196    Extend test to 64 bit (CONFIG_FEATURE_TEST_64) [Y/n/?] y
197touch (CONFIG_TOUCH) [Y/n/?] y
198tr (CONFIG_TR) [Y/n/?] y
199    Enable character classes (such as [:upper:]) (CONFIG_FEATURE_TR_CLASSES) [N/y/?] n
200    Enable equivalence classes (CONFIG_FEATURE_TR_EQUIV) [N/y/?] n
201true (CONFIG_TRUE) [Y/n/?] y
202tty (CONFIG_TTY) [Y/n/?] y
203uname (CONFIG_UNAME) [Y/n/?] y
204uniq (CONFIG_UNIQ) [Y/n/?] y
205usleep (CONFIG_USLEEP) [Y/n/?] y
206uudecode (CONFIG_UUDECODE) [Y/n/?] y
207uuencode (CONFIG_UUENCODE) [Y/n/?] y
208watch (CONFIG_WATCH) [Y/n/?] y
209wc (CONFIG_WC) [Y/n/?] y
210who (CONFIG_WHO) [Y/n/?] y
211whoami (CONFIG_WHOAMI) [Y/n/?] y
212yes (CONFIG_YES) [Y/n/?] y
213*
214* Common options for cp and mv
215*
216  Preserve hard links (CONFIG_FEATURE_PRESERVE_HARDLINKS) [Y/n/?] y
217*
218* Common options for ls, more and telnet
219*
220  Calculate terminal & column widths (CONFIG_FEATURE_AUTOWIDTH) [Y/n/?] y
221*
222* Common options for df, du, ls
223*
224  Support for human readable output (example 13k, 23M, 235G) (CONFIG_FEATURE_HUMAN_READABLE) [Y/n/?] y
225*
226* Common options for md5sum, sha1sum
227*
228  Enable -c, -s and -w options (CONFIG_FEATURE_MD5_SHA1_SUM_CHECK) [N/y/?] n
229*
230* Console Utilities
231*
232chvt (CONFIG_CHVT) [Y/n/?] y
233clear (CONFIG_CLEAR) [Y/n/?] y
234deallocvt (CONFIG_DEALLOCVT) [Y/n/?] y
235dumpkmap (CONFIG_DUMPKMAP) [Y/n/?] y
236loadfont (CONFIG_LOADFONT) [Y/n/?] y
237loadkmap (CONFIG_LOADKMAP) [Y/n/?] y
238openvt (CONFIG_OPENVT) [Y/n/?] y
239reset (CONFIG_RESET) [Y/n/?] y
240setconsole (CONFIG_SETCONSOLE) [N/y/?] n
241setkeycodes (CONFIG_SETKEYCODES) [Y/n/?] y
242*
243* Debian Utilities
244*
245mktemp (CONFIG_MKTEMP) [Y/n/?] y
246pipe_progress (CONFIG_PIPE_PROGRESS) [N/y/?] n
247readlink (CONFIG_READLINK) [Y/n/?] y
248    Enable canonicalization by following all symlinks (-f) (CONFIG_FEATURE_READLINK_FOLLOW) [Y/n/?] y
249run-parts (CONFIG_RUN_PARTS) [Y/n/?] y
250start-stop-daemon (CONFIG_START_STOP_DAEMON) [Y/n/?] y
251which (CONFIG_WHICH) [Y/n/?] y
252*
253* Editors
254*
255awk (CONFIG_AWK) [Y/n/?] y
256    Enable math functions (requires libm) (CONFIG_FEATURE_AWK_MATH) [Y/n/?] y
257patch (CONFIG_PATCH) [Y/n/?] y
258sed (CONFIG_SED) [Y/n/?] y
259vi (CONFIG_VI) [Y/n/?] y
260    Enable ":" colon commands (no "ex" mode) (CONFIG_FEATURE_VI_COLON) [Y/n/?] y
261    Enable yank/put commands and mark cmds (CONFIG_FEATURE_VI_YANKMARK) [Y/n/?] y
262    Enable search and replace cmds (CONFIG_FEATURE_VI_SEARCH) [Y/n/?] y
263    Catch signals (CONFIG_FEATURE_VI_USE_SIGNALS) [Y/n/?] y
264    Remember previous cmd and "." cmd (CONFIG_FEATURE_VI_DOT_CMD) [Y/n/?] y
265    Enable -R option and "view" mode (CONFIG_FEATURE_VI_READONLY) [Y/n/?] y
266    Enable set-able options, ai ic showmatch (CONFIG_FEATURE_VI_SETOPTS) [Y/n/?] y
267    Support for :set (CONFIG_FEATURE_VI_SET) [Y/n/?] y
268    Handle window resize (CONFIG_FEATURE_VI_WIN_RESIZE) [Y/n/?] y
269    Optimize cursor movement (CONFIG_FEATURE_VI_OPTIMIZE_CURSOR) [Y/n/?] y
270*
271* Finding Utilities
272*
273find (CONFIG_FIND) [Y/n/?] y
274    Enable modified time matching (-mtime) option (CONFIG_FEATURE_FIND_MTIME) [Y/n/?] y
275    Enable modified time matching (-min) option (CONFIG_FEATURE_FIND_MMIN) [Y/n/?] y
276    Enable permissions matching (-perm) option (CONFIG_FEATURE_FIND_PERM) [Y/n/?] y
277    Enable filetype matching (-type) option (CONFIG_FEATURE_FIND_TYPE) [Y/n/?] y
278    Enable stay in filesystem (-xdev) option (CONFIG_FEATURE_FIND_XDEV) [Y/n/?] y
279    Enable -newer option for comparing file mtimes (CONFIG_FEATURE_FIND_NEWER) [Y/n/?] y
280    Enable inode number matching (-inum) option (CONFIG_FEATURE_FIND_INUM) [Y/n/?] y
281    Enable (-exec) option allowing execution of commands (CONFIG_FEATURE_FIND_EXEC) [Y/n/?] y
282grep (CONFIG_GREP) [Y/n/?] y
283    Support extended regular expressions (egrep & grep -E) (CONFIG_FEATURE_GREP_EGREP_ALIAS) [Y/n/?] y
284    Alias fgrep to grep -F (CONFIG_FEATURE_GREP_FGREP_ALIAS) [Y/n/?] y
285    Enable before and after context flags (-A, -B and -C) (CONFIG_FEATURE_GREP_CONTEXT) [Y/n/?] y
286xargs (CONFIG_XARGS) [Y/n/?] y
287    Enable prompt and confirmation option -p (CONFIG_FEATURE_XARGS_SUPPORT_CONFIRMATION) [N/y/?] n
288    Enable support single and double quotes and backslash (CONFIG_FEATURE_XARGS_SUPPORT_QUOTES) [N/y/?] n
289    Enable support options -x (CONFIG_FEATURE_XARGS_SUPPORT_TERMOPT) [N/y/?] n
290    Enable options -0 (CONFIG_FEATURE_XARGS_SUPPORT_ZERO_TERM) [N/y/?] n
291*
292* Init Utilities
293*
294init (CONFIG_INIT) [N/y/?] n
295poweroff, halt, and reboot (CONFIG_HALT) [N/y/?] n
296mesg (CONFIG_MESG) [N/y/?] n
297*
298* Login/Password Management Utilities
299*
300Support for shadow passwords (CONFIG_FEATURE_SHADOWPASSWDS) [N/y/?] n
301Use internal password and group functions rather than system functions (CONFIG_USE_BB_PWD_GRP) [N/y/?] n
302addgroup (CONFIG_ADDGROUP) [N/y/?] n
303delgroup (CONFIG_DELGROUP) [N/y/?] n
304adduser (CONFIG_ADDUSER) [N/y/?] n
305deluser (CONFIG_DELUSER) [N/y/?] n
306getty (CONFIG_GETTY) [N/y/?] n
307    Support utmp file (CONFIG_FEATURE_UTMP) [Y/?] y
308    Support wtmp file (CONFIG_FEATURE_WTMP) [Y/?] y
309login (CONFIG_LOGIN) [Y/n/?] y
310    Support for /etc/securetty (CONFIG_FEATURE_SECURETTY) [N/y/?] n
311passwd (CONFIG_PASSWD) [N/y/?] n
312su (CONFIG_SU) [N/y/?] n
313sulogin (CONFIG_SULOGIN) [N/y/?] n
314vlock (CONFIG_VLOCK) [N/y/?] n
315*
316* Linux Ext2 FS Progs
317*
318chattr (CONFIG_CHATTR) [N/y/?] n
319e2fsck (CONFIG_E2FSCK) [N/y/?] n
320fsck (CONFIG_FSCK) [N/y/?] n
321lsattr (CONFIG_LSATTR) [N/y/?] n
322mke2fs (CONFIG_MKE2FS) [N/y/?] n
323tune2fs (CONFIG_TUNE2FS) [N/y/?] n
324*
325* Linux Module Utilities
326*
327insmod (CONFIG_INSMOD) [N/y/?] n
328rmmod (CONFIG_RMMOD) [N/y/?] n
329lsmod (CONFIG_LSMOD) [N/y/?] n
330modprobe (CONFIG_MODPROBE) [N/y/?] n
331*
332* Linux System Utilities
333*
334dmesg (CONFIG_DMESG) [Y/n/?] y
335fbset (CONFIG_FBSET) [N/y/?] n
336fdflush (CONFIG_FDFLUSH) [N/y/?] n
337fdformat (CONFIG_FDFORMAT) [N/y/?] n
338fdisk (CONFIG_FDISK) [N/y/?] n
339freeramdisk (CONFIG_FREERAMDISK) [N/y/?] n
340fsck_minix (CONFIG_FSCK_MINIX) [N/y/?] n
341mkfs_minix (CONFIG_MKFS_MINIX) [N/y/?] n
342getopt (CONFIG_GETOPT) [Y/n/?] y
343hexdump (CONFIG_HEXDUMP) [Y/n/?] y
344hwclock (CONFIG_HWCLOCK) [N/y/?] n
345ipcrm (CONFIG_IPCRM) [N/y/?] n
346ipcs (CONFIG_IPCS) [N/y/?] n
347losetup (CONFIG_LOSETUP) [Y/n/?] y
348mdev (CONFIG_MDEV) [N/y/?] n
349mkswap (CONFIG_MKSWAP) [N/y/?] n
350more (CONFIG_MORE) [Y/n/?] y
351    Use termios to manipulate the screen (CONFIG_FEATURE_USE_TERMIOS) [Y/n/?] y
352mount (CONFIG_MOUNT) [Y/n/?] y
353    Support mounting NFS file systems (CONFIG_FEATURE_MOUNT_NFS) [N/y/?] n
354pivot_root (CONFIG_PIVOT_ROOT) [N/y/?] n
355rdate (CONFIG_RDATE) [Y/n/?] y
356readprofile (CONFIG_READPROFILE) [N/y/?] n
357setarch (CONFIG_SETARCH) [N/y/?] n
358swaponoff (CONFIG_SWAPONOFF) [Y/n/?] y
359switch_root (CONFIG_SWITCH_ROOT) [N/y/?] n
360umount (CONFIG_UMOUNT) [Y/n/?] y
361    umount -a option (CONFIG_FEATURE_UMOUNT_ALL) [Y/n/?] y
362  *
363  * Common options for mount/umount
364  *
365    Support loopback mounts (CONFIG_FEATURE_MOUNT_LOOP) [Y/n/?] y
366    Support for the old /etc/mtab file (CONFIG_FEATURE_MTAB_SUPPORT) [N/y/?] n
367*
368* Miscellaneous Utilities
369*
370adjtimex (CONFIG_ADJTIMEX) [Y/n/?] y
371bbconfig (CONFIG_BBCONFIG) [N/y/?] n
372crond (CONFIG_CROND) [N/y/?] n
373crontab (CONFIG_CRONTAB) [N/y/?] n
374dc (CONFIG_DC) [Y/n/?] y
375devfsd (CONFIG_DEVFSD) [N/y/?] n
376eject (CONFIG_EJECT) [N/y/?] n
377last (CONFIG_LAST) [Y/n/?] y
378less (CONFIG_LESS) [N/y/?] n
379hdparm (CONFIG_HDPARM) [N/y/?] n
380makedevs (CONFIG_MAKEDEVS) [N/y/?] n
381mountpoint (CONFIG_MOUNTPOINT) [N/y/?] n
382mt (CONFIG_MT) [Y/n/?] y
383runlevel (CONFIG_RUNLEVEL) [N/y/?] n
384rx (CONFIG_RX) [N/y/?] n
385strings (CONFIG_STRINGS) [Y/n/?] y
386setsid (CONFIG_SETSID) [N/y/?] n
387time (CONFIG_TIME) [Y/n/?] y
388watchdog (CONFIG_WATCHDOG) [Y/n/?] y
389*
390* Networking Utilities
391*
392Enable IPv6 support (CONFIG_FEATURE_IPV6) [Y/n/?] y
393arping (CONFIG_ARPING) [Y/n/?] y
394dnsd (CONFIG_DNSD) [N/y/?] n
395ether-wake (CONFIG_ETHER_WAKE) [N/y/?] n
396fakeidentd (CONFIG_FAKEIDENTD) [N/y/?] n
397ftpget (CONFIG_FTPGET) [Y/n/?] y
398ftpput (CONFIG_FTPPUT) [Y/n/?] y
399hostname (CONFIG_HOSTNAME) [Y/n/?] y
400httpd (CONFIG_HTTPD) [Y/n/?] y
401    Support using httpd only from inetd (CONFIG_FEATURE_HTTPD_USAGE_FROM_INETD_ONLY) [N/y/?] n
402    Enable Basic http Authentication (CONFIG_FEATURE_HTTPD_BASIC_AUTH) [Y/n/?] y
403      Support MD5 crypted passwords for http Authentication (CONFIG_FEATURE_HTTPD_AUTH_MD5) [N/y/?] n
404  Support reloading the global config file using hup signal (CONFIG_FEATURE_HTTPD_RELOAD_CONFIG_SIGHUP) [N/y/?] n
405  Enable support -u <user> option (CONFIG_FEATURE_HTTPD_SETUID) [N/y/?] n
406  Support loading additional MIME types at run-time (CONFIG_FEATURE_HTTPD_CONFIG_WITH_MIME_TYPES) [N/y/?] n
407  Support Common Gateway Interface (CGI) (CONFIG_FEATURE_HTTPD_CGI) [N/y/?] n
408  Enable the -e option for shell script CGI simplification. (CONFIG_FEATURE_HTTPD_ENCODE_URL_STR) [N/y/?] n
409ifconfig (CONFIG_IFCONFIG) [Y/n/?] y
410    Enable status reporting output (+7k) (CONFIG_FEATURE_IFCONFIG_STATUS) [Y/n/?] y
411    Enable slip-specific options "keepalive" and "outfill" (CONFIG_FEATURE_IFCONFIG_SLIP) [Y/n/?] y
412    Enable options "mem_start", "io_addr", and "irq" (CONFIG_FEATURE_IFCONFIG_MEMSTART_IOADDR_IRQ) [Y/n/?] y
413    Enable option "hw" (ether only) (CONFIG_FEATURE_IFCONFIG_HW) [Y/n/?] y
414    Set the broadcast automatically (CONFIG_FEATURE_IFCONFIG_BROADCAST_PLUS) [Y/n/?] y
415ifupdown (CONFIG_IFUPDOWN) [N/y/?] n
416inetd (CONFIG_INETD) [N/y/?] n
417ip (CONFIG_IP) [Y/n/?] y
418  *
419  *   address (forced enabled for ipaddr)
420  *
421  *
422  *   link (forced enabled for iplink)
423  *
424  *
425  *   route (forced enabled for iproute)
426  *
427  *
428  *   tunnel (forced enabled for iptunnel)
429  *
430ipcalc (CONFIG_IPCALC) [Y/n/?] y
431    Fancy IPCALC, more options, adds 1 kbyte (CONFIG_FEATURE_IPCALC_FANCY) [Y/n/?] y
432ipaddr (CONFIG_IPADDR) [Y/n/?] y
433iplink (CONFIG_IPLINK) [Y/n/?] y
434iproute (CONFIG_IPROUTE) [Y/n/?] y
435iptunnel (CONFIG_IPTUNNEL) [Y/n/?] y
436nameif (CONFIG_NAMEIF) [Y/n/?] y
437nc (CONFIG_NC) [Y/n/?] y
438  gaping security hole (CONFIG_NC_GAPING_SECURITY_HOLE) [N/y/?] n
439netstat (CONFIG_NETSTAT) [Y/n/?] y
440nslookup (CONFIG_NSLOOKUP) [Y/n/?] y
441ping (CONFIG_PING) [Y/n/?] y
442    Enable fancy ping output (CONFIG_FEATURE_FANCY_PING) [Y/n/?] y
443ping6 (CONFIG_PING6) [Y/n/?] y
444    Enable fancy ping6 output (CONFIG_FEATURE_FANCY_PING6) [Y/n/?] y
445route (CONFIG_ROUTE) [Y/n/?] y
446telnet (CONFIG_TELNET) [Y/n/?] y
447    Pass TERM type to remote host (CONFIG_FEATURE_TELNET_TTYPE) [Y/n/?] y
448    Pass USER type to remote host (CONFIG_FEATURE_TELNET_AUTOLOGIN) [Y/n/?] y
449telnetd (CONFIG_TELNETD) [Y/n/?] y
450    Support call from inetd only (CONFIG_FEATURE_TELNETD_INETD) [N/y/?] n
451tftp (CONFIG_TFTP) [Y/n/?] y
452    Enable "get" command (CONFIG_FEATURE_TFTP_GET) [Y/n/?] y
453    Enable "put" command (CONFIG_FEATURE_TFTP_PUT) [Y/n/?] y
454    Enable "blocksize" command (CONFIG_FEATURE_TFTP_BLOCKSIZE) [Y/n/?] y
455    Enable debug (CONFIG_FEATURE_TFTP_DEBUG) [Y/n/?] y
456traceroute (CONFIG_TRACEROUTE) [Y/n/?] y
457    Enable verbose output (CONFIG_FEATURE_TRACEROUTE_VERBOSE) [Y/n/?] y
458    Enable loose source route (CONFIG_FEATURE_TRACEROUTE_SOURCE_ROUTE) [N/y/?] n
459    Use ICMP instead of UDP (CONFIG_FEATURE_TRACEROUTE_USE_ICMP) [N/y/?] n
460vconfig (CONFIG_VCONFIG) [N/y/?] n
461wget (CONFIG_WGET) [Y/n/?] y
462    Enable a nifty process meter (+2k) (CONFIG_FEATURE_WGET_STATUSBAR) [Y/n/?] y
463    Enable HTTP authentication (CONFIG_FEATURE_WGET_AUTHENTICATION) [Y/n/?] y
464    Enable IPv6 literal addresses (CONFIG_FEATURE_WGET_IP6_LITERAL) [Y/n/?] y
465*
466* udhcp Server/Client
467*
468udhcp Server (udhcpd) (CONFIG_UDHCPD) [Y/n/?] y
469udhcp Client (udhcpc) (CONFIG_UDHCPC) [Y/n/?] y
470Lease display utility (dumpleases) (CONFIG_DUMPLEASES) [Y/n/?] y
471  Log udhcp messages to syslog (instead of stdout) (CONFIG_FEATURE_UDHCP_SYSLOG) [Y/n/?] y
472  Compile udhcp with noisy debugging messages (CONFIG_FEATURE_UDHCP_DEBUG) [Y/n/?] y
473zcip (CONFIG_ZCIP) [N/y/?] n
474*
475* Process Utilities
476*
477free (CONFIG_FREE) [Y/n/?] y
478fuser (CONFIG_FUSER) [N/y/?] n
479kill (CONFIG_KILL) [Y/n/?] y
480  killall (CONFIG_KILLALL) [Y/n/?] y
481pidof (CONFIG_PIDOF) [Y/n/?] y
482    Enable argument for single shot (-s) (CONFIG_FEATURE_PIDOF_SINGLE) [N/y/?] n
483    Enable argument for omitting pids (-o) (CONFIG_FEATURE_PIDOF_OMIT) [N/y/?] n
484ps (CONFIG_PS) [Y/n/?] y
485    Enable argument for wide output (-w) (CONFIG_FEATURE_PS_WIDE) [N/y/?] n
486renice (CONFIG_RENICE) [Y/n/?] y
487sysctl (CONFIG_BB_SYSCTL) [N/y/?] n
488top (CONFIG_TOP) [Y/n/?] y
489    Support showing CPU usage percentage (add 2k bytes) (CONFIG_FEATURE_TOP_CPU_USAGE_PERCENTAGE) [N/y/?] n
490uptime (CONFIG_UPTIME) [Y/n/?] y
491*
492* Shells
493*
494Choose your default shell
495> 1. ash (CONFIG_FEATURE_SH_IS_ASH)
496  2. hush (CONFIG_FEATURE_SH_IS_HUSH)
497  3. lash (CONFIG_FEATURE_SH_IS_LASH)
498  4. msh (CONFIG_FEATURE_SH_IS_MSH)
499  5. none (CONFIG_FEATURE_SH_IS_NONE)
500choice[1-5?]: 1
501ash (CONFIG_ASH) [Y/?] y
502  *
503  * Ash Shell Options
504  *
505    Enable Job control (CONFIG_ASH_JOB_CONTROL) [Y/n/?] y
506    Enable 'read -n N' and 'read -s' support (CONFIG_ASH_READ_NCHARS) [Y/n/?] y
507    Enable 'read -t S' support. (CONFIG_ASH_READ_TIMEOUT) [Y/n/?] y
508    Enable alias support (CONFIG_ASH_ALIAS) [Y/n/?] y
509    Enable Posix math support (CONFIG_ASH_MATH_SUPPORT) [Y/n/?] y
510        Extend Posix math support to 64 bit (CONFIG_ASH_MATH_SUPPORT_64) [Y/n/?] y
511    Enable getopts builtin to parse positional parameters (CONFIG_ASH_GETOPTS) [Y/n/?] y
512    Enable cmdcmd to override shell builtins (CONFIG_ASH_CMDCMD) [Y/n/?] y
513    Enable builtin version of 'echo' (CONFIG_ASH_BUILTIN_ECHO) [Y/n/?] y
514      Enable echo options (-n and -e) (CONFIG_FEATURE_FANCY_ECHO) [Y/n/?] y
515    Check for new mail on interactive shells (CONFIG_ASH_MAIL) [Y/n/?] y
516    Optimize for size instead of speed (CONFIG_ASH_OPTIMIZE_FOR_SIZE) [Y/n/?] y
517    Enable pseudorandom generator and variable $RANDOM (CONFIG_ASH_RANDOM_SUPPORT) [N/y/?] n
518    Expand prompt string (CONFIG_ASH_EXPAND_PRMT) [N/y/?] n
519hush (CONFIG_HUSH) [N/y/?] n
520lash (CONFIG_LASH) [N/y/?] n
521msh (CONFIG_MSH) [N/y/?] n
522  *
523  * Bourne Shell Options
524  *
525  Hide message on interactive shell startup (CONFIG_FEATURE_SH_EXTRA_QUIET) [N/y/?] n
526  Standalone shell (CONFIG_FEATURE_SH_STANDALONE_SHELL) [Y/n/?] y
527  command line editing (CONFIG_FEATURE_COMMAND_EDITING) [Y/n/?] y
528    vi-style line editing commands (CONFIG_FEATURE_COMMAND_EDITING_VI) [N/y/?] n
529    history size (CONFIG_FEATURE_COMMAND_HISTORY) [15] 15
530    history saving (CONFIG_FEATURE_COMMAND_SAVEHISTORY) [Y/n/?] y
531    tab completion (CONFIG_FEATURE_COMMAND_TAB_COMPLETION) [Y/n/?] y
532      username completion (CONFIG_FEATURE_COMMAND_USERNAME_COMPLETION) [Y/n/?] y
533    Fancy shell prompts (CONFIG_FEATURE_SH_FANCY_PROMPT) [Y/n/?] y
534*
535* System Logging Utilities
536*
537syslogd (CONFIG_SYSLOGD) [Y/n/?] y
538    Rotate message files (CONFIG_FEATURE_ROTATE_LOGFILE) [N/y/?] n
539    Remote Log support (CONFIG_FEATURE_REMOTE_LOG) [Y/n/?] y
540    Circular Buffer support (CONFIG_FEATURE_IPC_SYSLOG) [Y/n/?] y
541        Circular buffer size in Kbytes (minimum 4KB) (CONFIG_FEATURE_IPC_SYSLOG_BUFFER_SIZE) [64] 64
542      logread (CONFIG_LOGREAD) [Y/n/?] y
543          logread double buffering (CONFIG_FEATURE_LOGREAD_REDUCED_LOCKING) [N/y/?] n
544  klogd (CONFIG_KLOGD) [Y/n/?] y
545logger (CONFIG_LOGGER) [Y/n/?] y
546make[1]: Leaving directory `/opt/emdebian/trunk/b/busybox/trunk/busybox-1.1.3'
547/usr/bin/make -C /opt/emdebian/trunk/b/busybox/trunk/busybox-1.1.3/debian/build/build-deb
548make[1]: Entering directory `/opt/emdebian/trunk/b/busybox/trunk/busybox-1.1.3/debian/build/build-deb'
549  GEN .depend
550  CC applets/applets.o
551  CC applets/busybox.o
552  CC applets/version.o
553  AR cru applets/applets.a
554  CC archival/ar.o
555  CC archival/bunzip2.o
556  CC archival/cpio.o
557  CC archival/gunzip.o
558  CC archival/gzip.o
559  CC archival/rpm2cpio.o
560  CC archival/rpm.o
561  CC archival/tar.o
562  CC archival/uncompress.o
563  CC archival/unzip.o
564  AR cru archival/archival.a
565  CC archival/libunarchive/archive_xread_all.o
566  CC archival/libunarchive/archive_xread_all_eof.o
567  CC archival/libunarchive/check_header_gzip.o
568  CC archival/libunarchive/data_align.o
569  CC archival/libunarchive/data_extract_all.o
570  CC archival/libunarchive/data_extract_to_buffer.o
571  CC archival/libunarchive/data_extract_to_stdout.o
572  CC archival/libunarchive/data_skip.o
573  CC archival/libunarchive/decompress_bunzip2.o
574  CC archival/libunarchive/decompress_uncompress.o
575  CC archival/libunarchive/decompress_unzip.o
576  CC archival/libunarchive/filter_accept_all.o
577  CC archival/libunarchive/filter_accept_list.o
578  CC archival/libunarchive/filter_accept_reject_list.o
579  CC archival/libunarchive/find_list_entry.o
580  CC archival/libunarchive/get_header_ar.o
581  CC archival/libunarchive/get_header_cpio.o
582  CC archival/libunarchive/get_header_tar.o
583  CC archival/libunarchive/get_header_tar_bz2.o
584  CC archival/libunarchive/get_header_tar_gz.o
585  CC archival/libunarchive/header_list.o
586  CC archival/libunarchive/header_skip.o
587  CC archival/libunarchive/header_verbose_list.o
588  CC archival/libunarchive/init_handle.o
589  CC archival/libunarchive/open_transformer.o
590  CC archival/libunarchive/seek_by_char.o
591  CC archival/libunarchive/seek_by_jump.o
592  CC archival/libunarchive/unpack_ar_archive.o
593  AR cru archival/libunarchive/libunarchive.a
594  CC coreutils/basename.o
595  CC coreutils/cal.o
596  CC coreutils/cat.o
597  CC coreutils/chgrp.o
598  CC coreutils/chmod.o
599  CC coreutils/chown.o
600  CC coreutils/chroot.o
601  CC coreutils/cmp.o
602  CC coreutils/cp.o
603  CC coreutils/cut.o
604  CC coreutils/date.o
605  CC coreutils/dd.o
606  CC coreutils/df.o
607  CC coreutils/dirname.o
608  CC coreutils/dos2unix.o
609  CC coreutils/du.o
610  CC coreutils/echo.o
611  CC coreutils/env.o
612  CC coreutils/expr.o
613  CC coreutils/false.o
614  CC coreutils/fold.o
615  CC coreutils/head.o
616  CC coreutils/hostid.o
617  CC coreutils/id.o
618  CC coreutils/length.o
619  CC coreutils/ln.o
620  CC coreutils/logname.o
621  CC coreutils/ls.o
622  CC coreutils/md5_sha1_sum.o
623  CC coreutils/mkdir.o
624  CC coreutils/mkfifo.o
625  CC coreutils/mknod.o
626  CC coreutils/mv.o
627  CC coreutils/od.o
628  CC coreutils/printf.o
629  CC coreutils/pwd.o
630  CC coreutils/realpath.o
631  CC coreutils/rm.o
632  CC coreutils/rmdir.o
633  CC coreutils/sleep.o
634  CC coreutils/sort.o
635  CC coreutils/stty.o
636  CC coreutils/sync.o
637  CC coreutils/tail.o
638  CC coreutils/tee.o
639  CC coreutils/test.o
640  CC coreutils/touch.o
641  CC coreutils/tr.o
642  CC coreutils/true.o
643  CC coreutils/tty.o
644  CC coreutils/uname.o
645  CC coreutils/uniq.o
646  CC coreutils/usleep.o
647  CC coreutils/uudecode.o
648  CC coreutils/uuencode.o
649  CC coreutils/watch.o
650  CC coreutils/wc.o
651  CC coreutils/who.o
652  CC coreutils/whoami.o
653  CC coreutils/yes.o
654  AR cru coreutils/coreutils.a
655  CC console-tools/chvt.o
656  CC console-tools/clear.o
657  CC console-tools/deallocvt.o
658  CC console-tools/dumpkmap.o
659  CC console-tools/loadfont.o
660  CC console-tools/loadkmap.o
661  CC console-tools/openvt.o
662  CC console-tools/reset.o
663  CC console-tools/setkeycodes.o
664  AR cru console-tools/console-tools.a
665  CC debianutils/mktemp.o
666  CC debianutils/readlink.o
667  CC debianutils/run_parts.o
668  CC debianutils/start_stop_daemon.o
669  CC debianutils/which.o
670  AR cru debianutils/debianutils.a
671  CC editors/awk.o
672  CC editors/patch.o
673  CC editors/sed.o
674  CC editors/vi.o
675  AR cru editors/editors.a
676  CC findutils/find.o
677  CC findutils/grep.o
678  CC findutils/xargs.o
679  AR cru findutils/findutils.a
680  CC miscutils/adjtimex.o
681  CC miscutils/dc.o
682  CC miscutils/last.o
683  CC miscutils/mt.o
684  CC miscutils/strings.o
685  CC miscutils/time.o
686  CC miscutils/watchdog.o
687  AR cru miscutils/miscutils.a
688  CC networking/arping.o
689  CC networking/ftpgetput.o
690  CC networking/hostname.o
691  CC networking/httpd.o
692  CC networking/ifconfig.o
693  CC networking/interface.o
694  CC networking/ip.o
695  CC networking/ipaddr.o
696  CC networking/ipcalc.o
697  CC networking/iplink.o
698  CC networking/iproute.o
699  CC networking/iptunnel.o
700  CC networking/nameif.o
701  CC networking/nc.o
702  CC networking/netstat.o
703  CC networking/nslookup.o
704  CC networking/ping.o
705  CC networking/ping6.o
706/opt/emdebian/trunk/b/busybox/trunk/busybox-1.1.3/networking/ping6.c: In function ‘unpack’:
707/opt/emdebian/trunk/b/busybox/trunk/busybox-1.1.3/networking/ping6.c:315: warning: type-punning to incomplete type might break strict-aliasing rules
708/opt/emdebian/trunk/b/busybox/trunk/busybox-1.1.3/networking/ping6.c: In function ‘ping’:
709/opt/emdebian/trunk/b/busybox/trunk/busybox-1.1.3/networking/ping6.c:396: warning: type-punning to incomplete type might break strict-aliasing rules
710  CC networking/route.o
711  CC networking/telnet.o
712  CC networking/telnetd.o
713/opt/emdebian/trunk/b/busybox/trunk/busybox-1.1.3/networking/telnetd.c: In function ‘telnetd_main’:
714/opt/emdebian/trunk/b/busybox/trunk/busybox-1.1.3/networking/telnetd.c:541: warning: pointer targets in passing argument 3 of ‘accept’ differ in signedness
715  CC networking/tftp.o
716  CC networking/traceroute.o
717  CC networking/wget.o
718  AR cru networking/networking.a
719  CC networking/libiproute/ip_parse_common_args.o
720  CC networking/libiproute/ipaddress.o
721  CC networking/libiproute/iplink.o
722  CC networking/libiproute/iproute.o
723  CC networking/libiproute/iptunnel.o
724  CC networking/libiproute/libnetlink.o
725  CC networking/libiproute/ll_addr.o
726  CC networking/libiproute/ll_map.o
727  CC networking/libiproute/ll_proto.o
728  CC networking/libiproute/ll_types.o
729  CC networking/libiproute/rt_names.o
730  CC networking/libiproute/rtm_map.o
731  CC networking/libiproute/utils.o
732  AR cru networking/libiproute/libiproute.a
733  CC networking/udhcp/common.o
734  CC networking/udhcp/options.o
735  CC networking/udhcp/packet.o
736  CC networking/udhcp/pidfile.o
737  CC networking/udhcp/signalpipe.o
738  CC networking/udhcp/socket.o
739  CC networking/udhcp/dhcpc.o
740  CC networking/udhcp/clientpacket.o
741  CC networking/udhcp/clientsocket.o
742  CC networking/udhcp/script.o
743  CC networking/udhcp/dhcpd.o
744  CC networking/udhcp/arpping.o
745  CC networking/udhcp/files.o
746  CC networking/udhcp/leases.o
747  CC networking/udhcp/serverpacket.o
748  CC networking/udhcp/static_leases.o
749  CC networking/udhcp/dumpleases.o
750  AR cru networking/udhcp/udhcp.a
751  CC procps/free.o
752  CC procps/kill.o
753  CC procps/pidof.o
754  CC procps/ps.o
755  CC procps/renice.o
756  CC procps/top.o
757  CC procps/uptime.o
758  AR cru procps/procps.a
759  CC loginutils/login.o
760  AR cru loginutils/loginutils.a
761  CC shell/ash.o
762  CC shell/cmdedit.o
763  AR cru shell/shell.a
764  CC sysklogd/klogd.o
765  CC sysklogd/logger.o
766  CC sysklogd/logread.o
767  CC sysklogd/syslogd.o
768  AR cru sysklogd/sysklogd.a
769  CC util-linux/dmesg.o
770  CC util-linux/getopt.o
771  CC util-linux/hexdump.o
772  CC util-linux/losetup.o
773  CC util-linux/more.o
774  CC util-linux/mount.o
775  CC util-linux/rdate.o
776  CC util-linux/swaponoff.o
777  CC util-linux/umount.o
778  AR cru util-linux/util-linux.a
779  AR cru libpwdgrp/libpwdgrp.a
780  CC coreutils/libcoreutils/cp_mv_stat.o
781  CC coreutils/libcoreutils/getopt_mk_fifo_nod.o
782  AR cru coreutils/libcoreutils/libcoreutils.a
783  CC libbb/ask_confirmation.o
784  CC libbb/bb_askpass.o
785  CC libbb/bb_asprintf.o
786  CC libbb/bb_do_delay.o
787  CC libbb/bb_echo.o
788  CC libbb/bb_pwd.o
789  CC libbb/change_identity.o
790  CC libbb/chomp.o
791  CC libbb/compare_string_array.o
792  CC libbb/concat_path_file.o
793  CC libbb/concat_subpath_file.o
794  CC libbb/copy_file.o
795  CC libbb/copyfd.o
796  CC libbb/correct_password.o
797  CC libbb/create_icmp6_socket.o
798  CC libbb/create_icmp_socket.o
799  CC libbb/default_error_retval.o
800  CC libbb/device_open.o
801  CC libbb/dump.o
802  CC libbb/error_msg.o
803  CC libbb/error_msg_and_die.o
804  CC libbb/fclose_nonstdin.o
805  CC libbb/fflush_stdout_and_exit.o
806  CC libbb/fgets_str.o
807  CC libbb/find_mount_point.o
808  CC libbb/find_pid_by_name.o
809  CC libbb/find_root_device.o
810  CC libbb/full_read.o
811  CC libbb/full_write.o
812  CC libbb/get_console.o
813  CC libbb/get_last_path_component.o
814  CC libbb/get_line_from_file.o
815  CC libbb/get_terminal_width_height.o
816  CC libbb/getopt_ulflags.o
817  CC libbb/herror_msg.o
818  CC libbb/herror_msg_and_die.o
819  CC libbb/human_readable.o
820  CC libbb/inet_common.o
821  CC libbb/inode_hash.o
822  CC libbb/isdirectory.o
823  CC libbb/kernel_version.o
824  CC libbb/last_char_is.o
825  CC libbb/llist.o
826  CC libbb/login.o
827  CC libbb/loop.o
828  CC libbb/make_directory.o
829  CC libbb/md5.o
830  CC libbb/messages.o
831  CC libbb/mode_string.o
832  CC libbb/mtab_file.o
833  CC libbb/obscure.o
834  CC libbb/parse_mode.o
835  CC libbb/parse_number.o
836  CC libbb/perror_msg.o
837  CC libbb/perror_msg_and_die.o
838  CC libbb/perror_nomsg.o
839  CC libbb/perror_nomsg_and_die.o
840  CC libbb/print_file.o
841  CC libbb/printf.o
842  CC libbb/process_escape_sequence.o
843  CC libbb/procps.o
844  CC libbb/qmodule.o
845  CC libbb/read_package_field.o
846  CC libbb/recursive_action.o
847  CC libbb/remove_file.o
848  CC libbb/restricted_shell.o
849  CC libbb/run_parts.o
850/opt/emdebian/trunk/b/busybox/trunk/busybox-1.1.3/libbb/run_parts.c: In function ‘valid_name’:
851/opt/emdebian/trunk/b/busybox/trunk/busybox-1.1.3/libbb/run_parts.c:35: warning: initialization discards qualifiers from pointer target type
852  CC libbb/run_shell.o
853  CC libbb/safe_read.o
854  CC libbb/safe_strncpy.o
855  CC libbb/safe_strtol.o
856  CC libbb/safe_write.o
857  CC libbb/setup_environment.o
858  CC libbb/sha1.o
859  CC libbb/simplify_path.o
860  CC libbb/skip_whitespace.o
861  CC libbb/speed_table.o
862  CC libbb/trim.o
863  CC libbb/u_signal_names.o
864  CC libbb/vdprintf.o
865  CC libbb/verror_msg.o
866  CC libbb/vfork_daemon_rexec.o
867  CC libbb/vherror_msg.o
868  CC libbb/vperror_msg.o
869  CC libbb/warn_ignoring_args.o
870  CC libbb/wfopen.o
871  CC libbb/wfopen_input.o
872  CC libbb/xconnect.o
873  CC libbb/xfuncs.o
874  CC libbb/xgetcwd.o
875  CC libbb/xgethostbyname.o
876  CC libbb/xgethostbyname2.o
877  CC libbb/xgetlarg.o
878  CC libbb/xgetularg.o
879  CC libbb/xreadlink.o
880  CC libbb/xregcomp.o
881  CC libbb/xstat.o
882  CC libbb/full_version.o
883  CC libbb/memory_exhausted.o
884  CC libbb/invalid_date.o
885  CC libbb/io_error.o
886  CC libbb/read_error.o
887  CC libbb/write_error.o
888  CC libbb/name_longer_than_foo.o
889  CC libbb/unknown.o
890  CC libbb/can_not_create_raw_socket.o
891  CC libbb/perm_denied_are_you_root.o
892  CC libbb/shadow_file.o
893  CC libbb/passwd_file.o
894  CC libbb/group_file.o
895  CC libbb/gshadow_file.o
896  CC libbb/nologin_file.o
897  CC libbb/securetty_file.o
898  CC libbb/motd_file.o
899  CC libbb/msg_standard_input.o
900  CC libbb/msg_standard_output.o
901  CC libbb/shell_file.o
902  CC libbb/bb_dev_null.o
903  CC libbb/bb_common_bufsiz1.o
904  CC libbb/xmalloc.o
905  CC libbb/xrealloc.o
906  CC libbb/xcalloc.o
907  CC libbb/xstrdup.o
908  CC libbb/xstrndup.o
909  CC libbb/xfopen.o
910  CC libbb/xopen.o
911  CC libbb/xread.o
912  CC libbb/xread_all.o
913  CC libbb/xread_char.o
914  CC libbb/xferror.o
915  CC libbb/xferror_stdout.o
916  CC libbb/xfflush_stdout.o
917  CC libbb/strlen.o
918  CC libbb/bb_vfprintf.o
919  CC libbb/bb_vprintf.o
920  CC libbb/bb_fprintf.o
921  CC libbb/bb_printf.o
922  CC libbb/xgetularg_bnd_sfx.o
923  CC libbb/xgetlarg_bnd_sfx.o
924  CC libbb/getlarg10_sfx.o
925  CC libbb/xgetularg_bnd.o
926  CC libbb/xgetularg10_bnd.o
927  CC libbb/xgetularg10.o
928  CC libbb/safe_strtoi.o
929  CC libbb/safe_strtod.o
930  CC libbb/safe_strtoul.o
931  CC libbb/bb_xgetpwnam.o
932  CC libbb/bb_xgetgrnam.o
933  CC libbb/bb_getgrgid.o
934  CC libbb/bb_getpwuid.o
935  CC libbb/bb_getug.o
936  CC libbb/get_ug_id.o
937  CC libbb/llist_add_to.o
938  CC libbb/llist_add_to_end.o
939  CC libbb/llist_free_one.o
940  CC libbb/llist_free.o
941  AR cru libbb/libbb.a
942  LINK busybox_unstripped
943  STRIP busybox
944+ /usr/bin/arm-linux-gnu-strip -s --remove-section=.note --remove-section=.comment busybox
945  DOC busybox.pod
946  DOC BusyBox.txt
947  DOC BusyBox.1
948  DOC BusyBox.html
949make[1]: Leaving directory `/opt/emdebian/trunk/b/busybox/trunk/busybox-1.1.3/debian/build/build-deb'
950cp debian/build/build-deb/docs/BusyBox.1 debian/build/build-deb/docs/busybox.1
951touch debian/stamps/build-deb
952mkdir debian/build/build-static
953cp './debian/config-static' debian/build/build-static/.config
954/usr/bin/make O=/opt/emdebian/trunk/b/busybox/trunk/busybox-1.1.3/debian/build/build-static oldconfig
955make[1]: Entering directory `/opt/emdebian/trunk/b/busybox/trunk/busybox-1.1.3'
956cp /opt/emdebian/trunk/b/busybox/trunk/busybox-1.1.3/scripts/config/Makefile scripts/config/Makefile
957  HOSTCC conf.o
958  HOSTCC zconf.tab.o
959  HOSTCC conf
960#
961# using defaults found in .config
962#
963*
964* BusyBox Configuration
965*
966*
967* Busybox Settings
968*
969*
970* General Configuration
971*
972Buffer allocation policy
973  1. Allocate with Malloc (CONFIG_FEATURE_BUFFERS_USE_MALLOC)
974> 2. Allocate on the Stack (CONFIG_FEATURE_BUFFERS_GO_ON_STACK)
975  3. Allocate in the .bss section (CONFIG_FEATURE_BUFFERS_GO_IN_BSS)
976choice[1-3?]: 2
977Show verbose applet usage messages (CONFIG_FEATURE_VERBOSE_USAGE) [Y/n/?] y
978Support --install [-s] to install applet links at runtime (CONFIG_FEATURE_INSTALLER) [N/y/?] n
979Enable locale support (system needs locale for this to work) (CONFIG_LOCALE_SUPPORT) [N/y/?] n
980Support for devfs (CONFIG_FEATURE_DEVFS) [N/y/?] n
981Use the devpts filesystem for Unix98 PTYs (CONFIG_FEATURE_DEVPTS) [Y/n/?] y
982Clean up all memory before exiting (usually not needed) (CONFIG_FEATURE_CLEAN_UP) [N/y/?] n
983Support for SUID/SGID handling (CONFIG_FEATURE_SUID) [Y/?] y
984  Runtime SUID/SGID configuration via /etc/busybox.conf (CONFIG_FEATURE_SUID_CONFIG) [Y/n/?] y
985    Suppress warning message if /etc/busybox.conf is not readable (CONFIG_FEATURE_SUID_CONFIG_QUIET) [N/y/?] n
986Support NSA Security Enhanced Linux (CONFIG_SELINUX) [N/y/?] n
987*
988* Build Options
989*
990Build BusyBox as a static binary (no shared libs) (CONFIG_STATIC) [Y/n/?] y
991Build with Large File Support (for accessing files > 2 GB) (CONFIG_LFS) [Y/n/?] y
992Do you want to build BusyBox with a Cross Compiler? (USING_CROSS_COMPILER) [N/y/?] n
993Any extra CFLAGS options for the compiler? (EXTRA_CFLAGS_OPTIONS) []
994Compile all sources at once (CONFIG_BUILD_AT_ONCE) [N/y/?] n
995*
996* Debugging Options
997*
998Build BusyBox with Debugging symbols (CONFIG_DEBUG) [N/y/?] n
999Disable obsolete features removed before SUSv3? (CONFIG_DEBUG_YANK_SUSv2) [Y/n/?] y
1000*
1001* Installation Options
1002*
1003Don't use /usr (CONFIG_INSTALL_NO_USR) [N/y/?] n
1004Applets links
1005> 1. as soft-links (CONFIG_INSTALL_APPLET_SYMLINKS)
1006  2. as hard-links (CONFIG_INSTALL_APPLET_HARDLINKS)
1007  3. not installed (CONFIG_INSTALL_APPLET_DONT)
1008choice[1-3?]: 1
1009BusyBox installation prefix (PREFIX) [./_install] ./_install
1010*
1011* Busybox Library Tuning
1012*
1013 MD5: Trade Bytes for Speed (CONFIG_MD5_SIZE_VS_SPEED) [1] 1
1014*
1015* Applets
1016*
1017*
1018* Archival Utilities
1019*
1020ar (CONFIG_AR) [Y/n/?] y
1021    Enable support for long filenames (not need for debs) (CONFIG_FEATURE_AR_LONG_FILENAMES) [Y/n/?] y
1022bunzip2 (CONFIG_BUNZIP2) [Y/n/?] y
1023cpio (CONFIG_CPIO) [Y/n/?] y
1024dpkg (CONFIG_DPKG) [Y/n/?] y
1025dpkg_deb (CONFIG_DPKG_DEB) [Y/n/?] y
1026    extract only (-x) (CONFIG_FEATURE_DPKG_DEB_EXTRACT_ONLY) [N/y/?] n
1027gunzip (CONFIG_GUNZIP) [Y/n/?] y
1028    Uncompress support (CONFIG_FEATURE_GUNZIP_UNCOMPRESS) [Y/n/?] y
1029gzip (CONFIG_GZIP) [Y/n/?] y
1030rpm2cpio (CONFIG_RPM2CPIO) [Y/n/?] y
1031rpm (CONFIG_RPM) [Y/n/?] y
1032tar (CONFIG_TAR) [Y/n/?] y
1033    Enable archive creation (CONFIG_FEATURE_TAR_CREATE) [Y/n/?] y
1034    Enable -j option to handle .tar.bz2 files (CONFIG_FEATURE_TAR_BZIP2) [Y/n/?] y
1035    Enable -a option to handle .tar.lzma files (CONFIG_FEATURE_TAR_LZMA) [Y/n/?] y
1036    Enable -X (exclude from) and -T (include from) options) (CONFIG_FEATURE_TAR_FROM) [N/y/?] n
1037    Enable -z option (CONFIG_FEATURE_TAR_GZIP) [Y/n/?] y
1038    Enable -Z option (CONFIG_FEATURE_TAR_COMPRESS) [N/y/?] n
1039    Enable support for old tar header format (CONFIG_FEATURE_TAR_OLDGNU_COMPATABILITY) [N/y/?] n
1040    Enable support for some GNU tar extensions (CONFIG_FEATURE_TAR_GNU_EXTENSIONS) [Y/n/?] y
1041    Enable long options (CONFIG_FEATURE_TAR_LONG_OPTIONS) [N/y/?] n
1042uncompress (CONFIG_UNCOMPRESS) [Y/n/?] y
1043unlzma (CONFIG_UNLZMA) [N/y/?] n
1044unzip (CONFIG_UNZIP) [Y/n/?] y
1045*
1046* Common options for cpio and tar
1047*
1048  Enable tape drive support (CONFIG_FEATURE_UNARCHIVE_TAPE) [Y/n/?] y
1049*
1050* Common options for dpkg and dpkg_deb
1051*
1052  gzip debian packages (normal) (CONFIG_FEATURE_DEB_TAR_GZ) [Y/n/?] y
1053  bzip2 debian packages (CONFIG_FEATURE_DEB_TAR_BZ2) [Y/n/?] y
1054  lzma debian packages (CONFIG_FEATURE_DEB_TAR_LZMA) [N/y/?] n
1055*
1056* Coreutils
1057*
1058basename (CONFIG_BASENAME) [Y/n/?] y
1059cal (CONFIG_CAL) [Y/n/?] y
1060cat (CONFIG_CAT) [Y/n/?] y
1061chgrp (CONFIG_CHGRP) [Y/n/?] y
1062chmod (CONFIG_CHMOD) [Y/n/?] y
1063chown (CONFIG_CHOWN) [Y/n/?] y
1064chroot (CONFIG_CHROOT) [Y/n/?] y
1065cmp (CONFIG_CMP) [Y/n/?] y
1066comm (CONFIG_COMM) [N/y/?] n
1067cp (CONFIG_CP) [Y/n/?] y
1068cut (CONFIG_CUT) [Y/n/?] y
1069date (CONFIG_DATE) [Y/?] y
1070    Enable ISO date format output (-I) (CONFIG_FEATURE_DATE_ISOFMT) [Y/n/?] y
1071dd (CONFIG_DD) [Y/n/?] y
1072df (CONFIG_DF) [Y/n/?] y
1073dirname (CONFIG_DIRNAME) [Y/n/?] y
1074dos2unix/unix2dos (CONFIG_DOS2UNIX) [Y/n/?] y
1075du (default blocksize of 512 bytes) (CONFIG_DU) [Y/n/?] y
1076    Use a default blocksize of 1024 bytes (1K) (CONFIG_FEATURE_DU_DEFALT_BLOCKSIZE_1K) [Y/n/?] y
1077echo (basic SuSv3 version taking no options) (CONFIG_ECHO) [Y/n/?] y
1078    Enable echo options (-n and -e) (CONFIG_FEATURE_FANCY_ECHO) [Y/n/?] y
1079env (CONFIG_ENV) [Y/n/?] y
1080expr (CONFIG_EXPR) [Y/n/?] y
1081      Extend Posix numbers support to 64 bit (CONFIG_EXPR_MATH_SUPPORT_64) [Y/n/?] y
1082false (CONFIG_FALSE) [Y/n/?] y
1083fold (CONFIG_FOLD) [Y/n/?] y
1084head (CONFIG_HEAD) [Y/n/?] y
1085    Enable head options (-c, -q, and -v) (CONFIG_FEATURE_FANCY_HEAD) [Y/n/?] y
1086hostid (CONFIG_HOSTID) [Y/n/?] y
1087id (CONFIG_ID) [Y/n/?] y
1088install (CONFIG_INSTALL) [N/y/?] n
1089length (CONFIG_LENGTH) [Y/n/?] y
1090ln (CONFIG_LN) [Y/n/?] y
1091logname (CONFIG_LOGNAME) [Y/n/?] y
1092ls (CONFIG_LS) [Y/n/?] y
1093    Enable filetyping options (-p and -F) (CONFIG_FEATURE_LS_FILETYPES) [Y/n/?] y
1094    Enable symlinks dereferencing (-L) (CONFIG_FEATURE_LS_FOLLOWLINKS) [Y/n/?] y
1095    Enable recursion (-R) (CONFIG_FEATURE_LS_RECURSIVE) [Y/n/?] y
1096    Sort the file names (CONFIG_FEATURE_LS_SORTFILES) [Y/n/?] y
1097    Show file timestamps (CONFIG_FEATURE_LS_TIMESTAMPS) [Y/n/?] y
1098    Show username/groupnames (CONFIG_FEATURE_LS_USERNAME) [Y/n/?] y
1099    Allow use of color to identify file types (CONFIG_FEATURE_LS_COLOR) [Y/n/?] y
1100      Produce colored ls output by default (CONFIG_FEATURE_LS_COLOR_IS_DEFAULT) [N/y/?] n
1101md5sum (CONFIG_MD5SUM) [Y/n/?] y
1102mkdir (CONFIG_MKDIR) [Y/n/?] y
1103mkfifo (CONFIG_MKFIFO) [Y/n/?] y
1104mknod (CONFIG_MKNOD) [Y/n/?] y
1105mv (CONFIG_MV) [Y/n/?] y
1106nice (CONFIG_NICE) [N/y/?] n
1107nohup (CONFIG_NOHUP) [N/y/?] n
1108od (CONFIG_OD) [Y/n/?] y
1109printenv (CONFIG_PRINTENV) [N/y/?] n
1110printf (CONFIG_PRINTF) [Y/n/?] y
1111pwd (CONFIG_PWD) [Y/n/?] y
1112realpath (CONFIG_REALPATH) [Y/n/?] y
1113rm (CONFIG_RM) [Y/n/?] y
1114rmdir (CONFIG_RMDIR) [Y/n/?] y
1115seq (CONFIG_SEQ) [N/y/?] n
1116sha1sum (CONFIG_SHA1SUM) [Y/n/?] y
1117sleep (single integer arg with no suffix) (CONFIG_SLEEP) [Y/n/?] y
1118    Enable multiple integer args and optional time suffixes (CONFIG_FEATURE_FANCY_SLEEP) [Y/n/?] y
1119sort (CONFIG_SORT) [Y/n/?] y
1120    full SuSv3 compliant sort (Support -ktcsbdfiozgM) (CONFIG_FEATURE_SORT_BIG) [Y/n/?] y
1121stat (CONFIG_STAT) [N/y/?] n
1122stty (CONFIG_STTY) [Y/n/?] y
1123sum (CONFIG_SUM) [N/y/?] n
1124sync (CONFIG_SYNC) [Y/n/?] y
1125tail (CONFIG_TAIL) [Y/n/?] y
1126    Enable extra tail options (-q, -s, and -v) (CONFIG_FEATURE_FANCY_TAIL) [Y/n/?] y
1127tee (CONFIG_TEE) [Y/n/?] y
1128    Enable block i/o (larger/faster) instead of byte i/o. (CONFIG_FEATURE_TEE_USE_BLOCK_IO) [Y/n/?] y
1129test (CONFIG_TEST) [Y/?] y
1130    Extend test to 64 bit (CONFIG_FEATURE_TEST_64) [Y/n/?] y
1131touch (CONFIG_TOUCH) [Y/n/?] y
1132tr (CONFIG_TR) [Y/n/?] y
1133    Enable character classes (such as [:upper:]) (CONFIG_FEATURE_TR_CLASSES) [N/y/?] n
1134    Enable equivalence classes (CONFIG_FEATURE_TR_EQUIV) [N/y/?] n
1135true (CONFIG_TRUE) [Y/n/?] y
1136tty (CONFIG_TTY) [Y/n/?] y
1137uname (CONFIG_UNAME) [Y/n/?] y
1138uniq (CONFIG_UNIQ) [Y/n/?] y
1139usleep (CONFIG_USLEEP) [Y/n/?] y
1140uudecode (CONFIG_UUDECODE) [Y/n/?] y
1141uuencode (CONFIG_UUENCODE) [Y/n/?] y
1142watch (CONFIG_WATCH) [Y/n/?] y
1143wc (CONFIG_WC) [Y/n/?] y
1144who (CONFIG_WHO) [Y/n/?] y
1145whoami (CONFIG_WHOAMI) [Y/n/?] y
1146yes (CONFIG_YES) [Y/n/?] y
1147*
1148* Common options for cp and mv
1149*
1150  Preserve hard links (CONFIG_FEATURE_PRESERVE_HARDLINKS) [Y/n/?] y
1151*
1152* Common options for ls, more and telnet
1153*
1154  Calculate terminal & column widths (CONFIG_FEATURE_AUTOWIDTH) [Y/n/?] y
1155*
1156* Common options for df, du, ls
1157*
1158  Support for human readable output (example 13k, 23M, 235G) (CONFIG_FEATURE_HUMAN_READABLE) [Y/n/?] y
1159*
1160* Common options for md5sum, sha1sum
1161*
1162  Enable -c, -s and -w options (CONFIG_FEATURE_MD5_SHA1_SUM_CHECK) [N/y/?] n
1163*
1164* Console Utilities
1165*
1166chvt (CONFIG_CHVT) [Y/n/?] y
1167clear (CONFIG_CLEAR) [Y/n/?] y
1168deallocvt (CONFIG_DEALLOCVT) [Y/n/?] y
1169dumpkmap (CONFIG_DUMPKMAP) [Y/n/?] y
1170loadfont (CONFIG_LOADFONT) [Y/n/?] y
1171loadkmap (CONFIG_LOADKMAP) [Y/n/?] y
1172openvt (CONFIG_OPENVT) [Y/n/?] y
1173reset (CONFIG_RESET) [Y/n/?] y
1174setconsole (CONFIG_SETCONSOLE) [N/y/?] n
1175setkeycodes (CONFIG_SETKEYCODES) [Y/n/?] y
1176*
1177* Debian Utilities
1178*
1179mktemp (CONFIG_MKTEMP) [Y/n/?] y
1180pipe_progress (CONFIG_PIPE_PROGRESS) [N/y/?] n
1181readlink (CONFIG_READLINK) [Y/n/?] y
1182    Enable canonicalization by following all symlinks (-f) (CONFIG_FEATURE_READLINK_FOLLOW) [Y/n/?] y
1183run-parts (CONFIG_RUN_PARTS) [Y/?] y
1184start-stop-daemon (CONFIG_START_STOP_DAEMON) [Y/n/?] y
1185which (CONFIG_WHICH) [Y/n/?] y
1186*
1187* Editors
1188*
1189awk (CONFIG_AWK) [Y/n/?] y
1190    Enable math functions (requires libm) (CONFIG_FEATURE_AWK_MATH) [Y/n/?] y
1191patch (CONFIG_PATCH) [Y/n/?] y
1192sed (CONFIG_SED) [Y/n/?] y
1193vi (CONFIG_VI) [Y/n/?] y
1194    Enable ":" colon commands (no "ex" mode) (CONFIG_FEATURE_VI_COLON) [Y/n/?] y
1195    Enable yank/put commands and mark cmds (CONFIG_FEATURE_VI_YANKMARK) [Y/n/?] y
1196    Enable search and replace cmds (CONFIG_FEATURE_VI_SEARCH) [Y/n/?] y
1197    Catch signals (CONFIG_FEATURE_VI_USE_SIGNALS) [Y/n/?] y
1198    Remember previous cmd and "." cmd (CONFIG_FEATURE_VI_DOT_CMD) [Y/n/?] y
1199    Enable -R option and "view" mode (CONFIG_FEATURE_VI_READONLY) [Y/n/?] y
1200    Enable set-able options, ai ic showmatch (CONFIG_FEATURE_VI_SETOPTS) [Y/n/?] y
1201    Support for :set (CONFIG_FEATURE_VI_SET) [Y/n/?] y
1202    Handle window resize (CONFIG_FEATURE_VI_WIN_RESIZE) [Y/n/?] y
1203    Optimize cursor movement (CONFIG_FEATURE_VI_OPTIMIZE_CURSOR) [Y/n/?] y
1204*
1205* Finding Utilities
1206*
1207find (CONFIG_FIND) [Y/n/?] y
1208    Enable modified time matching (-mtime) option (CONFIG_FEATURE_FIND_MTIME) [Y/n/?] y
1209    Enable modified time matching (-min) option (CONFIG_FEATURE_FIND_MMIN) [Y/n/?] y
1210    Enable permissions matching (-perm) option (CONFIG_FEATURE_FIND_PERM) [Y/n/?] y
1211    Enable filetype matching (-type) option (CONFIG_FEATURE_FIND_TYPE) [Y/n/?] y
1212    Enable stay in filesystem (-xdev) option (CONFIG_FEATURE_FIND_XDEV) [Y/n/?] y
1213    Enable -newer option for comparing file mtimes (CONFIG_FEATURE_FIND_NEWER) [Y/n/?] y
1214    Enable inode number matching (-inum) option (CONFIG_FEATURE_FIND_INUM) [Y/n/?] y
1215    Enable (-exec) option allowing execution of commands (CONFIG_FEATURE_FIND_EXEC) [Y/n/?] y
1216grep (CONFIG_GREP) [Y/n/?] y
1217    Support extended regular expressions (egrep & grep -E) (CONFIG_FEATURE_GREP_EGREP_ALIAS) [Y/n/?] y
1218    Alias fgrep to grep -F (CONFIG_FEATURE_GREP_FGREP_ALIAS) [Y/n/?] y
1219    Enable before and after context flags (-A, -B and -C) (CONFIG_FEATURE_GREP_CONTEXT) [Y/n/?] y
1220xargs (CONFIG_XARGS) [Y/n/?] y
1221    Enable prompt and confirmation option -p (CONFIG_FEATURE_XARGS_SUPPORT_CONFIRMATION) [N/y/?] n
1222    Enable support single and double quotes and backslash (CONFIG_FEATURE_XARGS_SUPPORT_QUOTES) [N/y/?] n
1223    Enable support options -x (CONFIG_FEATURE_XARGS_SUPPORT_TERMOPT) [N/y/?] n
1224    Enable options -0 (CONFIG_FEATURE_XARGS_SUPPORT_ZERO_TERM) [N/y/?] n
1225*
1226* Init Utilities
1227*
1228init (CONFIG_INIT) [Y/n/?] y
1229    Support reading an inittab file (CONFIG_FEATURE_USE_INITTAB) [Y/n/?] y
1230    Support running commands with a controlling-tty (CONFIG_FEATURE_INIT_SCTTY) [Y/n/?] y
1231    Be _extra_ quiet on boot (CONFIG_FEATURE_EXTRA_QUIET) [N/y/?] n
1232    Support dumping core for child processes (debugging only) (CONFIG_FEATURE_INIT_COREDUMPS) [N/y/?] n
1233    Support running init from within an initrd (not initramfs) (CONFIG_FEATURE_INITRD) [Y/n/?] y
1234poweroff, halt, and reboot (CONFIG_HALT) [Y/n/?] y
1235mesg (CONFIG_MESG) [Y/n/?] y
1236*
1237* Login/Password Management Utilities
1238*
1239Support for shadow passwords (CONFIG_FEATURE_SHADOWPASSWDS) [Y/n/?] y
1240Use internal password and group functions rather than system functions (CONFIG_USE_BB_PWD_GRP) [Y/n/?] y
1241addgroup (CONFIG_ADDGROUP) [Y/n/?] y
1242delgroup (CONFIG_DELGROUP) [Y/n/?] y
1243adduser (CONFIG_ADDUSER) [Y/n/?] y
1244deluser (CONFIG_DELUSER) [Y/n/?] y
1245getty (CONFIG_GETTY) [Y/n/?] y
1246    Support utmp file (CONFIG_FEATURE_UTMP) [Y/?] y
1247    Support wtmp file (CONFIG_FEATURE_WTMP) [Y/?] y
1248login (CONFIG_LOGIN) [Y/n/?] y
1249    Support for /etc/securetty (CONFIG_FEATURE_SECURETTY) [Y/n/?] y
1250passwd (CONFIG_PASSWD) [Y/n/?] y
1251su (CONFIG_SU) [Y/n/?] y
1252sulogin (CONFIG_SULOGIN) [Y/n/?] y
1253vlock (CONFIG_VLOCK) [Y/n/?] y
1254*
1255* Linux Ext2 FS Progs
1256*
1257chattr (CONFIG_CHATTR) [N/y/?] n
1258e2fsck (CONFIG_E2FSCK) [N/y/?] n
1259fsck (CONFIG_FSCK) [N/y/?] n
1260lsattr (CONFIG_LSATTR) [N/y/?] n
1261mke2fs (CONFIG_MKE2FS) [N/y/?] n
1262tune2fs (CONFIG_TUNE2FS) [N/y/?] n