BusyBox build fails on Mips64 embedded-minimal

View: New views
2 Messages — Rating Filter:   Alert me  

BusyBox build fails on Mips64 embedded-minimal

by Jan Rovins :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi again,

In continuing with my basic build of embedded-minimal on mips64, I am
now getting a busy box link error.
It seems that my target has  a usr/lib64 dir set up, but my linker wants
to link with a usr/lib32 directory.

Attached is my target configuration & full ERROR-LOG

==========
/opt/T2/t2-trunk/build/EmbdMips64-8.0-trunk-embedded-minimal-mips64-EB-cross/TOOLCHAIN/tools.cross/crosscc/../lib64/gcc/mips64-t2-linux-gnu/4.3.2/../../../../mips64-t2-linux-gnu/bin/ld:
crt1.o: No such file: No such file or directory
collect2: ld returned 1 exit status
make: *** [busybox_unstripped] Error 1
Due to previous errors, no 1-busybox.log file!
(Try enabling xtrace in the config to track an error inside the build
system.)
--- BUILD ERROR ---


There is a link error where it can't find "crt1.o"  

My crt1.o is in ....usr/lib64
  find . -name crt1.o
 ./build/EmbdMips64-8.0-trunk-embedded-minimal-mips64-EB-cross/usr/lib64/crt1.o


My linker does not have lib64 in it's path, only lib32:
  cd
/opt/T2/t2-trunk/build/EmbdMips64-8.0-trunk-embedded-minimal-mips64-EB-cross/TOOLCHAIN/tools.cross/mips64-t2-linux-gnu/bin/
 ./ld --verbose
GNU ld (Linux/GNU Binutils) 2.19.51.0.1.20090106
  Supported emulations:
   elf32btsmipn32
   elf32ltsmipn32
   elf32btsmip
   elf32ltsmip
   elf64btsmip
   elf64ltsmip
using internal linker script:
==================================================
/* Script for -z combreloc: combine and sort reloc sections */
OUTPUT_FORMAT("elf32-ntradbigmips", "elf32-ntradbigmips",
              "elf32-ntradlittlemips")
OUTPUT_ARCH(mips)
ENTRY(__start)
SEARCH_DIR("/opt/T2/t2-trunk/build/EmbdMips64-8.0-trunk-embedded-minimal-mips64-EB-cross/TOOLCHAIN/tools.cross/usr/mips64-t2-linux-gnu/lib32");
SEARCH_DIR("=/usr/local/lib32"); SEARCH_DIR("=/lib32");
SEARCH_DIR("=/usr/lib32"); SEARCH_DIR("=/usr/local/lib");
SEARCH_DIR("=/lib"); SEARCH_DIR("=/usr/lib");

How to fix this?

Thanks,

Jan



#
# T2 8.0-trunk Config File
#
export SDECFG_TARGET='embedded-minimal'
export SDECFG_IMAGE='none'
export SDECFG_ARCH='mips64'
export SDECFG_MIPS64_ENDIANESS='EB'
export SDECFG_MIPS64_OPT='generic'
export SDECFG_CROSSBUILD='1'
export SDECFG_CONTINUE_ON_ERROR_AFTER='4'
export SDECFG_RETRY_BROKEN='1'
export SDECFG_NOBROKENDEPS='0'
export SDECFG_KEEP_SRC='1'
export SDECFG_XTRACE='1'
export SDECFG_SRC_TMPFS='0'
export SDECFG_PARALLEL_MAX='4'
export SDECFG_OUTPUT_TERM_COLOR='1'
export SDECFG_VERBOSE='1'
export SDECFG_EXPERT='1'
export SDECFG_PKGFILE_TYPE='tar.bz2'
export SDECFG_PKGFILE_VER='1'
export SDECFG_PKGSEL='0'
export SDECFG_DEFAULT_CC='gcc'
export SDECFG_DEFAULT_KCC='gcc'
export SDECFG_DEFAULT_CXX='gcc'
export SDECFG_DEFAULT_F77='gcc'
export SDECFG_PKG_GCC_STACKPRO='0'
export SDECFG_PKG_GCC_JAVA='1'
export SDECFG_LIBC='glibc'
export SDECFG_PKG_GLIBC_TLS='1'
export SDECFG_PKG_GLIBC_ENABLE_PROFILE='0'
export SDECFG_PKG_LINUX_CUSTCONFIG='0'
export SDECFG_PKG_LINUX_CONFIG_STYLE='modules'
export SDECFG_PKG_LINUX_KEEP_SRC='0'
export SDECFG_PKG_LINUX_USE26MODTOOLS='1'
export SDECFG_PKG_LINUX_ACPI_INITRD='1'
export SDECFG_INIT='busybox'
export SDECFG_INIT_STYLE='sysv_nice'
export SDECFG_PKG_GAMES_BINDIR='usr/games'
export SDECFG_PKG_GAMES_DATADIR='usr/share'
export SDECFG_PKG_GAMES_SCOREDIR='var/games/scores'
export SDECFG_JAILING='0'
export SDECFG_PKG_BUSYBOX_ET='0'
export SDECFG_PKG_BUSYBOX_SYMLINKS='0'
export SDECFG_PKG_TERMCAP_USEIT='0'
export SDECFG_REALTIME='0'
export SDECFG_DEFAULT_MTA='none'
export SDECFG_DEFAULT_PRINTER='none'
export SDECFG_PKG_DROPBEAR_CLIENTONLY='0'
export SDECFG_PKG_BASH_PROGCOMP='1'
export SDECFG_PKG_BASH_HELP_CMD='1'
export SDECFG_CONFIGURE_OPTS=''
export SDECFG_C_FLAGS=''
export SDECFG_FLIST='flwrapper'
export SDECFG_USE_CROSSCC='1'
export SDECFG_DO_REBUILD_STAGE='0'
export SDECFG_OPT='size'
export SDECFG_DEBUG='0'
export SDECFG_STATIC='0'
export SDECFG_STATIC_IN_USR='0'
export SDECFG_LD_AS_NEEDED='0'
export SDECFG_PIE='0'
export SDECFG_LIMITCXX='0'
export SDECFG_MULTILIB='1'
export SDECFG_DISABLE_NLS='1'
export SDECFG_CREATE_DOCS='0'
export SDECFG_CREATE_CACHE='1'
export SDECFG_PARANOIA_CHECK='1'
export SDECFG_IDCKSUM='0'
export SDECFG_SHORTID='8.0-trunk-embedded-minimal-mips64-EB-cross'
export SDECFG_ID='EmbdMips64-8.0-trunk-embedded-minimal-mips64-EB-cross'

Command Wrapper Debug: running 'mips64-t2-linux-gnu-gcc --version' ..
mips64-t2-linux-gnu-gcc is /opt/T2/t2-trunk/build/EmbdMips64-8.0-trunk-embedded-minimal-mips64-EB-cross/TOOLCHAIN/tools.cross/wrapper/mips64-t2-linux-gnu-gcc
Old Command: mips64-t2-linux-gnu-gcc --version
ENVPREFIX = 'CMD'
OTHERS = ''
INSERT = '--help?:-pipe -Os'
REMOVE = '-O -O[0-9s] -mtune* -march* -mcpu* -g*'
APPEND = '-s'
FILTER = 'sed -e 's,^\(-[LI]\)*\(/\|/usr/\|/usr/[^/]*/\|/opt/[^/]*/\)\(include\|lib\),\1/opt/T2/t2-trunk/build/EmbdMips64-8.0-trunk-embedded-minimal-mips64-EB-cross\2\3,''
conditonal arg: --help?:-pipe.
conditonal: --help, lhs: , rhs: -pipe.
Insert: -pipe
Insert: -Os
Copy:   --version
Append: -s
Run Filter: sed -e 's,^\(-[LI]\)*\(/\|/usr/\|/usr/[^/]*/\|/opt/[^/]*/\)\(include\|lib\),\1/opt/T2/t2-trunk/build/EmbdMips64-8.0-trunk-embedded-minimal-mips64-EB-cross\2\3,'
Old PATH: /opt/T2/t2-trunk/build/EmbdMips64-8.0-trunk-embedded-minimal-mips64-EB-cross/TOOLCHAIN/tools.cross/wrapper:/opt/T2/t2-trunk/build/EmbdMips64-8.0-trunk-embedded-minimal-mips64-EB-cross/TOOLCHAIN/tools.cross/bin:/opt/T2/t2-trunk/build/EmbdMips64-8.0-trunk-embedded-minimal-mips64-EB-cross/TOOLCHAIN/tools.cross/crosscc:/sbin:/usr/sbin:/usr/local/sbin:/root/bin:/usr/local/bin:/usr/bin:/usr/X11R6/bin:/bin:/usr/games:/opt/gnome/bin:/opt/kde3/bin:/usr/lib/jvm/jre/bin
New PATH: /opt/T2/t2-trunk/build/EmbdMips64-8.0-trunk-embedded-minimal-mips64-EB-cross/TOOLCHAIN/tools.cross/bin:/opt/T2/t2-trunk/build/EmbdMips64-8.0-trunk-embedded-minimal-mips64-EB-cross/TOOLCHAIN/tools.cross/crosscc:/sbin:/usr/sbin:/usr/local/sbin:/root/bin:/usr/local/bin:/usr/bin:/usr/X11R6/bin:/bin:/usr/games:/opt/gnome/bin:/opt/kde3/bin:/usr/lib/jvm/jre/bin
New Command: mips64-t2-linux-gnu-gcc -pipe -Os --version -s
mips64-t2-linux-gnu-gcc (GCC) 4.3.2
Copyright (C) 2008 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

[ writing debug log to /opt/T2/t2-trunk/src.busybox.EmbdMips64.20090701.172115.2804.loadgen1/cmd_wrapper.log ]
`/opt/T2/t2-trunk/src.busybox.EmbdMips64.20090701.172115.2804.loadgen1/archdir/busybox-1.14.2.tar.bz2' -> `/opt/T2/t2-trunk/download/mirror/b/busybox-1.14.2.tar.bz2'
Running main build function 'build_this_package' ...
=[:608 (last $?=0)> cd /opt/T2/t2-trunk/src.busybox.EmbdMips64.20090701.172115.2804.loadgen1
=[:608 (last $?=0)> eval build_this_package
==[:608 (last $?=0)> build_this_package
==[build_this_package:767 (last $?=0)> '[' . == . ']'
==[build_this_package:770 (last $?=0)> '[' auto = auto ']'
===[build_this_package:772 (last $?=0)> echo '2118014493 busybox-1.14.2.tar.bz2 http://busybox.net/downloads/'
===[build_this_package:772 (last $?=0)> head -n 1
===[build_this_package:772 (last $?=0)> tr ' ' '\t'
===[build_this_package:772 (last $?=0)> tr -s '\t'
===[build_this_package:773 (last $?=0)> cut -f2
===[build_this_package:773 (last $?=0)> bz2filename
===[bz2filename:96 (last $?=0)> local 'pattern=-e s,\.\(t\?\)\(gz\|Z\)$,.\1bz2,'
===[bz2filename:97 (last $?=0)> pattern='-e s,\.gpg$,, -e s,\.\(t\?\)\(gz\|Z\)$,.\1bz2,'
===[bz2filename:98 (last $?=0)> pattern='-e s,\.tar$,\.tar.bz2, -e s,\.gpg$,, -e s,\.\(t\?\)\(gz\|Z\)$,.\1bz2,'
===[bz2filename:100 (last $?=0)> '[' -n '' ']'
===[bz2filename:103 (last $?=1)> sed -e 's,\.tar$,\.tar.bz2,' -e 's,\.gpg$,,' -e 's,\.\(t\?\)\(gz\|Z\)$,.\1bz2,'
==[build_this_package:772 (last $?=0)> xsourceballs=busybox-1.14.2.tar.bz2
==[build_this_package:773 (last $?=0)> '[' -z busybox-1.14.2.tar.bz2 ']'
==[build_this_package:788 (last $?=0)> for xsrctar in '$xsourceballs'
==[build_this_package:789 (last $?=0)> saved_patchfiles='/opt/T2/t2-trunk/package/base/busybox/linuxrc-location.patch    '
===[build_this_package:790 (last $?=0)> ls '/opt/T2/t2-trunk/package/base/busybox/*.patch.busybox'
==[build_this_package:790 (last $?=2)> var_append patchfiles ' ' ''
==[var_append:76 (last $?=2)> eval '[ "$patchfiles" ] && patchfiles="${patchfiles} "'
===[var_append:76 (last $?=2)> '[' '/opt/T2/t2-trunk/package/base/busybox/linuxrc-location.patch    ' ']'
===[var_append:76 (last $?=0)> patchfiles='/opt/T2/t2-trunk/package/base/busybox/linuxrc-location.patch     '
==[var_append:77 (last $?=0)> eval 'patchfiles="${patchfiles}$3"'
===[var_append:77 (last $?=0)> patchfiles='/opt/T2/t2-trunk/package/base/busybox/linuxrc-location.patch     '
==[build_this_package:792 (last $?=0)> '[' busybox-1.14.2.tar.bz2 '!=' none -a 1 = 1 ']'
==[build_this_package:793 (last $?=0)> cd /opt/T2/t2-trunk/src.busybox.EmbdMips64.20090701.172115.2804.loadgen1
==[build_this_package:794 (last $?=0)> '[' -z '' ']'
==[build_this_package:797 (last $?=0)> case "$xsrctar" in
==[build_this_package:799 (last $?=0)> custextract=autoextract_tar_bz2
==[build_this_package:802 (last $?=0)> '[' -n autoextract_tar_bz2 ']'
==[build_this_package:804 (last $?=0)> eval 'autoextract_tar_bz2 /opt/T2/t2-trunk/src.busybox.EmbdMips64.20090701.172115.2804.loadgen1/archdir/busybox-1.14.2.tar.bz2'
===[build_this_package:804 (last $?=0)> autoextract_tar_bz2 /opt/T2/t2-trunk/src.busybox.EmbdMips64.20090701.172115.2804.loadgen1/archdir/busybox-1.14.2.tar.bz2
===[autoextract_tar_bz2:754 (last $?=0)> echo 'Extracting busybox-1.14.2.tar.bz2 (--use-compress-program=bzip2 -xf) ... '
Extracting busybox-1.14.2.tar.bz2 (--use-compress-program=bzip2 -xf) ...
===[autoextract_tar_bz2:755 (last $?=0)> tar -v --use-compress-program=bzip2 -xf /opt/T2/t2-trunk/src.busybox.EmbdMips64.20090701.172115.2804.loadgen1/archdir/busybox-1.14.2.tar.bz2
tar: Record size = 8 blocks
==[build_this_package:806 (last $?=0)> sed 's,^\./,,'
==[build_this_package:805 (last $?=0)> cat untar.txt
==[build_this_package:806 (last $?=0)> cut -f1 -d/
==[build_this_package:807 (last $?=0)> sort -u
==[build_this_package:810 (last $?=0)> '[' auto = auto ']'
==[build_this_package:811 (last $?=0)> xsrcdir=busybox-1.14.2
==[build_this_package:812 (last $?=0)> xsrcdir=busybox-1.14.2
==[build_this_package:813 (last $?=0)> xsrcdir=busybox-1.14.2
==[build_this_package:814 (last $?=0)> '[' '!' -d busybox-1.14.2 ']'
==[build_this_package:826 (last $?=0)> '[' 1 = 1 ']'
==[build_this_package:827 (last $?=0)> echo 'Fixing ownership and permissions ...'
Fixing ownership and permissions ...
==[build_this_package:828 (last $?=0)> chown -R 0:0 /opt/T2/t2-trunk/src.busybox.EmbdMips64.20090701.172115.2804.loadgen1/busybox-1.14.2
==[build_this_package:831 (last $?=0)> '[' 1 = 1 ']'
==[build_this_package:832 (last $?=0)> echo 'Removing CVS, .svn, {arch} and .arch-ids directories ...'
Removing CVS, .svn, {arch} and .arch-ids directories ...
==[build_this_package:833 (last $?=0)> egrep '(^|/)(CVS|\.svn|\{arch\}|\.arch-ids)(/|$)' untar.txt
==[build_this_package:834 (last $?=0)> read x
==[build_this_package:840 (last $?=0)> echo 'Changeing into /opt/T2/t2-trunk/src.busybox.EmbdMips64.20090701.172115.2804.loadgen1/busybox-1.14.2 ...'
Changeing into /opt/T2/t2-trunk/src.busybox.EmbdMips64.20090701.172115.2804.loadgen1/busybox-1.14.2 ...
==[build_this_package:841 (last $?=0)> cd /opt/T2/t2-trunk/src.busybox.EmbdMips64.20090701.172115.2804.loadgen1/busybox-1.14.2
==[build_this_package:845 (last $?=0)> '[' 1 = 1 ']'
==[build_this_package:846 (last $?=0)> hook_eval prepatch
===[hook_eval:128 (last $?=0)> IFS='
'
==[hook_eval:128 (last $?=0)> read pri fnr
===[hook_eval:128 (last $?=0)> eval 'echo "${hookidx_prepatch[*]}"'
====[hook_eval:128 (last $?=0)> echo ''
===[hook_eval:128 (last $?=0)> sort
==[hook_eval:129 (last $?=0)> '[' '' ']'
==[hook_eval:128 (last $?=1)> read pri fnr
==[hook_eval:131 (last $?=1)> eval 'unset hookdirty_prepatch'
===[hook_eval:131 (last $?=1)> unset hookdirty_prepatch
==[build_this_package:847 (last $?=0)> apply_patchfiles
==[apply_patchfiles:716 (last $?=0)> local hook=
==[apply_patchfiles:717 (last $?=0)> local filter=
==[apply_patchfiles:718 (last $?=0)> '[' '' ']'
==[apply_patchfiles:718 (last $?=1)> filter=cat
==[apply_patchfiles:719 (last $?=0)> for x in '$patchfiles'
==[apply_patchfiles:723 (last $?=0)> '[' '!' -e /opt/T2/t2-trunk/package/base/busybox/linuxrc-location.patch -a -n '' ']'
==[apply_patchfiles:727 (last $?=0)> echo 'Apply patch /opt/T2/t2-trunk/package/base/busybox/linuxrc-location.patch ...'
Apply patch /opt/T2/t2-trunk/package/base/busybox/linuxrc-location.patch ...
==[apply_patchfiles:729 (last $?=0)> [[ /opt/T2/t2-trunk/package/base/busybox/linuxrc-location.patch = *.bz2 ]]
==[apply_patchfiles:733 (last $?=1)> patch_file=/opt/T2/t2-trunk/package/base/busybox/linuxrc-location.patch
==[apply_patchfiles:733 (last $?=0)> patch_del=0
==[apply_patchfiles:736 (last $?=0)> cat /opt/T2/t2-trunk/package/base/busybox/linuxrc-location.patch
==[apply_patchfiles:736 (last $?=0)> patch -bfp1 -z .orig
patching file include/applets.h
Hunk #1 succeeded at 223 with fuzz 1 (offset 8 lines).
==[apply_patchfiles:738 (last $?=0)> '[' 0 = 1 ']'
==[apply_patchfiles:739 (last $?=1)> eval ''
==[build_this_package:848 (last $?=0)> hook_eval postpatch
===[hook_eval:128 (last $?=0)> IFS='
'
==[hook_eval:128 (last $?=0)> read pri fnr
===[hook_eval:128 (last $?=0)> eval 'echo "${hookidx_postpatch[*]}"'
===[hook_eval:128 (last $?=0)> sort
====[hook_eval:128 (last $?=0)> echo ''
==[hook_eval:129 (last $?=0)> '[' '' ']'
==[hook_eval:128 (last $?=1)> read pri fnr
==[hook_eval:131 (last $?=1)> eval 'unset hookdirty_postpatch'
===[hook_eval:131 (last $?=1)> unset hookdirty_postpatch
==[build_this_package:855 (last $?=0)> '[' 1 = 1 ']'
==[build_this_package:856 (last $?=0)> echo 'Creating /opt/T2/t2-trunk/build/EmbdMips64-8.0-trunk-embedded-minimal-mips64-EB-cross//<..> if required ...'
Creating /opt/T2/t2-trunk/build/EmbdMips64-8.0-trunk-embedded-minimal-mips64-EB-cross//<..> if required ...
==[build_this_package:857 (last $?=0)> for x in '$foodirlist'
==[build_this_package:858 (last $?=0)> eval 'x="/opt/T2/t2-trunk/build/EmbdMips64-8.0-trunk-embedded-minimal-mips64-EB-cross$bindir"'
===[build_this_package:858 (last $?=0)> x=/opt/T2/t2-trunk/build/EmbdMips64-8.0-trunk-embedded-minimal-mips64-EB-cross/bin
==[build_this_package:859 (last $?=0)> '[' '!' -e /opt/T2/t2-trunk/build/EmbdMips64-8.0-trunk-embedded-minimal-mips64-EB-cross/bin ']'
==[build_this_package:857 (last $?=0)> for x in '$foodirlist'
==[build_this_package:858 (last $?=0)> eval 'x="/opt/T2/t2-trunk/build/EmbdMips64-8.0-trunk-embedded-minimal-mips64-EB-cross$sbindir"'
===[build_this_package:858 (last $?=0)> x=/opt/T2/t2-trunk/build/EmbdMips64-8.0-trunk-embedded-minimal-mips64-EB-cross/sbin
==[build_this_package:859 (last $?=0)> '[' '!' -e /opt/T2/t2-trunk/build/EmbdMips64-8.0-trunk-embedded-minimal-mips64-EB-cross/sbin ']'
==[build_this_package:857 (last $?=0)> for x in '$foodirlist'
==[build_this_package:858 (last $?=0)> eval 'x="/opt/T2/t2-trunk/build/EmbdMips64-8.0-trunk-embedded-minimal-mips64-EB-cross$libdir"'
===[build_this_package:858 (last $?=0)> x=/opt/T2/t2-trunk/build/EmbdMips64-8.0-trunk-embedded-minimal-mips64-EB-cross/lib64
==[build_this_package:859 (last $?=0)> '[' '!' -e /opt/T2/t2-trunk/build/EmbdMips64-8.0-trunk-embedded-minimal-mips64-EB-cross/lib64 ']'
==[build_this_package:857 (last $?=0)> for x in '$foodirlist'
==[build_this_package:858 (last $?=0)> eval 'x="/opt/T2/t2-trunk/build/EmbdMips64-8.0-trunk-embedded-minimal-mips64-EB-cross$datadir"'
===[build_this_package:858 (last $?=0)> x=/opt/T2/t2-trunk/build/EmbdMips64-8.0-trunk-embedded-minimal-mips64-EB-cross/usr/share
==[build_this_package:859 (last $?=0)> '[' '!' -e /opt/T2/t2-trunk/build/EmbdMips64-8.0-trunk-embedded-minimal-mips64-EB-cross/usr/share ']'
==[build_this_package:857 (last $?=0)> for x in '$foodirlist'
==[build_this_package:858 (last $?=0)> eval 'x="/opt/T2/t2-trunk/build/EmbdMips64-8.0-trunk-embedded-minimal-mips64-EB-cross$includedir"'
===[build_this_package:858 (last $?=0)> x=/opt/T2/t2-trunk/build/EmbdMips64-8.0-trunk-embedded-minimal-mips64-EB-cross/usr/include
==[build_this_package:859 (last $?=0)> '[' '!' -e /opt/T2/t2-trunk/build/EmbdMips64-8.0-trunk-embedded-minimal-mips64-EB-cross/usr/include ']'
==[build_this_package:857 (last $?=0)> for x in '$foodirlist'
==[build_this_package:858 (last $?=0)> eval 'x="/opt/T2/t2-trunk/build/EmbdMips64-8.0-trunk-embedded-minimal-mips64-EB-cross$sysconfdir"'
===[build_this_package:858 (last $?=0)> x=/opt/T2/t2-trunk/build/EmbdMips64-8.0-trunk-embedded-minimal-mips64-EB-cross/etc
==[build_this_package:859 (last $?=0)> '[' '!' -e /opt/T2/t2-trunk/build/EmbdMips64-8.0-trunk-embedded-minimal-mips64-EB-cross/etc ']'
==[build_this_package:857 (last $?=0)> for x in '$foodirlist'
==[build_this_package:858 (last $?=0)> eval 'x="/opt/T2/t2-trunk/build/EmbdMips64-8.0-trunk-embedded-minimal-mips64-EB-cross$localstatedir"'
===[build_this_package:858 (last $?=0)> x=/opt/T2/t2-trunk/build/EmbdMips64-8.0-trunk-embedded-minimal-mips64-EB-cross/var
==[build_this_package:859 (last $?=0)> '[' '!' -e /opt/T2/t2-trunk/build/EmbdMips64-8.0-trunk-embedded-minimal-mips64-EB-cross/var ']'
==[build_this_package:857 (last $?=0)> for x in '$foodirlist'
==[build_this_package:858 (last $?=0)> eval 'x="/opt/T2/t2-trunk/build/EmbdMips64-8.0-trunk-embedded-minimal-mips64-EB-cross$docdir"'
===[build_this_package:858 (last $?=0)> x=/opt/T2/t2-trunk/build/EmbdMips64-8.0-trunk-embedded-minimal-mips64-EB-cross/usr/doc/busybox
==[build_this_package:859 (last $?=0)> '[' '!' -e /opt/T2/t2-trunk/build/EmbdMips64-8.0-trunk-embedded-minimal-mips64-EB-cross/usr/doc/busybox ']'
==[build_this_package:860 (last $?=0)> mkdir -p /opt/T2/t2-trunk/build/EmbdMips64-8.0-trunk-embedded-minimal-mips64-EB-cross/usr/doc/busybox
==[build_this_package:861 (last $?=0)> rmemptydir=' /opt/T2/t2-trunk/build/EmbdMips64-8.0-trunk-embedded-minimal-mips64-EB-cross/usr/doc/busybox'
==[build_this_package:866 (last $?=0)> '[' . = . ']'
==[build_this_package:868 (last $?=0)> hook_eval preconf
===[hook_eval:128 (last $?=0)> IFS='
'
==[hook_eval:128 (last $?=0)> read pri fnr
===[hook_eval:128 (last $?=0)> eval 'echo "${hookidx_preconf[*]}"'
===[hook_eval:128 (last $?=0)> sort
====[hook_eval:128 (last $?=0)> echo '8 2
8 4
3 7'
==[hook_eval:129 (last $?=0)> '[' 3 ']'
==[hook_eval:129 (last $?=0)> eval bb_preconf
===[hook_eval:129 (last $?=0)> bb_preconf
===[bb_preconf:62 (last $?=0)> default_config
===[default_config:29 (last $?=0)> '[' 0 = 1 ']'
===[default_config:34 (last $?=0)> '[' 0 = 1 ']'
===[default_config:37 (last $?=1)> echo 'O CONFIG_INSTALL_APPLET_SYMLINKS'
===[default_config:38 (last $?=0)> echo 'X CONFIG_INSTALL_APPLET_DONT'
===[default_config:41 (last $?=0)> echo 'X CONFIG_PREFIX "/opt/T2/t2-trunk/build/EmbdMips64-8.0-trunk-embedded-minimal-mips64-EB-cross/"'
===[default_config:43 (last $?=0)> case "$SDECFG_ARCH" in
===[default_config:53 (last $?=0)> echo 'O CONFIG_TASKSET'
===[default_config:54 (last $?=0)> echo 'O CONFIG_ETHER_WAKE'
===[bb_preconf:63 (last $?=0)> var_append conffiles ' ' /opt/T2/t2-trunk/src.busybox.EmbdMips64.20090701.172115.2804.loadgen1/.config
===[var_append:76 (last $?=0)> eval '[ "$conffiles" ] && conffiles="${conffiles} "'
====[var_append:76 (last $?=0)> '[' '' ']'
===[var_append:76 (last $?=1)> true
===[var_append:77 (last $?=0)> eval 'conffiles="${conffiles}$3"'
====[var_append:77 (last $?=0)> conffiles=/opt/T2/t2-trunk/src.busybox.EmbdMips64.20090701.172115.2804.loadgen1/.config
===[bb_preconf:66 (last $?=0)> '[' -e /opt/T2/t2-trunk/target/embedded-minimal/busybox.config ']'
==[hook_eval:128 (last $?=0)> read pri fnr
==[hook_eval:129 (last $?=0)> '[' 8 ']'
==[hook_eval:129 (last $?=0)> eval libtool_correct_files
===[hook_eval:129 (last $?=0)> libtool_correct_files
===[libtool_correct_files:66 (last $?=0)> [[ /opt/T2/t2-trunk//busybox-1.14.2 = /opt/T2/t2-trunk/src.busybox.EmbdMips64.20090701.172115.2804.loadgen1/busybox-1.14.2 ]]
===[libtool_correct_files:69 (last $?=1)> find -type f -name 'libtool*' -o -name 'ltmain*' -o -name 'ltconfig*' -o -name 'ltcf*'
===[libtool_correct_files:69 (last $?=0)> read f
==[hook_eval:128 (last $?=0)> read pri fnr
==[hook_eval:129 (last $?=0)> '[' 8 ']'
==[hook_eval:129 (last $?=0)> eval xorg_cache
===[hook_eval:129 (last $?=0)> xorg_cache
===[xorg_cache:17 (last $?=0)> '[' -f /opt/T2/t2-trunk/build/EmbdMips64-8.0-trunk-embedded-minimal-mips64-EB-cross/var/adm/packages/libx11 -a -e config.cache ']'
==[hook_eval:128 (last $?=0)> read pri fnr
==[hook_eval:131 (last $?=0)> eval 'unset hookdirty_preconf'
===[hook_eval:131 (last $?=0)> unset hookdirty_preconf
==[build_this_package:872 (last $?=0)> '[' 0 -eq 1 -o '(' -f configure.in -a '!' -f configure ')' ']'
==[build_this_package:890 (last $?=0)> '[' 0 = 1 ']'
==[build_this_package:899 (last $?=0)> '[' -f CMakeLists.txt -a '(' 0 -eq 1 -o '!' -f Makefile ')' ']'
==[build_this_package:907 (last $?=0)> '[' -f setup.py -a 1 = 1 ']'
==[build_this_package:913 (last $?=1)> '[' '!' -f Makefile -a '!' -f makefile -a -f Makefile.PL -a 1 = 1 ']'
==[build_this_package:918 (last $?=0)> '[' '!' -f Makefile -a '!' -f makefile -a -f Imakefile -a 1 = 1 ']'
==[build_this_package:925 (last $?=0)> hook_eval premake
===[hook_eval:128 (last $?=0)> IFS='
'
==[hook_eval:128 (last $?=0)> read pri fnr
===[hook_eval:128 (last $?=0)> eval 'echo "${hookidx_premake[*]}"'
====[hook_eval:128 (last $?=0)> echo '1 5'
===[hook_eval:128 (last $?=0)> sort
==[hook_eval:129 (last $?=0)> '[' 1 ']'
==[hook_eval:129 (last $?=0)> eval 'auto_config 2'
===[hook_eval:129 (last $?=0)> auto_config 2
===[auto_config:61 (last $?=0)> local j=1 n=2
===[auto_config:64 (last $?=0)> eval 'make defconfig -j4 CC="$CC" CPP="$CPP" CXX="$CXX" prefix="/$prefix" docdir="$docdir" CC_FOR_BUILD="$BUILDCC" BUILDCC="$BUILDCC" BUILD_CC="$BUILD_CC" HOSTCC="$HOSTCC"   HOST_CC="$HOST_CC" STRIP="$STRIP" AR="$AR" LD="$LD" AS="$AS" RANLIB="$RANLIB" NM="$NM" CROSS_COMPILE=${arch_target}-'
====[auto_config:64 (last $?=0)> make defconfig -j4 CC=mips64-t2-linux-gnu-gcc CPP=mips64-t2-linux-gnu-cpp CXX=mips64-t2-linux-gnu-g++ prefix=/ docdir=/usr/doc/busybox CC_FOR_BUILD=cc BUILDCC=cc BUILD_CC=cc HOSTCC=cc HOST_CC=cc STRIP=mips64-t2-linux-gnu-strip AR=mips64-t2-linux-gnu-ar LD=mips64-t2-linux-gnu-ld AS=mips64-t2-linux-gnu-as RANLIB=mips64-t2-linux-gnu-ranlib NM=mips64-t2-linux-gnu-nm CROSS_COMPILE=mips64-t2-linux-gnu-
  HOSTCC  scripts/basic/fixdep
  HOSTCC  scripts/basic/docproc
  HOSTCC  scripts/basic/split-include
  HOSTCC  scripts/kconfig/conf.o
  HOSTCC  scripts/kconfig/kxgettext.o
  HOSTCC  scripts/kconfig/mconf.o
  SHIPPED scripts/kconfig/zconf.tab.c
  SHIPPED scripts/kconfig/zconf.hash.c
  SHIPPED scripts/kconfig/lex.zconf.c
  HOSTCC  scripts/kconfig/zconf.tab.o
  HOSTLD  scripts/kconfig/conf
scripts/kconfig/conf -d Config.in
*
* Busybox Configuration
*
*
* Busybox Settings
*
*
* General Configuration
*
Enable options for full-blown desktop systems (DESKTOP) [N/y/?] n
Provide compatible behavior for rare corner cases (bigger code) (EXTRA_COMPAT) [N/y/?] n
Assume that 1:1 char/glyph correspondence is not true (FEATURE_ASSUME_UNICODE) [N/y/?] n
Buffer allocation policy
> 1. Allocate with Malloc (FEATURE_BUFFERS_USE_MALLOC)
  2. Allocate on the Stack (FEATURE_BUFFERS_GO_ON_STACK)
  3. Allocate in the .bss section (FEATURE_BUFFERS_GO_IN_BSS)
choice[1-3?]: 1
Show terse applet usage messages (SHOW_USAGE) [Y/?] y
Show verbose applet usage messages (FEATURE_VERBOSE_USAGE) [Y/n/?] y
Store applet usage messages in compressed form (FEATURE_COMPRESS_USAGE) [Y/n/?] y
Support --install [-s] to install applet links at runtime (FEATURE_INSTALLER) [Y/n/?] y
Enable locale support (system needs locale for this to work) (LOCALE_SUPPORT) [Y/n/?] y
Support for --long-options (GETOPT_LONG) [Y/n/?] y
Use the devpts filesystem for Unix98 PTYs (FEATURE_DEVPTS) [Y/n/?] y
Clean up all memory before exiting (usually not needed) (FEATURE_CLEAN_UP) [N/y/?] n
Support writing pidfiles (FEATURE_PIDFILE) [Y/n/?] y
Support for SUID/SGID handling (FEATURE_SUID) [Y/?] y
  Runtime SUID/SGID configuration via /etc/busybox.conf (FEATURE_SUID_CONFIG) [Y/n/?] y
    Suppress warning message if /etc/busybox.conf is not readable (FEATURE_SUID_CONFIG_QUIET) [Y/n/?] y
Support NSA Security Enhanced Linux (SELINUX) [N/y/?] n
exec prefers applets (FEATURE_PREFER_APPLETS) [N/y/?] n
Path to BusyBox executable (BUSYBOX_EXEC_PATH) [/proc/self/exe] /proc/self/exe
*
* Build Options
*
Build BusyBox as a static binary (no shared libs) (STATIC) [N/y/?] n
  Build BusyBox as a position independent executable (PIE) [N/y/?] n
Force NOMMU build (NOMMU) [N/y/?] n
Build shared libbusybox (BUILD_LIBBUSYBOX) [N/y/?] n
Build with Large File Support (for accessing files > 2 GB) (LFS) [Y/n/?] y
Cross Compiler prefix (CROSS_COMPILER_PREFIX) []
Additional CFLAGS (EXTRA_CFLAGS) []
*
* Debugging Options
*
Build BusyBox with extra Debugging symbols (DEBUG) [N/y/?] n
Abort compilation on any warning (WERROR) [N/y/?] n
Additional debugging library
> 1. None (NO_DEBUG_LIB)
  2. Dmalloc (DMALLOC)
  3. Electric-fence (EFENCE)
choice[1-3?]: 1
Enable obsolete features removed before SUSv3? (INCLUDE_SUSv2) [Y/n/?] y
*
* Installation Options
*
Don't use /usr (INSTALL_NO_USR) [N/y/?] n
Applets links
> 1. as soft-links (INSTALL_APPLET_SYMLINKS)
  2. as hard-links (INSTALL_APPLET_HARDLINKS)
  3. as script wrappers (INSTALL_APPLET_SCRIPT_WRAPPERS)
  4. not installed (INSTALL_APPLET_DONT)
choice[1-4?]: 1
BusyBox installation prefix (PREFIX) [./_install] ./_install
*
* Busybox Library Tuning
*
Minimum password length (PASSWORD_MINLEN) [6] 6
MD5: Trade Bytes for Speed (MD5_SIZE_VS_SPEED) [2] 2
Faster /proc scanning code (+100 bytes) (FEATURE_FAST_TOP) [Y/n/?] y
Support for /etc/networks (FEATURE_ETC_NETWORKS) [N/y/?] n
Command line editing (FEATURE_EDITING) [Y/n/?] y
  Maximum length of input (FEATURE_EDITING_MAX_LEN) [1024] 1024
  vi-style line editing commands (FEATURE_EDITING_VI) [N/y/?] n
  History size (FEATURE_EDITING_HISTORY) [15] 15
  History saving (FEATURE_EDITING_SAVEHISTORY) [Y/n/?] y
  Tab completion (FEATURE_TAB_COMPLETION) [Y/n/?] y
    Username completion (FEATURE_USERNAME_COMPLETION) [N/y/?] n
  Fancy shell prompts (FEATURE_EDITING_FANCY_PROMPT) [N/y/?] n
Give more precise messages when copy fails (cp, mv etc) (FEATURE_VERBOSE_CP_MESSAGE) [N/y/?] n
Copy buffer size, in kilobytes (FEATURE_COPYBUF_KB) [4] 4
Use clock_gettime(CLOCK_MONOTONIC) syscall (MONOTONIC_SYSCALL) [N/y/?] n
Use ioctl names rather than hex values in error messages (IOCTL_HEX2STR_ERROR) [Y/n/?] y
Support infiniband HW (FEATURE_HWIB) [Y/n/?] y
*
* Applets
*
*
* Archival Utilities
*
Make tar, rpm, modprobe etc understand .lzma data (FEATURE_SEAMLESS_LZMA) [Y/n/?] y
Make tar, rpm, modprobe etc understand .bz2 data (FEATURE_SEAMLESS_BZ2) [Y/n/?] y
Make tar, rpm, modprobe etc understand .gz data (FEATURE_SEAMLESS_GZ) [Y/n/?] y
Make tar and gunzip understand .Z data (FEATURE_SEAMLESS_Z) [Y/n/?] y
ar (AR) [Y/n/?] y
  Support for long filenames (not need for debs) (FEATURE_AR_LONG_FILENAMES) [Y/n/?] y
bunzip2 (BUNZIP2) [Y/n/?] y
bzip2 (BZIP2) [Y/n/?] y
cpio (CPIO) [Y/n/?] y
  Support for archive creation (FEATURE_CPIO_O) [Y/n/?] y
    Support for passthrough mode (FEATURE_CPIO_P) [Y/n/?] y
dpkg (DPKG) [N/y/?] n
dpkg_deb (DPKG_DEB) [N/y/?] n
gunzip (GUNZIP) [Y/n/?] y
gzip (GZIP) [Y/n/?] y
rpm2cpio (RPM2CPIO) [N/y/?] n
rpm (RPM) [N/y/?] n
tar (TAR) [Y/n/?] y
  Enable archive creation (FEATURE_TAR_CREATE) [Y/n/?] y
  Autodetect gz/bz2 compressed tarballs (FEATURE_TAR_AUTODETECT) [Y/n/?] y
  Enable -X (exclude from) and -T (include from) options) (FEATURE_TAR_FROM) [Y/n/?] y
  Support for old tar header format (FEATURE_TAR_OLDGNU_COMPATIBILITY) [Y/n/?] y
  Enable untarring of tarballs with checksums produced by buggy Sun tar (FEATURE_TAR_OLDSUN_COMPATIBILITY) [Y/n/?] y
  Support for GNU tar extensions (long filenames) (FEATURE_TAR_GNU_EXTENSIONS) [Y/n/?] y
  Enable long options (FEATURE_TAR_LONG_OPTIONS) [Y/n/?] y
  Enable use of user and group names (FEATURE_TAR_UNAME_GNAME) [Y/n/?] y
uncompress (UNCOMPRESS) [Y/n/?] y
unlzma (UNLZMA) [Y/n/?] y
  Optimize unlzma for speed (FEATURE_LZMA_FAST) [Y/n/?] y
unzip (UNZIP) [Y/n/?] y
*
* Coreutils
*
basename (BASENAME) [Y/n/?] y
cal (CAL) [Y/n/?] y
cat (CAT) [Y/n/?] y
catv (CATV) [Y/n/?] y
chgrp (CHGRP) [Y/n/?] y
chmod (CHMOD) [Y/n/?] y
chown (CHOWN) [Y/n/?] y
chroot (CHROOT) [Y/n/?] y
cksum (CKSUM) [Y/n/?] y
comm (COMM) [Y/n/?] y
cp (CP) [Y/n/?] y
cut (CUT) [Y/n/?] y
date (DATE) [Y/n/?] y
  Enable ISO date format output (-I) (FEATURE_DATE_ISOFMT) [Y/n/?] y
dd (DD) [Y/n/?] y
  Enable DD signal handling for status reporting (FEATURE_DD_SIGNAL_HANDLING) [Y/n/?] y
  Enable ibs, obs and conv options (FEATURE_DD_IBS_OBS) [Y/n/?] y
df (DF) [Y/n/?] y
  Enable -a, -i, -B (FEATURE_DF_FANCY) [Y/n/?] y
dirname (DIRNAME) [Y/n/?] y
dos2unix/unix2dos (DOS2UNIX) [Y/n/?] y
du (default blocksize of 512 bytes) (DU) [Y/n/?] y
  Use a default blocksize of 1024 bytes (1K) (FEATURE_DU_DEFAULT_BLOCKSIZE_1K) [Y/n/?] y
echo (basic SuSv3 version taking no options) (ECHO) [Y/n/?] y
  Enable echo options (-n and -e) (FEATURE_FANCY_ECHO) [Y/n/?] y
env (ENV) [Y/n/?] y
  Enable long options (FEATURE_ENV_LONG_OPTIONS) [Y/n/?] y
expand (EXPAND) [Y/n/?] y
  Enable long options (FEATURE_EXPAND_LONG_OPTIONS) [Y/n/?] y
expr (EXPR) [Y/n/?] y
  Extend Posix numbers support to 64 bit (EXPR_MATH_SUPPORT_64) [Y/n/?] y
false (FALSE) [Y/n/?] y
fold (FOLD) [Y/n/?] y
head (HEAD) [Y/n/?] y
  Enable head options (-c, -q, and -v) (FEATURE_FANCY_HEAD) [Y/n/?] y
hostid (HOSTID) [Y/n/?] y
id (ID) [Y/n/?] y
install (INSTALL) [Y/n/?] y
  Enable long options (FEATURE_INSTALL_LONG_OPTIONS) [Y/n/?] y
length (LENGTH) [Y/n/?] y
ln (LN) [Y/n/?] y
logname (LOGNAME) [Y/n/?] y
ls (LS) [Y/n/?] y
  Enable filetyping options (-p and -F) (FEATURE_LS_FILETYPES) [Y/n/?] y
  Enable symlinks dereferencing (-L) (FEATURE_LS_FOLLOWLINKS) [Y/n/?] y
  Enable recursion (-R) (FEATURE_LS_RECURSIVE) [Y/n/?] y
  Sort the file names (FEATURE_LS_SORTFILES) [Y/n/?] y
  Show file timestamps (FEATURE_LS_TIMESTAMPS) [Y/n/?] y
  Show username/groupnames (FEATURE_LS_USERNAME) [Y/n/?] y
  Allow use of color to identify file types (FEATURE_LS_COLOR) [Y/n/?] y
    Produce colored ls output by default (FEATURE_LS_COLOR_IS_DEFAULT) [Y/n/?] y
md5sum (MD5SUM) [Y/n/?] y
mkdir (MKDIR) [Y/n/?] y
  Enable long options (FEATURE_MKDIR_LONG_OPTIONS) [Y/n/?] y
mkfifo (MKFIFO) [Y/n/?] y
mknod (MKNOD) [Y/n/?] y
mv (MV) [Y/n/?] y
  Enable long options (FEATURE_MV_LONG_OPTIONS) [Y/n/?] y
nice (NICE) [Y/n/?] y
nohup (NOHUP) [Y/n/?] y
od (OD) [Y/n/?] y
printenv (PRINTENV) [Y/n/?] y
printf (PRINTF) [Y/n/?] y
pwd (PWD) [Y/n/?] y
readlink (READLINK) [Y/n/?] y
  Enable canonicalization by following all symlinks (-f) (FEATURE_READLINK_FOLLOW) [Y/n/?] y
realpath (REALPATH) [Y/n/?] y
rm (RM) [Y/n/?] y
rmdir (RMDIR) [Y/n/?] y
  Enable long options (FEATURE_RMDIR_LONG_OPTIONS) [Y/n/?] y
seq (SEQ) [Y/n/?] y
sha1sum (SHA1SUM) [Y/n/?] y
sha256sum (SHA256SUM) [Y/n/?] y
sha512sum (SHA512SUM) [Y/n/?] y
sleep (SLEEP) [Y/n/?] y
  Enable multiple arguments and s/m/h/d suffixes (FEATURE_FANCY_SLEEP) [Y/n/?] y
    Enable fractional arguments (FEATURE_FLOAT_SLEEP) [Y/n/?] y
sort (SORT) [Y/n/?] y
  Full SuSv3 compliant sort (support -ktcsbdfiozgM) (FEATURE_SORT_BIG) [Y/n/?] y
split (SPLIT) [Y/n/?] y
  Fancy extensions (FEATURE_SPLIT_FANCY) [Y/n/?] y
stat (STAT) [Y/n/?] y
  Enable custom formats (-c) (FEATURE_STAT_FORMAT) [Y/n/?] y
stty (STTY) [Y/n/?] y
sum (SUM) [Y/n/?] y
sync (SYNC) [Y/n/?] y
tac (TAC) [Y/n/?] y
tail (TAIL) [Y/n/?] y
  Enable extra tail options (-q, -s, and -v) (FEATURE_FANCY_TAIL) [Y/n/?] y
tee (TEE) [Y/n/?] y
  Enable block I/O (larger/faster) instead of byte I/O (FEATURE_TEE_USE_BLOCK_IO) [Y/n/?] y
test (TEST) [Y/n/?] y
  Extend test to 64 bit (FEATURE_TEST_64) [Y/n/?] y
touch (TOUCH) [Y/n/?] y
tr (TR) [Y/n/?] y
  Enable character classes (such as [:upper:]) (FEATURE_TR_CLASSES) [Y/n/?] y
  Enable equivalence classes (FEATURE_TR_EQUIV) [Y/n/?] y
true (TRUE) [Y/n/?] y
tty (TTY) [Y/n/?] y
uname (UNAME) [Y/n/?] y
unexpand (UNEXPAND) [Y/n/?] y
  Enable long options (FEATURE_UNEXPAND_LONG_OPTIONS) [Y/n/?] y
uniq (UNIQ) [Y/n/?] y
usleep (USLEEP) [Y/n/?] y
uudecode (UUDECODE) [Y/n/?] y
uuencode (UUENCODE) [Y/n/?] y
wc (WC) [Y/n/?] y
  Support very large files in wc (FEATURE_WC_LARGE) [Y/n/?] y
who (WHO) [Y/n/?] y
whoami (WHOAMI) [Y/n/?] y
yes (YES) [Y/n/?] y
*
* Common options for cp and mv
*
Preserve hard links (FEATURE_PRESERVE_HARDLINKS) [Y/n/?] y
*
* Common options for ls, more and telnet
*
Calculate terminal & column widths (FEATURE_AUTOWIDTH) [Y/n/?] y
*
* Common options for df, du, ls
*
Support for human readable output (example 13k, 23M, 235G) (FEATURE_HUMAN_READABLE) [Y/n/?] y
*
* Common options for md5sum, sha1sum
*
Enable -c, -s and -w options (FEATURE_MD5_SHA1_SUM_CHECK) [Y/n/?] y
*
* Console Utilities
*
chvt (CHVT) [Y/n/?] y
clear (CLEAR) [Y/n/?] y
deallocvt (DEALLOCVT) [Y/n/?] y
dumpkmap (DUMPKMAP) [Y/n/?] y
kbd_mode (KBD_MODE) [Y/n/?] y
loadfont (LOADFONT) [Y/n/?] y
loadkmap (LOADKMAP) [Y/n/?] y
openvt (OPENVT) [Y/n/?] y
reset (RESET) [Y/n/?] y
resize (RESIZE) [Y/n/?] y
  Print environment variables (FEATURE_RESIZE_PRINT) [Y/n/?] y
setconsole (SETCONSOLE) [Y/n/?] y
  Enable long options (FEATURE_SETCONSOLE_LONG_OPTIONS) [Y/n/?] y
setfont (SETFONT) [Y/n/?] y
  Support reading textual screen maps (FEATURE_SETFONT_TEXTUAL_MAP) [Y/n/?] y
  Default directory for console-tools files (DEFAULT_SETFONT_DIR) []
setkeycodes (SETKEYCODES) [Y/n/?] y
setlogcons (SETLOGCONS) [Y/n/?] y
showkey (SHOWKEY) [Y/n/?] y
*
* Debian Utilities
*
mktemp (MKTEMP) [Y/n/?] y
pipe_progress (PIPE_PROGRESS) [Y/n/?] y
run-parts (RUN_PARTS) [Y/n/?] y
  Enable long options (FEATURE_RUN_PARTS_LONG_OPTIONS) [Y/n/?] y
  Support additional arguments (FEATURE_RUN_PARTS_FANCY) [Y/n/?] y
start-stop-daemon (START_STOP_DAEMON) [Y/n/?] y
  Support additional arguments (FEATURE_START_STOP_DAEMON_FANCY) [Y/n/?] y
  Enable long options (FEATURE_START_STOP_DAEMON_LONG_OPTIONS) [Y/n/?] y
which (WHICH) [Y/n/?] y
*
* Editors
*
awk (AWK) [Y/n/?] y
  Enable math functions (requires libm) (FEATURE_AWK_LIBM) [Y/n/?] y
cmp (CMP) [Y/n/?] y
diff (DIFF) [Y/n/?] y
  Enable checks for binary files (FEATURE_DIFF_BINARY) [Y/n/?] y
  Enable directory support (FEATURE_DIFF_DIR) [Y/n/?] y
  Enable -d option to find smaller sets of changes (FEATURE_DIFF_MINIMAL) [Y/n/?] y
ed (ED) [Y/n/?] y
patch (PATCH) [Y/n/?] y
sed (SED) [Y/n/?] y
vi (VI) [Y/n/?] y
  Maximum screen width in vi (FEATURE_VI_MAX_LEN) [4096] 4096
  Allow vi to display 8-bit chars (otherwise shows dots) (FEATURE_VI_8BIT) [N/y/?] n
  Enable ":" colon commands (no "ex" mode) (FEATURE_VI_COLON) [Y/n/?] y
  Enable yank/put commands and mark cmds (FEATURE_VI_YANKMARK) [Y/n/?] y
  Enable search and replace cmds (FEATURE_VI_SEARCH) [Y/n/?] y
  Catch signals (FEATURE_VI_USE_SIGNALS) [Y/n/?] y
  Remember previous cmd and "." cmd (FEATURE_VI_DOT_CMD) [Y/n/?] y
  Enable -R option and "view" mode (FEATURE_VI_READONLY) [Y/n/?] y
  Enable set-able options, ai ic showmatch (FEATURE_VI_SETOPTS) [Y/n/?] y
  Support for :set (FEATURE_VI_SET) [Y/n/?] y
  Handle window resize (FEATURE_VI_WIN_RESIZE) [Y/n/?] y
  Optimize cursor movement (FEATURE_VI_OPTIMIZE_CURSOR) [Y/n/?] y
  Allow vi and awk to execute shell commands (FEATURE_ALLOW_EXEC) [Y/n/?] y
*
* Finding Utilities
*
find (FIND) [Y/n/?] y
  Enable -print0 option (FEATURE_FIND_PRINT0) [Y/n/?] y
  Enable modified time matching (-mtime option) (FEATURE_FIND_MTIME) [Y/n/?] y
  Enable modified time matching (-mmin option) (FEATURE_FIND_MMIN) [Y/n/?] y
  Enable permissions matching (-perm option) (FEATURE_FIND_PERM) [Y/n/?] y
  Enable filetype matching (-type option) (FEATURE_FIND_TYPE) [Y/n/?] y
  Enable 'stay in filesystem' option (-xdev) (FEATURE_FIND_XDEV) [Y/n/?] y
  Enable -maxdepth N option (FEATURE_FIND_MAXDEPTH) [Y/n/?] y
  Enable -newer option for comparing file mtimes (FEATURE_FIND_NEWER) [Y/n/?] y
  Enable inode number matching (-inum option) (FEATURE_FIND_INUM) [Y/n/?] y
  Enable -exec option allowing execution of commands (FEATURE_FIND_EXEC) [Y/n/?] y
  Enable username/uid matching (-user option) (FEATURE_FIND_USER) [Y/n/?] y
  Enable group/gid matching (-group option) (FEATURE_FIND_GROUP) [Y/n/?] y
  Enable the 'not' (!) operator (FEATURE_FIND_NOT) [Y/n/?] y
  Enable the -depth option (FEATURE_FIND_DEPTH) [Y/n/?] y
  Enable parens in options (FEATURE_FIND_PAREN) [Y/n/?] y
  Enable -size option allowing matching for file size (FEATURE_FIND_SIZE) [Y/n/?] y
  Enable -prune option allowing to exclude subdirectories (FEATURE_FIND_PRUNE) [Y/n/?] y
  Enable -delete option allowing to delete files (FEATURE_FIND_DELETE) [Y/n/?] y
  Enable -path option allowing to match pathname patterns (FEATURE_FIND_PATH) [Y/n/?] y
  Enable -regex: match pathname to regex (FEATURE_FIND_REGEX) [Y/n/?] y
grep (GREP) [Y/n/?] y
  Support extended regular expressions (egrep & grep -E) (FEATURE_GREP_EGREP_ALIAS) [Y/n/?] y
  Alias fgrep to grep -F (FEATURE_GREP_FGREP_ALIAS) [Y/n/?] y
  Enable before and after context flags (-A, -B and -C) (FEATURE_GREP_CONTEXT) [Y/n/?] y
xargs (XARGS) [Y/n/?] y
  Enable prompt and confirmation option -p (FEATURE_XARGS_SUPPORT_CONFIRMATION) [Y/n/?] y
  Enable support single and double quotes and backslash (FEATURE_XARGS_SUPPORT_QUOTES) [Y/n/?] y
  Enable support options -x (FEATURE_XARGS_SUPPORT_TERMOPT) [Y/n/?] y
  Enable null terminated option -0 (FEATURE_XARGS_SUPPORT_ZERO_TERM) [Y/n/?] y
*
* Init Utilities
*
init (INIT) [Y/n/?] y
  Support reading an inittab file (FEATURE_USE_INITTAB) [Y/n/?] y
    Support killing processes that have been removed from inittab (FEATURE_KILL_REMOVED) [N/y/?] n
  Run commands with leading dash with controlling tty (FEATURE_INIT_SCTTY) [Y/n/?] y
  Enable init to write to syslog (FEATURE_INIT_SYSLOG) [Y/n] y
  Be _extra_ quiet on boot (FEATURE_EXTRA_QUIET) [Y/n/?] y
  Support dumping core for child processes (debugging only) (FEATURE_INIT_COREDUMPS) [Y/n/?] y
  Support running init from within an initrd (not initramfs) (FEATURE_INITRD) [Y/n/?] y
poweroff, halt, and reboot (HALT) [Y/n/?] y
mesg (MESG) [Y/n/?] y
*
* Login/Password Management Utilities
*
Support for shadow passwords (FEATURE_SHADOWPASSWDS) [Y/n/?] y
Use internal password and group functions rather than system functions (USE_BB_PWD_GRP) [Y/n/?] y
  Use internal shadow password functions (USE_BB_SHADOW) [Y/n/?] y
Use internal crypt functions (USE_BB_CRYPT) [Y/n/?] y
  Enable SHA256/512 crypt functions (USE_BB_CRYPT_SHA) [Y/n/?] y
addgroup (ADDGROUP) [Y/n/?] y
  Support for adding users to groups (FEATURE_ADDUSER_TO_GROUP) [Y/n/?] y
delgroup (DELGROUP) [Y/n/?] y
  Support for removing users from groups (FEATURE_DEL_USER_FROM_GROUP) [Y/n/?] y
Enable sanity check on user/group names in adduser and addgroup (FEATURE_CHECK_NAMES) [N/y/?] n
adduser (ADDUSER) [Y/n/?] y
  Enable long options (FEATURE_ADDUSER_LONG_OPTIONS) [Y/n/?] y
deluser (DELUSER) [Y/n/?] y
getty (GETTY) [Y/n/?] y
  Support utmp file (FEATURE_UTMP) [Y/?] y
  Support wtmp file (FEATURE_WTMP) [Y/?] y
login (LOGIN) [Y/n/?] y
  Support for PAM (Pluggable Authentication Modules) (PAM) [N/y/?] n
  Support for login scripts (LOGIN_SCRIPTS) [Y/n/?] y
  Support for /etc/nologin (FEATURE_NOLOGIN) [Y/n/?] y
  Support for /etc/securetty (FEATURE_SECURETTY) [Y/n/?] y
passwd (PASSWD) [Y/n/?] y
  Check new passwords for weakness (FEATURE_PASSWD_WEAK_CHECK) [Y/n/?] y
cryptpw (CRYPTPW) [Y/n/?] y
chpasswd (CHPASSWD) [Y/n/?] y
su (SU) [Y/n/?] y
  Enable su to write to syslog (FEATURE_SU_SYSLOG) [Y/n] y
  Enable su to check user's shell to be listed in /etc/shells (FEATURE_SU_CHECKS_SHELLS) [Y/n] y
sulogin (SULOGIN) [Y/n/?] y
vlock (VLOCK) [Y/n/?] y
*
* Linux Ext2 FS Progs
*
chattr (CHATTR) [Y/n/?] y
fsck (FSCK) [Y/n/?] y
lsattr (LSATTR) [Y/n/?] y
*
* Linux Module Utilities
*
Simplified modutils (MODPROBE_SMALL) [Y/n/?] y
  Accept module options on modprobe command line (FEATURE_MODPROBE_SMALL_OPTIONS_ON_CMDLINE) [Y/n/?] y
  Skip loading of already loaded modules (FEATURE_MODPROBE_SMALL_CHECK_ALREADY_LOADED) [Y/n/?] y
*
* Options common to multiple modutils
*
Default directory containing modules (DEFAULT_MODULES_DIR) [/lib/modules] /lib/modules
Default name of modules.dep (DEFAULT_DEPMOD_FILE) [modules.dep] modules.dep
*
* Linux System Utilities
*
acpid (ACPID) [Y/n/?] y
  Accept and ignore redundant options (FEATURE_ACPID_COMPAT) [Y/n/?] y
blkid (BLKID) [Y/n/?] y
dmesg (DMESG) [Y/n/?] y
  Pretty dmesg output (FEATURE_DMESG_PRETTY) [Y/n/?] y
fbset (FBSET) [Y/n/?] y
  Turn on extra fbset options (FEATURE_FBSET_FANCY) [Y/n/?] y
  Turn on fbset readmode support (FEATURE_FBSET_READMODE) [Y/n/?] y
fdflush (FDFLUSH) [Y/n/?] y
fdformat (FDFORMAT) [Y/n/?] y
fdisk (FDISK) [Y/n/?] y
  Support over 4GB disks (FDISK_SUPPORT_LARGE_DISKS) [Y/?] y
  Write support (FEATURE_FDISK_WRITABLE) [Y/n/?] y
    Support AIX disklabels (FEATURE_AIX_LABEL) [N/y/?] n
    Support SGI disklabels (FEATURE_SGI_LABEL) [N/y/?] n
    Support SUN disklabels (FEATURE_SUN_LABEL) [N/y/?] n
    Support BSD disklabels (FEATURE_OSF_LABEL) [N/y/?] n
    Support expert mode (FEATURE_FDISK_ADVANCED) [Y/n/?] y
findfs (FINDFS) [Y/n/?] y
freeramdisk (FREERAMDISK) [Y/n/?] y
fsck_minix (FSCK_MINIX) [Y/n/?] y
mkfs_minix (MKFS_MINIX) [Y/n/?] y
  *
  * Minix filesystem support
  *
  Support Minix fs v2 (fsck_minix/mkfs_minix) (FEATURE_MINIX2) [Y/n/?] y
mkfs_vfat (MKFS_VFAT) [Y/n/?] y
getopt (GETOPT) [Y/n/?] y
hexdump (HEXDUMP) [Y/?] y
  Support -R, reverse of 'hexdump -Cv' (FEATURE_HEXDUMP_REVERSE) [Y/n/?] y
hd (HD) [Y/n/?] y
hwclock (HWCLOCK) [Y/n/?] y
  Support long options (--hctosys,...) (FEATURE_HWCLOCK_LONG_OPTIONS) [Y/n/?] y
  Use FHS /var/lib/hwclock/adjtime (FEATURE_HWCLOCK_ADJTIME_FHS) [Y/n/?] y
ipcrm (IPCRM) [Y/n/?] y
ipcs (IPCS) [Y/n/?] y
losetup (LOSETUP) [Y/n/?] y
mdev (MDEV) [Y/n/?] y
  Support /etc/mdev.conf (FEATURE_MDEV_CONF) [Y/n/?] y
    Support subdirs/symlinks (FEATURE_MDEV_RENAME) [Y/n/?] y
      Support regular expressions substitutions when renaming device (FEATURE_MDEV_RENAME_REGEXP) [Y/n/?] y
    Support command execution at device addition/removal (FEATURE_MDEV_EXEC) [Y/n/?] y
  Support loading of firmwares (FEATURE_MDEV_LOAD_FIRMWARE) [Y/n/?] y
mkswap (MKSWAP) [Y/n/?] y
  Version 0 support (FEATURE_MKSWAP_V0) [Y/n/?] y
more (MORE) [Y/n/?] y
  Use termios to manipulate the screen (FEATURE_USE_TERMIOS) [Y/n/?] y
Ext filesystem (FEATURE_VOLUMEID_EXT) [Y/n/?] y
Reiser filesystem (FEATURE_VOLUMEID_REISERFS) [Y/n/?] y
fat filesystem (FEATURE_VOLUMEID_FAT) [Y/n/?] y
hfs filesystem (FEATURE_VOLUMEID_HFS) [Y/n/?] y
jfs filesystem (FEATURE_VOLUMEID_JFS) [Y/n/?] y
xfs filesystem (FEATURE_VOLUMEID_XFS) [Y/n/?] y
ntfs filesystem (FEATURE_VOLUMEID_NTFS) [Y/n/?] y
iso9660 filesystem (FEATURE_VOLUMEID_ISO9660) [Y/n/?] y
udf filesystem (FEATURE_VOLUMEID_UDF) [Y/n/?] y
luks filesystem (FEATURE_VOLUMEID_LUKS) [Y/n/?] y
linux swap filesystem (FEATURE_VOLUMEID_LINUXSWAP) [Y/n/?] y
cramfs filesystem (FEATURE_VOLUMEID_CRAMFS) [Y/n/?] y
romfs filesystem (FEATURE_VOLUMEID_ROMFS) [Y/n/?] y
sysv filesystem (FEATURE_VOLUMEID_SYSV) [Y/n/?] y
ocfs2 filesystem (FEATURE_VOLUMEID_OCFS2) [Y/n/?] y
linuxraid (FEATURE_VOLUMEID_LINUXRAID) [Y/n/?] y
mount (MOUNT) [Y/n/?] y
  Support option -f (FEATURE_MOUNT_FAKE) [Y/n/?] y
  Support option -v (FEATURE_MOUNT_VERBOSE) [Y/n/?] y
  Support mount helpers (FEATURE_MOUNT_HELPERS) [N/y/?] n
  Support specifiying devices by label or UUID (FEATURE_MOUNT_LABEL) [Y/n/?] y
  Support mounting NFS file systems (FEATURE_MOUNT_NFS) [Y/n/?] y
  Support mounting CIFS/SMB file systems (FEATURE_MOUNT_CIFS) [Y/n/?] y
  Support lots of -o flags in mount (FEATURE_MOUNT_FLAGS) [Y/n/?] y
  Support /etc/fstab and -a (FEATURE_MOUNT_FSTAB) [Y/n/?] y
pivot_root (PIVOT_ROOT) [Y/n/?] y
rdate (RDATE) [Y/n/?] y
rdev (RDEV) [Y/n/?] y
readprofile (READPROFILE) [Y/n/?] y
rtcwake (RTCWAKE) [Y/n/?] y
script (SCRIPT) [Y/n/?] y
setarch (SETARCH) [Y/n/?] y
swaponoff (SWAPONOFF) [Y/n/?] y
  Support priority option -p (FEATURE_SWAPON_PRI) [Y/n/?] y
switch_root (SWITCH_ROOT) [Y/n/?] y
umount (UMOUNT) [Y/n/?] y
  Support option -a (FEATURE_UMOUNT_ALL) [Y/n/?] y
  *
  * Common options for mount/umount
  *
  Support loopback mounts (FEATURE_MOUNT_LOOP) [Y/n/?] y
  Support for the old /etc/mtab file (FEATURE_MTAB_SUPPORT) [N/y/?] n
*
* Miscellaneous Utilities
*
adjtimex (ADJTIMEX) [Y/n/?] y
bbconfig (BBCONFIG) [N/y/?] n
chat (CHAT) [Y/n/?] y
  Enable NOFAIL expect strings (FEATURE_CHAT_NOFAIL) [Y/n/?] y
  Force STDIN to be a TTY (FEATURE_CHAT_TTY_HIFI) [N/y/?] n
  Enable implicit Carriage Return (FEATURE_CHAT_IMPLICIT_CR) [Y/n/?] y
  Swallow options (FEATURE_CHAT_SWALLOW_OPTS) [Y/n/?] y
  Support weird SEND escapes (FEATURE_CHAT_SEND_ESCAPES) [Y/n/?] y
  Support variable-length ABORT conditions (FEATURE_CHAT_VAR_ABORT_LEN) [Y/n/?] y
  Support revoking of ABORT conditions (FEATURE_CHAT_CLR_ABORT) [Y/n/?] y
chrt (CHRT) [Y/n/?] y
crond (CROND) [Y/n/?] y
  Support option -d to redirect output to stderr (FEATURE_CROND_D) [Y/n/?] y
  Using /usr/sbin/sendmail? (FEATURE_CROND_CALL_SENDMAIL) [Y/n/?] y
  crond spool directory (FEATURE_CROND_DIR) [/var/spool/cron] /var/spool/cron
crontab (CRONTAB) [Y/n/?] y
dc (DC) [Y/n/?] y
  Enable power and exp functions (requires libm) (FEATURE_DC_LIBM) [Y/n/?] y
devfsd (obsolete) (DEVFSD) [N/y/?] n
Use devfs names for all devices (obsolete) (FEATURE_DEVFS) [N/y/?] n
devmem (DEVMEM) [Y/n/?] y
eject (EJECT) [Y/n/?] y
  SCSI support (FEATURE_EJECT_SCSI) [Y/n/?] y
fbsplash (FBSPLASH) [Y/n/?] y
flash_eraseall (FLASH_ERASEALL) [N/y/?] n
ionice (IONICE) [Y/n/?] y
inotifyd (INOTIFYD) [N/y/?] n
last (LAST) [Y/n/?] y
  Choose last implementation
    1. small (FEATURE_LAST_SMALL)
  > 2. huge (FEATURE_LAST_FANCY)
  choice[1-2]: 2
less (LESS) [Y/n/?] y
  Max number of input lines less will try to eat (FEATURE_LESS_MAXLINES) [9999999] 9999999
  Enable bracket searching (FEATURE_LESS_BRACKETS) [Y/n/?] y
  Enable extra flags (FEATURE_LESS_FLAGS) [Y/n/?] y
  Enable marks (FEATURE_LESS_MARKS) [Y/n/?] y
  Enable regular expressions (FEATURE_LESS_REGEXP) [Y/n/?] y
  Enable automatic resizing on window size changes (FEATURE_LESS_WINCH) [Y/n/?] y
  Enable flag changes ('-' command) (FEATURE_LESS_DASHCMD) [Y/n/?] y
    Enable dynamic switching of line numbers (FEATURE_LESS_LINENUMS) [Y/n/?] y
hdparm (HDPARM) [Y/n/?] y
  Support obtaining detailed information directly from drives (FEATURE_HDPARM_GET_IDENTITY) [Y/n/?] y
  Register an IDE interface (DANGEROUS) (FEATURE_HDPARM_HDIO_SCAN_HWIF) [Y/n/?] y
  Un-register an IDE interface (DANGEROUS) (FEATURE_HDPARM_HDIO_UNREGISTER_HWIF) [Y/n/?] y
  Perform device reset (DANGEROUS) (FEATURE_HDPARM_HDIO_DRIVE_RESET) [Y/n/?] y
  Tristate device for hotswap (DANGEROUS) (FEATURE_HDPARM_HDIO_TRISTATE_HWIF) [Y/n/?] y
  Get/set using_dma flag (FEATURE_HDPARM_HDIO_GETSET_DMA) [Y/n/?] y
makedevs (MAKEDEVS) [Y/n/?] y
  Choose makedevs behaviour
    1. leaf (FEATURE_MAKEDEVS_LEAF)
  > 2. table (FEATURE_MAKEDEVS_TABLE)
  choice[1-2]: 2
man (MAN) [Y/n/?] y
microcom (MICROCOM) [Y/n/?] y
mountpoint (MOUNTPOINT) [Y/n/?] y
mt (MT) [Y/n/?] y
raidautorun (RAIDAUTORUN) [Y/n/?] y
readahead (READAHEAD) [Y/n/?] y
runlevel (RUNLEVEL) [Y/n/?] y
rx (RX) [Y/n/?] y
setsid (SETSID) [Y/n/?] y
strings (STRINGS) [Y/n/?] y
taskset (TASKSET) [N/y/?] n
time (TIME) [Y/n/?] y
timeout (TIMEOUT) [Y/n/?] y
ttysize (TTYSIZE) [Y/n/?] y
watchdog (WATCHDOG) [Y/n/?] y
*
* Networking Utilities
*
Enable IPv6 support (FEATURE_IPV6) [Y/n/?] y
  Prefer IPv4 addresses from DNS queries (FEATURE_PREFER_IPV4_ADDRESS) [Y/n/?] y
Verbose resolution errors (VERBOSE_RESOLUTION_ERRORS) [N/y/?] n
arp (ARP) [Y/n/?] y
arping (ARPING) [Y/n/?] y
brctl (BRCTL) [Y/n/?] y
  Fancy options (FEATURE_BRCTL_FANCY) [Y/n/?] y
    Support show, showmac and showstp (FEATURE_BRCTL_SHOW) [Y/n/?] y
dnsd (DNSD) [Y/n/?] y
ether-wake (ETHER_WAKE) [Y/n/?] y
fakeidentd (FAKEIDENTD) [Y/n/?] y
ftpd (FTPD) [Y/n/?] y
  Enable upload commands (FEATURE_FTP_WRITE) [Y/n/?] y
ftpget (FTPGET) [Y/n/?] y
ftpput (FTPPUT) [Y/n/?] y
  Enable long options in ftpget/ftpput (FEATURE_FTPGETPUT_LONG_OPTIONS) [Y/n/?] y
hostname (HOSTNAME) [Y/n/?] y
httpd (HTTPD) [Y/n/?] y
  Support 'Ranges:' header (FEATURE_HTTPD_RANGES) [Y/n/?] y
  Use sendfile system call (FEATURE_HTTPD_USE_SENDFILE) [Y/n/?] y
  Enable -u <user> option (FEATURE_HTTPD_SETUID) [Y/n/?] y
  Enable Basic http Authentication (FEATURE_HTTPD_BASIC_AUTH) [Y/n/?] y
    Support MD5 crypted passwords for http Authentication (FEATURE_HTTPD_AUTH_MD5) [Y/n/?] y
  Support Common Gateway Interface (CGI) (FEATURE_HTTPD_CGI) [Y/n/?] y
    Support for running scripts through an interpreter (FEATURE_HTTPD_CONFIG_WITH_SCRIPT_INTERPR) [Y/n/?] y
    Set REMOTE_PORT environment variable for CGI (FEATURE_HTTPD_SET_REMOTE_PORT_TO_ENV) [Y/n/?] y
  Enable -e option (useful for CGIs written as shell scripts) (FEATURE_HTTPD_ENCODE_URL_STR) [Y/n/?] y
  Support for custom error pages (FEATURE_HTTPD_ERROR_PAGES) [Y/n/?] y
  Support for reverse proxy (FEATURE_HTTPD_PROXY) [Y/n/?] y
ifconfig (IFCONFIG) [Y/n/?] y
  Enable status reporting output (+7k) (FEATURE_IFCONFIG_STATUS) [Y/n/?] y
  Enable slip-specific options "keepalive" and "outfill" (FEATURE_IFCONFIG_SLIP) [Y/n/?] y
  Enable options "mem_start", "io_addr", and "irq" (FEATURE_IFCONFIG_MEMSTART_IOADDR_IRQ) [Y/n/?] y
  Enable option "hw" (ether only) (FEATURE_IFCONFIG_HW) [Y/n/?] y
  Set the broadcast automatically (FEATURE_IFCONFIG_BROADCAST_PLUS) [Y/n/?] y
ifenslave (IFENSLAVE) [Y/n/?] y
ifupdown (IFUPDOWN) [Y/n/?] y
  Absolute path to ifstate file (IFUPDOWN_IFSTATE_PATH) [/var/run/ifstate] /var/run/ifstate
  Use ip applet (FEATURE_IFUPDOWN_IP) [Y/n/?] y
    Use busybox ip applet (FEATURE_IFUPDOWN_IP_BUILTIN) [Y/n/?] y
  Support for IPv4 (FEATURE_IFUPDOWN_IPV4) [Y/n/?] y
  Support for IPv6 (FEATURE_IFUPDOWN_IPV6) [Y/n/?] y
  Enable mapping support (FEATURE_IFUPDOWN_MAPPING) [Y/n/?] y
  Support for external dhcp clients (FEATURE_IFUPDOWN_EXTERNAL_DHCP) [N/y/?] n
inetd (INETD) [Y/n/?] y
  Support echo service (FEATURE_INETD_SUPPORT_BUILTIN_ECHO) [Y/n/?] y
  Support discard service (FEATURE_INETD_SUPPORT_BUILTIN_DISCARD) [Y/n/?] y
  Support time service (FEATURE_INETD_SUPPORT_BUILTIN_TIME) [Y/n/?] y
  Support daytime service (FEATURE_INETD_SUPPORT_BUILTIN_DAYTIME) [Y/n/?] y
  Support chargen service (FEATURE_INETD_SUPPORT_BUILTIN_CHARGEN) [Y/n/?] y
  Support RPC services (FEATURE_INETD_RPC) [Y/n/?] y
ip (IP) [Y/?] y
  ip address (FEATURE_IP_ADDRESS) [Y/?] y
  ip link (FEATURE_IP_LINK) [Y/?] y
  ip route (FEATURE_IP_ROUTE) [Y/?] y
  ip tunnel (FEATURE_IP_TUNNEL) [Y/n/?] y
  ip rule (FEATURE_IP_RULE) [Y/n/?] y
  Support short forms of ip commands (FEATURE_IP_SHORT_FORMS) [Y/n/?] y
  Support displaying rarely used link types (FEATURE_IP_RARE_PROTOCOLS) [N/y/?] n
ipcalc (IPCALC) [Y/n/?] y
  Fancy IPCALC, more options, adds 1 kbyte (FEATURE_IPCALC_FANCY) [Y/n/?] y
  Enable long options (FEATURE_IPCALC_LONG_OPTIONS) [Y/n/?] y
nameif (NAMEIF) [Y/n/?] y
  Extended nameif (FEATURE_NAMEIF_EXTENDED) [Y/n/?] y
nc (NC) [Y/n/?] y
  Netcat server options (-l) (NC_SERVER) [Y/n/?] y
  Netcat extensions (-eiw and filename) (NC_EXTRA) [Y/n/?] y
netstat (NETSTAT) [Y/n/?] y
  Enable wide netstat output (FEATURE_NETSTAT_WIDE) [Y/n/?] y
  Enable PID/Program name output (FEATURE_NETSTAT_PRG) [Y/n/?] y
nslookup (NSLOOKUP) [Y/n/?] y
ping (PING) [Y/n/?] y
  ping6 (PING6) [Y/n/?] y
  Enable fancy ping output (FEATURE_FANCY_PING) [Y/n/?] y
pscan (PSCAN) [Y/n/?] y
route (ROUTE) [Y/n/?] y
slattach (SLATTACH) [Y/n/?] y
telnet (TELNET) [Y/n/?] y
  Pass TERM type to remote host (FEATURE_TELNET_TTYPE) [Y/n/?] y
  Pass USER type to remote host (FEATURE_TELNET_AUTOLOGIN) [Y/n/?] y
telnetd (TELNETD) [Y/n/?] y
  Support standalone telnetd (not inetd only) (FEATURE_TELNETD_STANDALONE) [Y/n/?] y
tftp (TFTP) [Y/n/?] y
tftpd (TFTPD) [Y/n/?] y
  Enable "get" command (FEATURE_TFTP_GET) [Y/n/?] y
  Enable "put" command (FEATURE_TFTP_PUT) [Y/n/?] y
  Enable "blksize" protocol option (FEATURE_TFTP_BLOCKSIZE) [Y/n/?] y
  Enable debug (TFTP_DEBUG) [N/y/?] n
traceroute (TRACEROUTE) [Y/n/?] y
  Enable verbose output (FEATURE_TRACEROUTE_VERBOSE) [Y/n/?] y
  Enable loose source route (FEATURE_TRACEROUTE_SOURCE_ROUTE) [N/y/?] n
  Use ICMP instead of UDP (FEATURE_TRACEROUTE_USE_ICMP) [N/y/?] n
udhcp server (udhcpd) (APP_UDHCPD) [Y/n/?] y
  dhcprelay (APP_DHCPRELAY) [Y/n/?] y
  Lease display utility (dumpleases) (APP_DUMPLEASES) [Y/n/?] y
  Rewrite the lease file at every new acknowledge (FEATURE_UDHCPD_WRITE_LEASES_EARLY) [Y/n/?] y
  Absolute path to lease file (DHCPD_LEASES_FILE) [/var/lib/misc/udhcpd.leases] /var/lib/misc/udhcpd.leases
udhcp client (udhcpc) (APP_UDHCPC) [Y/n/?] y
  Verify that the offered address is free, using ARP ping (FEATURE_UDHCPC_ARPING) [Y/n/?] y
  Enable '-P port' option for udhcpd and udhcpc (FEATURE_UDHCP_PORT) [Y/n/?] y
  Compile udhcp with noisy debugging messages (UDHCP_DEBUG) [N/y/?] n
  Support for RFC3397 domain search (experimental) (FEATURE_UDHCP_RFC3397) [Y/n/?] y
  Absolute path to config script (UDHCPC_DEFAULT_SCRIPT) [/usr/share/udhcpc/default.script] /usr/share/udhcpc/default.script
  DHCP options slack buffer size (UDHCPC_SLACK_FOR_BUGGY_SERVERS) [80] 80
  ifup udhcpc command line options (IFUPDOWN_UDHCPC_CMD_OPTIONS) [-R -n] -R -n
vconfig (VCONFIG) [Y/n/?] y
wget (WGET) [Y/n/?] y
  Enable a nifty process meter (+2k) (FEATURE_WGET_STATUSBAR) [Y/n/?] y
  Enable HTTP authentication (FEATURE_WGET_AUTHENTICATION) [Y/n/?] y
  Enable long options (FEATURE_WGET_LONG_OPTIONS) [Y/n/?] y
zcip (ZCIP) [Y/n/?] y
tcpsvd (TCPSVD) [Y/n/?] y
tunctl (TUNCTL) [Y/n/?] y
  Support owner:group assignment (FEATURE_TUNCTL_UG) [Y/n/?] y
udpsvd (UDPSVD) [Y/n/?] y
*
* Print Utilities
*
lpd (LPD) [Y/n/?] y
lpr (LPR) [Y/n/?] y
lpq (LPQ) [Y/n/?] y
*
* Mail Utilities
*
makemime (MAKEMIME) [Y/n/?] y
  Default charset (FEATURE_MIME_CHARSET) [us-ascii] us-ascii
popmaildir (POPMAILDIR) [Y/n/?] y
  Allow message filters and custom delivery program (FEATURE_POPMAILDIR_DELIVERY) [Y/n/?] y
reformime (REFORMIME) [Y/n/?] y
  Accept and ignore options other than -x and -X (FEATURE_REFORMIME_COMPAT) [Y/n/?] y
sendmail (SENDMAIL) [Y/n/?] y
*
* Process Utilities
*
free (FREE) [Y/n/?] y
fuser (FUSER) [Y/n/?] y
kill (KILL) [Y/n/?] y
  killall (KILLALL) [Y/n/?] y
  killall5 (KILLALL5) [Y/n] y
nmeter (NMETER) [Y/n/?] y
pgrep (PGREP) [Y/n/?] y
pidof (PIDOF) [Y/n/?] y
  Enable argument for single shot (-s) (FEATURE_PIDOF_SINGLE) [Y/n/?] y
  Enable argument for omitting pids (-o) (FEATURE_PIDOF_OMIT) [Y/n/?] y
pkill (PKILL) [Y/n/?] y
ps (PS) [Y/n/?] y
  Enable argument for wide output (-w) (FEATURE_PS_WIDE) [Y/n/?] y
renice (RENICE) [Y/n/?] y
sysctl (BB_SYSCTL) [Y/n/?] y
top (TOP) [Y/n/?] y
  Show CPU per-process usage percentage (FEATURE_TOP_CPU_USAGE_PERCENTAGE) [Y/n/?] y
    Show CPU global usage percentage (FEATURE_TOP_CPU_GLOBAL_PERCENTS) [Y/n/?] y
      SMP CPU usage display ('c' key) (FEATURE_TOP_SMP_CPU) [Y/n/?] y
    Show 1/10th of a percent in CPU/mem statistics (FEATURE_TOP_DECIMALS) [Y/n/?] y
  Show CPU process runs on ('j' field) (FEATURE_TOP_SMP_PROCESS) [Y/n/?] y
  Topmem command ('s' key) (FEATURE_TOPMEM) [Y/n/?] y
uptime (UPTIME) [Y/n/?] y
watch (WATCH) [Y/n/?] y
*
* Runit Utilities
*
runsv (RUNSV) [Y/n/?] y
runsvdir (RUNSVDIR) [Y/n/?] y
  Enable scrolling argument log (FEATURE_RUNSVDIR_LOG) [N/y/?] n
sv (SV) [Y/n/?] y
  Default directory for services (SV_DEFAULT_SERVICE_DIR) [/var/service] /var/service
svlogd (SVLOGD) [Y/n/?] y
chpst (CHPST) [Y/n/?] y
setuidgid (SETUIDGID) [Y/n/?] y
envuidgid (ENVUIDGID) [Y/n/?] y
envdir (ENVDIR) [Y/n/?] y
softlimit (SOFTLIMIT) [Y/n/?] y
*
* Shells
*
Choose your default shell
> 1. ash (FEATURE_SH_IS_ASH)
  2. hush (FEATURE_SH_IS_HUSH)
  3. msh (FEATURE_SH_IS_MSH)
  4. none (FEATURE_SH_IS_NONE)
choice[1-4?]: 1
ash (ASH) [Y/?] y
  *
  * Ash Shell Options
  *
  bash-compatible extensions (ASH_BASH_COMPAT) [Y/n/?] y
  Job control (ASH_JOB_CONTROL) [Y/n/?] y
  'read -n N' and 'read -s' support (ASH_READ_NCHARS) [Y/n/?] y
  'read -t S' support (ASH_READ_TIMEOUT) [Y/n/?] y
  alias support (ASH_ALIAS) [Y/n/?] y
  Builtin getopt to parse positional parameters (ASH_GETOPTS) [Y/n/?] y
  Builtin version of 'echo' (ASH_BUILTIN_ECHO) [Y/n/?] y
  Builtin version of 'printf' (ASH_BUILTIN_PRINTF) [Y/n/?] y
  Builtin version of 'test' (ASH_BUILTIN_TEST) [Y/n/?] y
  'command' command to override shell builtins (ASH_CMDCMD) [Y/n/?] y
  Check for new mail on interactive shells (ASH_MAIL) [N/y/?] n
  Optimize for size instead of speed (ASH_OPTIMIZE_FOR_SIZE) [Y/n/?] y
  Pseudorandom generator and $RANDOM variable (ASH_RANDOM_SUPPORT) [Y/n/?] y
  Expand prompt string (ASH_EXPAND_PRMT) [Y/n/?] y
hush (HUSH) [Y/n/?] y
  help builtin (HUSH_HELP) [Y/n/?] y
  Interactive mode (HUSH_INTERACTIVE) [Y/n/?] y
    Job control (HUSH_JOB) [Y/n/?] y
  Process substitution (HUSH_TICK) [Y/n/?] y
  Support if/then/elif/else/fi (HUSH_IF) [Y/n/?] y
  Support for, while and until loops (HUSH_LOOPS) [Y/n/?] y
  Support case ... esac statement (HUSH_CASE) [Y/n/?] y
  Support funcname() { commands; } syntax (HUSH_FUNCTIONS) [Y/n/?] y
  Support export '-n' option (HUSH_EXPORT_N) [Y/n/?] y
lash (deprecated: aliased to hush) (LASH) [N/y/?] n
msh (deprecated: please use hush) (MSH) [Y/n/?] y
  *
  * Bourne Shell Options
  *
POSIX math support (SH_MATH_SUPPORT) [Y/n/?] y
  Extend POSIX math support to 64 bit (SH_MATH_SUPPORT_64) [Y/n/?] y
Hide message on interactive shell startup (FEATURE_SH_EXTRA_QUIET) [Y/n/?] y
cttyhack (CTTYHACK) [Y/n/?] y
*
* System Logging Utilities
*
syslogd (SYSLOGD) [Y/n/?] y
  Rotate message files (FEATURE_ROTATE_LOGFILE) [Y/n/?] y
  Remote Log support (FEATURE_REMOTE_LOG) [Y/n/?] y
  Support -D (drop dups) option (FEATURE_SYSLOGD_DUP) [Y/n/?] y
  Circular Buffer support (FEATURE_IPC_SYSLOG) [Y/n/?] y
    Circular buffer size in Kbytes (minimum 4KB) (FEATURE_IPC_SYSLOG_BUFFER_SIZE) [16] 16
    logread (LOGREAD) [Y/n/?] y
      Double buffering (FEATURE_LOGREAD_REDUCED_LOCKING) [Y/n/?] y
klogd (KLOGD) [Y/n/?] y
logger (LOGGER) [Y/n/?] y
===[auto_config:65 (last $?=0)> cp -v .config .config.1
`.config' -> `/opt/T2/t2-trunk/src.busybox.EmbdMips64.20090701.172115.2804.loadgen1/busybox-1.14.2/.config.1'
===[auto_config:67 (last $?=0)> j=2
===[auto_config:67 (last $?=0)> (( i=1  ))
===[auto_config:67 (last $?=0)> (( i<n  ))
===[auto_config:68 (last $?=0)> apply_conffiles .config.2
===[apply_conffiles:22 (last $?=0)> local file= rule=
===[apply_conffiles:23 (last $?=0)> local action= prerule= value= x=
===[apply_conffiles:25 (last $?=0)> '[' '!' -f /opt/T2/t2-trunk/src.busybox.EmbdMips64.20090701.172115.2804.loadgen1/config.sed ']'
===[apply_conffiles:26 (last $?=0)> for file in '$conffiles' '$extraconffiles'
===[apply_conffiles:26 (last $?=0)> '[' -f /opt/T2/t2-trunk/src.busybox.EmbdMips64.20090701.172115.2804.loadgen1/.config ']'
===[apply_conffiles:27 (last $?=0)> sed -e '/^[ \t]*$/d;' -e '/^[ \t]*#.*/d;' /opt/T2/t2-trunk/src.busybox.EmbdMips64.20090701.172115.2804.loadgen1/.config
===[apply_conffiles:28 (last $?=0)> read action prerule value x
===[apply_conffiles:29 (last $?=0)> '[' O = '#' -o O = '' ']'
====[apply_conffiles:30 (last $?=0)> sed 's/\*/[^ #]*/'
====[apply_conffiles:30 (last $?=1)> echo CONFIG_INSTALL_APPLET_SYMLINKS
===[apply_conffiles:30 (last $?=0)> rule=CONFIG_INSTALL_APPLET_SYMLINKS
===[apply_conffiles:31 (last $?=0)> rule='^\(# \)\?\(CONFIG_INSTALL_APPLET_SYMLINKS\)[= ].*$'
===[apply_conffiles:33 (last $?=0)> '[' -z '' ']'
===[apply_conffiles:34 (last $?=0)> value=y
===[apply_conffiles:38 (last $?=0)> case "$action" in
===[apply_conffiles:42 (last $?=0)> echo 'apply_conffiles: rule unset CONFIG_INSTALL_APPLET_SYMLINKS.'
apply_conffiles: rule unset CONFIG_INSTALL_APPLET_SYMLINKS.
===[apply_conffiles:43 (last $?=0)> echo 's,^\(# \)\?\(CONFIG_INSTALL_APPLET_SYMLINKS\)[= ].*$,# \2 is not set,g'
===[apply_conffiles:28 (last $?=0)> read action prerule value x
===[apply_conffiles:29 (last $?=0)> '[' X = '#' -o X = '' ']'
====[apply_conffiles:30 (last $?=1)> echo CONFIG_INSTALL_APPLET_DONT
====[apply_conffiles:30 (last $?=0)> sed 's/\*/[^ #]*/'
===[apply_conffiles:30 (last $?=0)> rule=CONFIG_INSTALL_APPLET_DONT
===[apply_conffiles:31 (last $?=0)> rule='^\(# \)\?\(CONFIG_INSTALL_APPLET_DONT\)[= ].*$'
===[apply_conffiles:33 (last $?=0)> '[' -z '' ']'
===[apply_conffiles:34 (last $?=0)> value=y
===[apply_conffiles:38 (last $?=0)> case "$action" in
===[apply_conffiles:39 (last $?=0)> echo 'apply_conffiles: rule CONFIG_INSTALL_APPLET_DONT=y.'
apply_conffiles: rule CONFIG_INSTALL_APPLET_DONT=y.
===[apply_conffiles:40 (last $?=0)> echo 's,^\(# \)\?\(CONFIG_INSTALL_APPLET_DONT\)[= ].*$,\2=y,g'
===[apply_conffiles:28 (last $?=0)> read action prerule value x
===[apply_conffiles:29 (last $?=0)> '[' X = '#' -o X = '' ']'
====[apply_conffiles:30 (last $?=1)> echo CONFIG_PREFIX
====[apply_conffiles:30 (last $?=0)> sed 's/\*/[^ #]*/'
===[apply_conffiles:30 (last $?=0)> rule=CONFIG_PREFIX
===[apply_conffiles:31 (last $?=0)> rule='^\(# \)\?\(CONFIG_PREFIX\)[= ].*$'
===[apply_conffiles:33 (last $?=0)> '[' -z '"/opt/T2/t2-trunk/build/EmbdMips64-8.0-trunk-embedded-minimal-mips64-EB-cross/"' ']'
====[apply_conffiles:36 (last $?=1)> eval echo '"/opt/T2/t2-trunk/build/EmbdMips64-8.0-trunk-embedded-minimal-mips64-EB-cross/"'
=====[apply_conffiles:36 (last $?=1)> echo /opt/T2/t2-trunk/build/EmbdMips64-8.0-trunk-embedded-minimal-mips64-EB-cross/
===[apply_conffiles:36 (last $?=0)> value='"/opt/T2/t2-trunk/build/EmbdMips64-8.0-trunk-embedded-minimal-mips64-EB-cross/"'
===[apply_conffiles:38 (last $?=0)> case "$action" in
===[apply_conffiles:39 (last $?=0)> echo 'apply_conffiles: rule CONFIG_PREFIX="/opt/T2/t2-trunk/build/EmbdMips64-8.0-trunk-embedded-minimal-mips64-EB-cross/".'
apply_conffiles: rule CONFIG_PREFIX="/opt/T2/t2-trunk/build/EmbdMips64-8.0-trunk-embedded-minimal-mips64-EB-cross/".
===[apply_conffiles:40 (last $?=0)> echo 's,^\(# \)\?\(CONFIG_PREFIX\)[= ].*$,\2="/opt/T2/t2-trunk/build/EmbdMips64-8.0-trunk-embedded-minimal-mips64-EB-cross/",g'
===[apply_conffiles:28 (last $?=0)> read action prerule value x
===[apply_conffiles:29 (last $?=0)> '[' O = '#' -o O = '' ']'
====[apply_conffiles:30 (last $?=0)> sed 's/\*/[^ #]*/'
====[apply_conffiles:30 (last $?=1)> echo CONFIG_TASKSET
===[apply_conffiles:30 (last $?=0)> rule=CONFIG_TASKSET
===[apply_conffiles:31 (last $?=0)> rule='^\(# \)\?\(CONFIG_TASKSET\)[= ].*$'
===[apply_conffiles:33 (last $?=0)> '[' -z '' ']'
===[apply_conffiles:34 (last $?=0)> value=y
===[apply_conffiles:38 (last $?=0)> case "$action" in
===[apply_conffiles:42 (last $?=0)> echo 'apply_conffiles: rule unset CONFIG_TASKSET.'
apply_conffiles: rule unset CONFIG_TASKSET.
===[apply_conffiles:43 (last $?=0)> echo 's,^\(# \)\?\(CONFIG_TASKSET\)[= ].*$,# \2 is not set,g'
===[apply_conffiles:28 (last $?=0)> read action prerule value x
===[apply_conffiles:29 (last $?=0)> '[' O = '#' -o O = '' ']'
====[apply_conffiles:30 (last $?=1)> echo CONFIG_ETHER_WAKE
====[apply_conffiles:30 (last $?=0)> sed 's/\*/[^ #]*/'
===[apply_conffiles:30 (last $?=0)> rule=CONFIG_ETHER_WAKE
===[apply_conffiles:31 (last $?=0)> rule='^\(# \)\?\(CONFIG_ETHER_WAKE\)[= ].*$'
===[apply_conffiles:33 (last $?=0)> '[' -z '' ']'
===[apply_conffiles:34 (last $?=0)> value=y
===[apply_conffiles:38 (last $?=0)> case "$action" in
===[apply_conffiles:42 (last $?=0)> echo 'apply_conffiles: rule unset CONFIG_ETHER_WAKE.'
apply_conffiles: rule unset CONFIG_ETHER_WAKE.
===[apply_conffiles:43 (last $?=0)> echo 's,^\(# \)\?\(CONFIG_ETHER_WAKE\)[= ].*$,# \2 is not set,g'
===[apply_conffiles:28 (last $?=0)> read action prerule value x
===[apply_conffiles:55 (last $?=0)> sed -f /opt/T2/t2-trunk/src.busybox.EmbdMips64.20090701.172115.2804.loadgen1/config.sed .config
===[auto_config:69 (last $?=0)> cp -v .config.2 .config
`.config.2' -> `/opt/T2/t2-trunk/src.busybox.EmbdMips64.20090701.172115.2804.loadgen1/busybox-1.14.2/.config'
===[auto_config:71 (last $?=0)> yes ''
===[auto_config:71 (last $?=0)> eval make oldconfig -j4 'CC="$CC"' 'CPP="$CPP"' 'CXX="$CXX"' 'prefix="/$prefix"' 'docdir="$docdir"' 'CC_FOR_BUILD="$BUILDCC"' 'BUILDCC="$BUILDCC"' 'BUILD_CC="$BUILD_CC"' 'HOSTCC="$HOSTCC"' 'HOST_CC="$HOST_CC"' 'STRIP="$STRIP"' 'AR="$AR"' 'LD="$LD"' 'AS="$AS"' 'RANLIB="$RANLIB"' 'NM="$NM"' 'CROSS_COMPILE=${arch_target}-'
====[auto_config:71 (last $?=0)> make oldconfig -j4 CC=mips64-t2-linux-gnu-gcc CPP=mips64-t2-linux-gnu-cpp CXX=mips64-t2-linux-gnu-g++ prefix=/ docdir=/usr/doc/busybox CC_FOR_BUILD=cc BUILDCC=cc BUILD_CC=cc HOSTCC=cc HOST_CC=cc STRIP=mips64-t2-linux-gnu-strip AR=mips64-t2-linux-gnu-ar LD=mips64-t2-linux-gnu-ld AS=mips64-t2-linux-gnu-as RANLIB=mips64-t2-linux-gnu-ranlib NM=mips64-t2-linux-gnu-nm CROSS_COMPILE=mips64-t2-linux-gnu-
scripts/kconfig/conf -o Config.in
#
# using defaults found in .config
#
*
* Busybox Configuration
*
*
* Busybox Settings
*
*
* General Configuration
*
Enable options for full-blown desktop systems (DESKTOP) [N/y/?] n
Provide compatible behavior for rare corner cases (bigger code) (EXTRA_COMPAT) [N/y/?] n
Assume that 1:1 char/glyph correspondence is not true (FEATURE_ASSUME_UNICODE) [N/y/?] n
Buffer allocation policy
> 1. Allocate with Malloc (FEATURE_BUFFERS_USE_MALLOC)
  2. Allocate on the Stack (FEATURE_BUFFERS_GO_ON_STACK)
  3. Allocate in the .bss section (FEATURE_BUFFERS_GO_IN_BSS)
choice[1-3?]: 1
Show terse applet usage messages (SHOW_USAGE) [Y/?] y
Show verbose applet usage messages (FEATURE_VERBOSE_USAGE) [Y/n/?] y
Store applet usage messages in compressed form (FEATURE_COMPRESS_USAGE) [Y/n/?] y
Support --install [-s] to install applet links at runtime (FEATURE_INSTALLER) [Y/n/?] y
Enable locale support (system needs locale for this to work) (LOCALE_SUPPORT) [Y/n/?] y
Support for --long-options (GETOPT_LONG) [Y/n/?] y
Use the devpts filesystem for Unix98 PTYs (FEATURE_DEVPTS) [Y/n/?] y
Clean up all memory before exiting (usually not needed) (FEATURE_CLEAN_UP) [N/y/?] n
Support writing pidfiles (FEATURE_PIDFILE) [Y/n/?] y
Support for SUID/SGID handling (FEATURE_SUID) [Y/?] y
  Runtime SUID/SGID configuration via /etc/busybox.conf (FEATURE_SUID_CONFIG) [Y/n/?] y
    Suppress warning message if /etc/busybox.conf is not readable (FEATURE_SUID_CONFIG_QUIET) [Y/n/?] y
Support NSA Security Enhanced Linux (SELINUX) [N/y/?] n
exec prefers applets (FEATURE_PREFER_APPLETS) [N/y/?] n
Path to BusyBox executable (BUSYBOX_EXEC_PATH) [/proc/self/exe] /proc/self/exe
*
* Build Options
*
Build BusyBox as a static binary (no shared libs) (STATIC) [N/y/?] n
  Build BusyBox as a position independent executable (PIE) [N/y/?] n
Force NOMMU build (NOMMU) [N/y/?] n
Build shared libbusybox (BUILD_LIBBUSYBOX) [N/y/?] n
Build with Large File Support (for accessing files > 2 GB) (LFS) [Y/n/?] y
Cross Compiler prefix (CROSS_COMPILER_PREFIX) []
Additional CFLAGS (EXTRA_CFLAGS) []
*
* Debugging Options
*
Build BusyBox with extra Debugging symbols (DEBUG) [N/y/?] n
Abort compilation on any warning (WERROR) [N/y/?] n
Additional debugging library
> 1. None (NO_DEBUG_LIB)
  2. Dmalloc (DMALLOC)
  3. Electric-fence (EFENCE)
choice[1-3?]: 1
Enable obsolete features removed before SUSv3? (INCLUDE_SUSv2) [Y/n/?] y
*
* Installation Options
*
Don't use /usr (INSTALL_NO_USR) [N/y/?] n
Applets links
  1. as soft-links (INSTALL_APPLET_SYMLINKS)
  2. as hard-links (INSTALL_APPLET_HARDLINKS)
  3. as script wrappers (INSTALL_APPLET_SCRIPT_WRAPPERS)
> 4. not installed (INSTALL_APPLET_DONT)
choice[1-4?]: 4
BusyBox installation prefix (PREFIX) [/opt/T2/t2-trunk/build/EmbdMips64-8.0-trunk-embedded-minimal-mips64-EB-cross/] /opt/T2/t2-trunk/build/EmbdMips64-8.0-trunk-embedded-minimal-mips64-EB-cross/
*
* Busybox Library Tuning
*
Minimum password length (PASSWORD_MINLEN) [6] 6
MD5: Trade Bytes for Speed (MD5_SIZE_VS_SPEED) [2] 2
Faster /proc scanning code (+100 bytes) (FEATURE_FAST_TOP) [Y/n/?] y
Support for /etc/networks (FEATURE_ETC_NETWORKS) [N/y/?] n
Command line editing (FEATURE_EDITING) [Y/n/?] y
  Maximum length of input (FEATURE_EDITING_MAX_LEN) [1024] 1024
  vi-style line editing commands (FEATURE_EDITING_VI) [N/y/?] n
  History size (FEATURE_EDITING_HISTORY) [15] 15
  History saving (FEATURE_EDITING_SAVEHISTORY) [Y/n/?] y
  Tab completion (FEATURE_TAB_COMPLETION) [Y/n/?] y
    Username completion (FEATURE_USERNAME_COMPLETION) [N/y/?] n
  Fancy shell prompts (FEATURE_EDITING_FANCY_PROMPT) [N/y/?] n
Give more precise messages when copy fails (cp, mv etc) (FEATURE_VERBOSE_CP_MESSAGE) [N/y/?] n
Copy buffer size, in kilobytes (FEATURE_COPYBUF_KB) [4] 4
Use clock_gettime(CLOCK_MONOTONIC) syscall (MONOTONIC_SYSCALL) [N/y/?] n
Use ioctl names rather than hex values in error messages (IOCTL_HEX2STR_ERROR) [Y/n/?] y
Support infiniband HW (FEATURE_HWIB) [Y/n/?] y
*
* Applets
*
*
* Archival Utilities
*
Make tar, rpm, modprobe etc understand .lzma data (FEATURE_SEAMLESS_LZMA) [Y/n/?] y
Make tar, rpm, modprobe etc understand .bz2 data (FEATURE_SEAMLESS_BZ2) [Y/n/?] y
Make tar, rpm, modprobe etc understand .gz data (FEATURE_SEAMLESS_GZ) [Y/n/?] y
Make tar and gunzip understand .Z data (FEATURE_SEAMLESS_Z) [Y/n/?] y
ar (AR) [Y/n/?] y
  Support for long filenames (not need for debs) (FEATURE_AR_LONG_FILENAMES) [Y/n/?] y
bunzip2 (BUNZIP2) [Y/n/?] y
bzip2 (BZIP2) [Y/n/?] y
cpio (CPIO) [Y/n/?] y
  Support for archive creation (FEATURE_CPIO_O) [Y/n/?] y
    Support for passthrough mode (FEATURE_CPIO_P) [Y/n/?] y
dpkg (DPKG) [N/y/?] n
dpkg_deb (DPKG_DEB) [N/y/?] n
gunzip (GUNZIP) [Y/n/?] y
gzip (GZIP) [Y/n/?] y
rpm2cpio (RPM2CPIO) [N/y/?] n
rpm (RPM) [N/y/?] n
tar (TAR) [Y/n/?] y
  Enable archive creation (FEATURE_TAR_CREATE) [Y/n/?] y
  Autodetect gz/bz2 compressed tarballs (FEATURE_TAR_AUTODETECT) [Y/n/?] y
  Enable -X (exclude from) and -T (include from) options) (FEATURE_TAR_FROM) [Y/n/?] y
  Support for old tar header format (FEATURE_TAR_OLDGNU_COMPATIBILITY) [Y/n/?] y
  Enable untarring of tarballs with checksums produced by buggy Sun tar (FEATURE_TAR_OLDSUN_COMPATIBILITY) [Y/n/?] y
  Support for GNU tar extensions (long filenames) (FEATURE_TAR_GNU_EXTENSIONS) [Y/n/?] y
  Enable long options (FEATURE_TAR_LONG_OPTIONS) [Y/n/?] y
  Enable use of user and group names (FEATURE_TAR_UNAME_GNAME) [Y/n/?] y
uncompress (UNCOMPRESS) [Y/n/?] y
unlzma (UNLZMA) [Y/n/?] y
  Optimize unlzma for speed (FEATURE_LZMA_FAST) [Y/n/?] y
unzip (UNZIP) [Y/n/?] y
*
* Coreutils
*
basename (BASENAME) [Y/n/?] y
cal (CAL) [Y/n/?] y
cat (CAT) [Y/n/?] y
catv (CATV) [Y/n/?] y
chgrp (CHGRP) [Y/n/?] y
chmod (CHMOD) [Y/n/?] y
chown (CHOWN) [Y/n/?] y
chroot (CHROOT) [Y/n/?] y
cksum (CKSUM) [Y/n/?] y
comm (COMM) [Y/n/?] y
cp (CP) [Y/n/?] y
cut (CUT) [Y/n/?] y
date (DATE) [Y/n/?] y
  Enable ISO date format output (-I) (FEATURE_DATE_ISOFMT) [Y/n/?] y
dd (DD) [Y/n/?] y
  Enable DD signal handling for status reporting (FEATURE_DD_SIGNAL_HANDLING) [Y/n/?] y
  Enable ibs, obs and conv options (FEATURE_DD_IBS_OBS) [Y/n/?] y
df (DF) [Y/n/?] y
  Enable -a, -i, -B (FEATURE_DF_FANCY) [Y/n/?] y
dirname (DIRNAME) [Y/n/?] y
dos2unix/unix2dos (DOS2UNIX) [Y/n/?] y
du (default blocksize of 512 bytes) (DU) [Y/n/?] y
  Use a default blocksize of 1024 bytes (1K) (FEATURE_DU_DEFAULT_BLOCKSIZE_1K) [Y/n/?] y
echo (basic SuSv3 version taking no options) (ECHO) [Y/n/?] y
  Enable echo options (-n and -e) (FEATURE_FANCY_ECHO) [Y/n/?] y
env (ENV) [Y/n/?] y
  Enable long options (FEATURE_ENV_LONG_OPTIONS) [Y/n/?] y
expand (EXPAND) [Y/n/?] y
  Enable long options (FEATURE_EXPAND_LONG_OPTIONS) [Y/n/?] y
expr (EXPR) [Y/n/?] y
  Extend Posix numbers support to 64 bit (EXPR_MATH_SUPPORT_64) [Y/n/?] y
false (FALSE) [Y/n/?] y
fold (FOLD) [Y/n/?] y
head (HEAD) [Y/n/?] y
  Enable head options (-c, -q, and -v) (FEATURE_FANCY_HEAD) [Y/n/?] y
hostid (HOSTID) [Y/n/?] y
id (ID) [Y/n/?] y
install (INSTALL) [Y/n/?] y
  Enable long options (FEATURE_INSTALL_LONG_OPTIONS) [Y/n/?] y
length (LENGTH) [Y/n/?] y
ln (LN) [Y/n/?] y
logname (LOGNAME) [Y/n/?] y
ls (LS) [Y/n/?] y
  Enable filetyping options (-p and -F) (FEATURE_LS_FILETYPES) [Y/n/?] y
  Enable symlinks dereferencing (-L) (FEATURE_LS_FOLLOWLINKS) [Y/n/?] y
  Enable recursion (-R) (FEATURE_LS_RECURSIVE) [Y/n/?] y
  Sort the file names (FEATURE_LS_SORTFILES) [Y/n/?] y
  Show file timestamps (FEATURE_LS_TIMESTAMPS) [Y/n/?] y
  Show username/groupnames (FEATURE_LS_USERNAME) [Y/n/?] y
  Allow use of color to identify file types (FEATURE_LS_COLOR) [Y/n/?] y
    Produce colored ls output by default (FEATURE_LS_COLOR_IS_DEFAULT) [Y/n/?] y
md5sum (MD5SUM) [Y/n/?] y
mkdir (MKDIR) [Y/n/?] y
  Enable long options (FEATURE_MKDIR_LONG_OPTIONS) [Y/n/?] y
mkfifo (MKFIFO) [Y/n/?] y
mknod (MKNOD) [Y/n/?] y
mv (MV) [Y/n/?] y
  Enable long options (FEATURE_MV_LONG_OPTIONS) [Y/n/?] y
nice (NICE) [Y/n/?] y
nohup (NOHUP) [Y/n/?] y
od (OD) [Y/n/?] y
printenv (PRINTENV) [Y/n/?] y
printf (PRINTF) [Y/n/?] y
pwd (PWD) [Y/n/?] y
readlink (READLINK) [Y/n/?] y
  Enable canonicalization by following all symlinks (-f) (FEATURE_READLINK_FOLLOW) [Y/n/?] y
realpath (REALPATH) [Y/n/?] y
rm (RM) [Y/n/?] y
rmdir (RMDIR) [Y/n/?] y
  Enable long options (FEATURE_RMDIR_LONG_OPTIONS) [Y/n/?] y
seq (SEQ) [Y/n/?] y
sha1sum (SHA1SUM) [Y/n/?] y
sha256sum (SHA256SUM) [Y/n/?] y
sha512sum (SHA512SUM) [Y/n/?] y
sleep (SLEEP) [Y/n/?] y
  Enable multiple arguments and s/m/h/d suffixes (FEATURE_FANCY_SLEEP) [Y/n/?] y
    Enable fractional arguments (FEATURE_FLOAT_SLEEP) [Y/n/?] y
sort (SORT) [Y/n/?] y
  Full SuSv3 compliant sort (support -ktcsbdfiozgM) (FEATURE_SORT_BIG) [Y/n/?] y
split (SPLIT) [Y/n/?] y
  Fancy extensions (FEATURE_SPLIT_FANCY) [Y/n/?] y
stat (STAT) [Y/n/?] y
  Enable custom formats (-c) (FEATURE_STAT_FORMAT) [Y/n/?] y
stty (STTY) [Y/n/?] y
sum (SUM) [Y/n/?] y
sync (SYNC) [Y/n/?] y
tac (TAC) [Y/n/?] y
tail (TAIL) [Y/n/?] y
  Enable extra tail options (-q, -s, and -v) (FEATURE_FANCY_TAIL) [Y/n/?] y
tee (TEE) [Y/n/?] y
  Enable block I/O (larger/faster) instead of byte I/O (FEATURE_TEE_USE_BLOCK_IO) [Y/n/?] y
test (TEST) [Y/n/?] y
  Extend test to 64 bit (FEATURE_TEST_64) [Y/n/?] y
touch (TOUCH) [Y/n/?] y
tr (TR) [Y/n/?] y
  Enable character classes (such as [:upper:]) (FEATURE_TR_CLASSES) [Y/n/?] y
  Enable equivalence classes (FEATURE_TR_EQUIV) [Y/n/?] y
true (TRUE) [Y/n/?] y
tty (TTY) [Y/n/?] y
uname (UNAME) [Y/n/?] y
unexpand (UNEXPAND) [Y/n/?] y
  Enable long options (FEATURE_UNEXPAND_LONG_OPTIONS) [Y/n/?] y
uniq (UNIQ) [Y/n/?] y
usleep (USLEEP) [Y/n/?] y
uudecode (UUDECODE) [Y/n/?] y
uuencode (UUENCODE) [Y/n/?] y
wc (WC) [Y/n/?] y
  Support very large files in wc (FEATURE_WC_LARGE) [Y/n/?] y
who (WHO) [Y/n/?] y
whoami (WHOAMI) [Y/n/?] y
yes (YES) [Y/n/?] y
*
* Common options for cp and mv
*
Preserve hard links (FEATURE_PRESERVE_HARDLINKS) [Y/n/?] y
*
* Common options for ls, more and telnet
*
Calculate terminal & column widths (FEATURE_AUTOWIDTH) [Y/n/?] y
*
* Common options for df, du, ls
*
Support for human readable output (example 13k, 23M, 235G) (FEATURE_HUMAN_READABLE) [Y/n/?] y
*
* Common options for md5sum, sha1sum
*
Enable -c, -s and -w options (FEATURE_MD5_SHA1_SUM_CHECK) [Y/n/?] y
*
* Console Utilities
*
chvt (CHVT) [Y/n/?] y
clear (CLEAR) [Y/n/?] y
deallocvt (DEALLOCVT) [Y/n/?] y
dumpkmap (DUMPKMAP) [Y/n/?] y
kbd_mode (KBD_MODE) [Y/n/?] y
loadfont (LOADFONT) [Y/n/?] y
loadkmap (LOADKMAP) [Y/n/?] y
openvt (OPENVT) [Y/n/?] y
reset (RESET) [Y/n/?] y
resize (RESIZE) [Y/n/?] y
  Print environment variables (FEATURE_RESIZE_PRINT) [Y/n/?] y
setconsole (SETCONSOLE) [Y/n/?] y
  Enable long options (FEATURE_SETCONSOLE_LONG_OPTIONS) [Y/n/?] y
setfont (SETFONT) [Y/n/?] y
  Support reading textual screen maps (FEATURE_SETFONT_TEXTUAL_MAP) [Y/n/?] y
  Default directory for console-tools files (DEFAULT_SETFONT_DIR) []
setkeycodes (SETKEYCODES) [Y/n/?] y
setlogcons (SETLOGCONS) [Y/n/?] y
showkey (SHOWKEY) [Y/n/?] y
*
* Debian Utilities
*
mktemp (MKTEMP) [Y/n/?] y
pipe_progress (PIPE_PROGRESS) [Y/n/?] y
run-parts (RUN_PARTS) [Y/n/?] y
  Enable long options (FEATURE_RUN_PARTS_LONG_OPTIONS) [Y/n/?] y
  Support additional arguments (FEATURE_RUN_PARTS_FANCY) [Y/n/?] y
start-stop-daemon (START_STOP_DAEMON) [Y/n/?] y
  Support additional arguments (FEATURE_START_STOP_DAEMON_FANCY) [Y/n/?] y
  Enable long options (FEATURE_START_STOP_DAEMON_LONG_OPTIONS) [Y/n/?] y
which (WHICH) [Y/n/?] y
*
* Editors
*
awk (AWK) [Y/n/?] y
  Enable math functions (requires libm) (FEATURE_AWK_LIBM) [Y/n/?] y
cmp (CMP) [Y/n/?] y
diff (DIFF) [Y/n/?] y
  Enable checks for binary files (FEATURE_DIFF_BINARY) [Y/n/?] y
  Enable directory support (FEATURE_DIFF_DIR) [Y/n/?] y
  Enable -d option to find smaller sets of changes (FEATURE_DIFF_MINIMAL) [Y/n/?] y
ed (ED) [Y/n/?] y
patch (PATCH) [Y/n/?] y
sed (SED) [Y/n/?] y
vi (VI) [Y/n/?] y
  Maximum screen width in vi (FEATURE_VI_MAX_LEN) [4096] 4096
  Allow vi to display 8-bit chars (otherwise shows dots) (FEATURE_VI_8BIT) [N/y/?] n
  Enable ":" colon commands (no "ex" mode) (FEATURE_VI_COLON) [Y/n/?] y
  Enable yank/put commands and mark cmds (FEATURE_VI_YANKMARK) [Y/n/?] y
  Enable search and replace cmds (FEATURE_VI_SEARCH) [Y/n/?] y
  Catch signals (FEATURE_VI_USE_SIGNALS) [Y/n/?] y
  Remember previous cmd and "." cmd (FEATURE_VI_DOT_CMD) [Y/n/?] y
  Enable -R option and "view" mode (FEATURE_VI_READONLY) [Y/n/?] y
  Enable set-able options, ai ic showmatch (FEATURE_VI_SETOPTS) [Y/n/?] y
  Support for :set (FEATURE_VI_SET) [Y/n/?] y
  Handle window resize (FEATURE_VI_WIN_RESIZE) [Y/n/?] y
  Optimize cursor movement (FEATURE_VI_OPTIMIZE_CURSOR) [Y/n/?] y
  Allow vi and awk to execute shell commands (FEATURE_ALLOW_EXEC) [Y/n/?] y
*
* Finding Utilities
*
find (FIND) [Y/n/?] y
  Enable -print0 option (FEATURE_FIND_PRINT0) [Y/n/?] y
  Enable modified time matching (-mtime option) (FEATURE_FIND_MTIME) [Y/n/?] y
  Enable modified time matching (-mmin option) (FEATURE_FIND_MMIN) [Y/n/?] y
  Enable permissions matching (-perm option) (FEATURE_FIND_PERM) [Y/n/?] y
  Enable filetype matching (-type option) (FEATURE_FIND_TYPE) [Y/n/?] y
  Enable 'stay in filesystem' option (-xdev) (FEATURE_FIND_XDEV) [Y/n/?] y
  Enable -maxdepth N option (FEATURE_FIND_MAXDEPTH) [Y/n/?] y
  Enable -newer option for comparing file mtimes (FEATURE_FIND_NEWER) [Y/n/?] y
  Enable inode number matching (-inum option) (FEATURE_FIND_INUM) [Y/n/?] y
  Enable -exec option allowing execution of commands (FEATURE_FIND_EXEC) [Y/n/?] y
  Enable username/uid matching (-user option) (FEATURE_FIND_USER) [Y/n/?] y
  Enable group/gid matching (-group option) (FEATURE_FIND_GROUP) [Y/n/?] y
  Enable the 'not' (!) operator (FEATURE_FIND_NOT) [Y/n/?] y
  Enable the -depth option (FEATURE_FIND_DEPTH) [Y/n/?] y
  Enable parens in options (FEATURE_FIND_PAREN) [Y/n/?] y
  Enable -size option allowing matching for file size (FEATURE_FIND_SIZE) [Y/n/?] y
  Enable -prune option allowing to exclude subdirectories (FEATURE_FIND_PRUNE) [Y/n/?] y
  Enable -delete option allowing to delete files (FEATURE_FIND_DELETE) [Y/n/?] y
  Enable -path option allowing to match pathname patterns (FEATURE_FIND_PATH) [Y/n/?] y
  Enable -regex: match pathname to regex (FEATURE_FIND_REGEX) [Y/n/?] y
grep (GREP) [Y/n/?] y
  Support extended regular expressions (egrep & grep -E) (FEATURE_GREP_EGREP_ALIAS) [Y/n/?] y
  Alias fgrep to grep -F (FEATURE_GREP_FGREP_ALIAS) [Y/n/?] y
  Enable before and after context flags (-A, -B and -C) (FEATURE_GREP_CONTEXT) [Y/n/?] y
xargs (XARGS) [Y/n/?] y
  Enable prompt and confirmation option -p (FEATURE_XARGS_SUPPORT_CONFIRMATION) [Y/n/?] y
  Enable support single and double quotes and backslash (FEATURE_XARGS_SUPPORT_QUOTES) [Y/n/?] y
  Enable support options -x (FEATURE_XARGS_SUPPORT_TERMOPT) [Y/n/?] y
  Enable null terminated option -0 (FEATURE_XARGS_SUPPORT_ZERO_TERM) [Y/n/?] y
*
* Init Utilities
*
init (INIT) [Y/n/?] y
  Support reading an inittab file (FEATURE_USE_INITTAB) [Y/n/?] y
    Support killing processes that have been removed from inittab (FEATURE_KILL_REMOVED) [N/y/?] n
  Run commands with leading dash with controlling tty (FEATURE_INIT_SCTTY) [Y/n/?] y
  Enable init to write to syslog (FEATURE_INIT_SYSLOG) [Y/n] y
  Be _extra_ quiet on boot (FEATURE_EXTRA_QUIET) [Y/n/?] y
  Support dumping core for child processes (debugging only) (FEATURE_INIT_COREDUMPS) [Y/n/?] y
  Support running init from within an initrd (not initramfs) (FEATURE_INITRD) [Y/n/?] y
poweroff, halt, and reboot (HALT) [Y/n/?] y
mesg (MESG) [Y/n/?] y
*
* Login/Password Management Utilities
*
Support for shadow passwords (FEATURE_SHADOWPASSWDS) [Y/n/?] y
Use internal password and group functions rather than system functions (USE_BB_PWD_GRP) [Y/n/?] y
  Use internal shadow password functions (USE_BB_SHADOW) [Y/n/?] y
Use internal crypt functions (USE_BB_CRYPT) [Y/n/?] y
  Enable SHA256/512 crypt functions (USE_BB_CRYPT_SHA) [Y/n/?] y
addgroup (ADDGROUP) [Y/n/?] y
  Support for adding users to groups (FEATURE_ADDUSER_TO_GROUP) [Y/n/?] y
delgroup (DELGROUP) [Y/n/?] y
  Support for removing users from groups (FEATURE_DEL_USER_FROM_GROUP) [Y/n/?] y
Enable sanity check on user/group names in adduser and addgroup (FEATURE_CHECK_NAMES) [N/y/?] n
adduser (ADDUSER) [Y/n/?] y
  Enable long options (FEATURE_ADDUSER_LONG_OPTIONS) [Y/n/?] y
deluser (DELUSER) [Y/n/?] y
getty (GETTY) [Y/n/?] y
  Support utmp file (FEATURE_UTMP) [Y/?] y
  Support wtmp file (FEATURE_WTMP) [Y/?] y
login (LOGIN) [Y/n/?] y
  Support for PAM (Pluggable Authentication Modules) (PAM) [N/y/?] n
  Support for login scripts (LOGIN_SCRIPTS) [Y/n/?] y
  Support for /etc/nologin (FEATURE_NOLOGIN) [Y/n/?] y
  Support for /etc/securetty (FEATURE_SECURETTY) [Y/n/?] y
passwd (PASSWD) [Y/n/?] y
  Check new passwords for weakness (FEATURE_PASSWD_WEAK_CHECK) [Y/n/?] y
cryptpw (CRYPTPW) [Y/n/?] y
chpasswd (CHPASSWD) [Y/n/?] y
su (SU) [Y/n/?] y
  Enable su to write to syslog (FEATURE_SU_SYSLOG) [Y/n] y
  Enable su to check user's shell to be listed in /etc/shells (FEATURE_SU_CHECKS_SHELLS) [Y/n] y
sulogin (SULOGIN) [Y/n/?] y
vlock (VLOCK) [Y/n/?] y
*
* Linux Ext2 FS Progs
*
chattr (CHATTR) [Y/n/?] y
fsck (FSCK) [Y/n/?] y
lsattr (LSATTR) [Y/n/?] y
*
* Linux Module Utilities
*
Simplified modutils (MODPROBE_SMALL) [Y/n/?] y
  Accept module options on modprobe command line (FEATURE_MODPROBE_SMALL_OPTIONS_ON_CMDLINE) [Y/n/?] y
  Skip loading of already loaded modules (FEATURE_MODPROBE_SMALL_CHECK_ALREADY_LOADED) [Y/n/?] y
*
* Options common to multiple modutils
*
Default directory containing modules (DEFAULT_MODULES_DIR) [/lib/modules] /lib/modules
Default name of modules.dep (DEFAULT_DEPMOD_FILE) [modules.dep] modules.dep
*
* Linux System Utilities
*
acpid (ACPID) [Y/n/?] y
  Accept and ignore redundant options (FEATURE_ACPID_COMPAT) [Y/n/?] y
blkid (BLKID) [Y/n/?] y
dmesg (DMESG) [Y/n/?] y
  Pretty dmesg output (FEATURE_DMESG_PRETTY) [Y/n/?] y
fbset (FBSET) [Y/n/?] y
  Turn on extra fbset options (FEATURE_FBSET_FANCY) [Y/n/?] y
  Turn on fbset readmode support (FEATURE_FBSET_READMODE) [Y/n/?] y
fdflush (FDFLUSH) [Y/n/?] y
fdformat (FDFORMAT) [Y/n/?] y
fdisk (FDISK) [Y/n/?] y
  Support over 4GB disks (FDISK_SUPPORT_LARGE_DISKS) [Y/?] y
  Write support (FEATURE_FDISK_WRITABLE) [Y/n/?] y
    Support AIX disklabels (FEATURE_AIX_LABEL) [N/y/?] n
    Support SGI disklabels (FEATURE_SGI_LABEL) [N/y/?] n
    Support SUN disklabels (FEATURE_SUN_LABEL) [N/y/?] n
    Support BSD disklabels (FEATURE_OSF_LABEL) [N/y/?] n
    Support expert mode (FEATURE_FDISK_ADVANCED) [Y/n/?] y
findfs (FINDFS) [Y/n/?] y
freeramdisk (FREERAMDISK) [Y/n/?] y
fsck_minix (FSCK_MINIX) [Y/n/?] y
mkfs_minix (MKFS_MINIX) [Y/n/?] y
  *
  * Minix filesystem support
  *
  Support Minix fs v2 (fsck_minix/mkfs_minix) (FEATURE_MINIX2) [Y/n/?] y
mkfs_vfat (MKFS_VFAT) [Y/n/?] y
getopt (GETOPT) [Y/n/?] y
hexdump (HEXDUMP) [Y/?] y
  Support -R, reverse of 'hexdump -Cv' (FEATURE_HEXDUMP_REVERSE) [Y/n/?] y
hd (HD) [Y/n/?] y
hwclock (HWCLOCK) [Y/n/?] y
  Support long options (--hctosys,...) (FEATURE_HWCLOCK_LONG_OPTIONS) [Y/n/?] y
  Use FHS /var/lib/hwclock/adjtime (FEATURE_HWCLOCK_ADJTIME_FHS) [Y/n/?] y
ipcrm (IPCRM) [Y/n/?] y
ipcs (IPCS) [Y/n/?] y
losetup (LOSETUP) [Y/n/?] y
mdev (MDEV) [Y/n/?] y
  Support /etc/mdev.conf (FEATURE_MDEV_CONF) [Y/n/?] y
    Support subdirs/symlinks (FEATURE_MDEV_RENAME) [Y/n/?] y
      Support regular expressions substitutions when renaming device (FEATURE_MDEV_RENAME_REGEXP) [Y/n/?] y
    Support command execution at device addition/removal (FEATURE_MDEV_EXEC) [Y/n/?] y
  Support loading of firmwares (FEATURE_MDEV_LOAD_FIRMWARE) [Y/n/?] y
mkswap (MKSWAP) [Y/n/?] y
  Version 0 support (FEATURE_MKSWAP_V0) [Y/n/?] y
more (MORE) [Y/n/?] y
  Use termios to manipulate the screen (FEATURE_USE_TERMIOS) [Y/n/?] y
Ext filesystem (FEATURE_VOLUMEID_EXT) [Y/n/?] y
Reiser filesystem (FEATURE_VOLUMEID_REISERFS) [Y/n/?] y
fat filesystem (FEATURE_VOLUMEID_FAT) [Y/n/?] y
hfs filesystem (FEATURE_VOLUMEID_HFS) [Y/n/?] y
jfs filesystem (FEATURE_VOLUMEID_JFS) [Y/n/?] y
xfs filesystem (FEATURE_VOLUMEID_XFS) [Y/n/?] y
ntfs filesystem (FEATURE_VOLUMEID_NTFS) [Y/n/?] y
iso9660 filesystem (FEATURE_VOLUMEID_ISO9660) [Y/n/?] y
udf filesystem (FEATURE_VOLUMEID_UDF) [Y/n/?] y
luks filesystem (FEATURE_VOLUMEID_LUKS) [Y/n/?] y
linux swap filesystem (FEATURE_VOLUMEID_LINUXSWAP) [Y/n/?] y
cramfs filesystem (FEATURE_VOLUMEID_CRAMFS) [Y/n/?] y
romfs filesystem (FEATURE_VOLUMEID_ROMFS) [Y/n/?] y
sysv filesystem (FEATURE_VOLUMEID_SYSV) [Y/n/?] y
ocfs2 filesystem (FEATURE_VOLUMEID_OCFS2) [Y/n/?] y
linuxraid (FEATURE_VOLUMEID_LINUXRAID) [Y/n/?] y
mount (MOUNT) [Y/n/?] y
  Support option -f (FEATURE_MOUNT_FAKE) [Y/n/?] y
  Support option -v (FEATURE_MOUNT_VERBOSE) [Y/n/?] y
  Support mount helpers (FEATURE_MOUNT_HELPERS) [N/y/?] n
  Support specifiying devices by label or UUID (FEATURE_MOUNT_LABEL) [Y/n/?] y
  Support mounting NFS file systems (FEATURE_MOUNT_NFS) [Y/n/?] y
  Support mounting CIFS/SMB file systems (FEATURE_MOUNT_CIFS) [Y/n/?] y
  Support lots of -o flags in mount (FEATURE_MOUNT_FLAGS) [Y/n/?] y
  Support /etc/fstab and -a (FEATURE_MOUNT_FSTAB) [Y/n/?] y
pivot_root (PIVOT_ROOT) [Y/n/?] y
rdate (RDATE) [Y/n/?] y
rdev (RDEV) [Y/n/?] y
readprofile (READPROFILE) [Y/n/?] y
rtcwake (RTCWAKE) [Y/n/?] y
script (SCRIPT) [Y/n/?] y
setarch (SETARCH) [Y/n/?] y
swaponoff (SWAPONOFF) [Y/n/?] y
  Support priority option -p (FEATURE_SWAPON_PRI) [Y/n/?] y
switch_root (SWITCH_ROOT) [Y/n/?] y
umount (UMOUNT) [Y/n/?] y
  Support option -a (FEATURE_UMOUNT_ALL) [Y/n/?] y
  *
  * Common options for mount/umount
  *
  Support loopback mounts (FEATURE_MOUNT_LOOP) [Y/n/?] y
  Support for the old /etc/mtab file (FEATURE_MTAB_SUPPORT) [N/y/?] n
*
* Miscellaneous Utilities
*
adjtimex (ADJTIMEX) [Y/n/?] y
bbconfig (BBCONFIG) [N/y/?] n
chat (CHAT) [Y/n/?] y
  Enable NOFAIL expect strings (FEATURE_CHAT_NOFAIL) [Y/n/?] y
  Force STDIN to be a TTY (FEATURE_CHAT_TTY_HIFI) [N/y/?] n
  Enable implicit Carriage Return (FEATURE_CHAT_IMPLICIT_CR) [Y/n/?] y
  Swallow options (FEATURE_CHAT_SWALLOW_OPTS) [Y/n/?] y
  Support weird SEND escapes (FEATURE_CHAT_SEND_ESCAPES) [Y/n/?] y
  Support variable-length ABORT conditions (FEATURE_CHAT_VAR_ABORT_LEN) [Y/n/?] y
  Support revoking of ABORT conditions (FEATURE_CHAT_CLR_ABORT) [Y/n/?] y
chrt (CHRT) [Y/n/?] y
crond (CROND) [Y/n/?] y
  Support option -d to redirect output to stderr (FEATURE_CROND_D) [Y/n/?] y
  Using /usr/sbin/sendmail? (FEATURE_CROND_CALL_SENDMAIL) [Y/n/?] y
  crond spool directory (FEATURE_CROND_DIR) [/var/spool/cron] /var/spool/cron
crontab (CRONTAB) [Y/n/?] y
dc (DC) [Y/n/?] y
  Enable power and exp functions (requires libm) (FEATURE_DC_LIBM) [Y/n/?] y
devfsd (obsolete) (DEVFSD) [N/y/?] n
Use devfs names for all devices (obsolete) (FEATURE_DEVFS) [N/y/?] n
devmem (DEVMEM) [Y/n/?] y
eject (EJECT) [Y/n/?] y
  SCSI support (FEATURE_EJECT_SCSI) [Y/n/?] y
fbsplash (FBSPLASH) [Y/n/?] y
flash_eraseall (FLASH_ERASEALL) [N/y/?] n
ionice (IONICE) [Y/n/?] y
inotifyd (INOTIFYD) [N/y/?] n
last (LAST) [Y/n/?] y
  Choose last implementation
    1. small (FEATURE_LAST_SMALL)
  > 2. huge (FEATURE_LAST_FANCY)
  choice[1-2]: 2
less (LESS) [Y/n/?] y
  Max number of input lines less will try to eat (FEATURE_LESS_MAXLINES) [9999999] 9999999
  Enable bracket searching (FEATURE_LESS_BRACKETS) [Y/n/?] y
  Enable extra flags (FEATURE_LESS_FLAGS) [Y/n/?] y
  Enable marks (FEATURE_LESS_MARKS) [Y/n/?] y
  Enable regular expressions (FEATURE_LESS_REGEXP) [Y/n/?] y
  Enable automatic resizing on window size changes (FEATURE_LESS_WINCH) [Y/n/?] y
  Enable flag changes ('-' command) (FEATURE_LESS_DASHCMD) [Y/n/?] y
    Enable dynamic switching of line numbers (FEATURE_LESS_LINENUMS) [Y/n/?] y
hdparm (HDPARM) [Y/n/?] y
  Support obtaining detailed information directly from drives (FEATURE_HDPARM_GET_IDENTITY) [Y/n/?] y
  Register an IDE interface (DANGEROUS) (FEATURE_HDPARM_HDIO_SCAN_HWIF) [Y/n/?] y
  Un-register an IDE interface (DANGEROUS) (FEATURE_HDPARM_HDIO_UNREGISTER_HWIF) [Y/n/?] y
  Perform device reset (DANGEROUS) (FEATURE_HDPARM_HDIO_DRIVE_RESET) [Y/n/?] y
  Tristate device for hotswap (DANGEROUS) (FEATURE_HDPARM_HDIO_TRISTATE_HWIF) [Y/n/?] y
  Get/set using_dma flag (FEATURE_HDPARM_HDIO_GETSET_DMA) [Y/n/?] y
makedevs (MAKEDEVS) [Y/n/?] y
  Choose makedevs behaviour
    1. leaf (FEATURE_MAKEDEVS_LEAF)
  > 2. table (FEATURE_MAKEDEVS_TABLE)
  choice[1-2]: 2
man (MAN) [Y/n/?] y
microcom (MICROCOM) [Y/n/?] y
mountpoint (MOUNTPOINT) [Y/n/?] y
mt (MT) [Y/n/?] y
raidautorun (RAIDAUTORUN) [Y/n/?] y
readahead (READAHEAD) [Y/n/?] y
runlevel (RUNLEVEL) [Y/n/?] y
rx (RX) [Y/n/?] y
setsid (SETSID) [Y/n/?] y
strings (STRINGS) [Y/n/?] y
taskset (TASKSET) [N/y/?] n
time (TIME) [Y/n/?] y
timeout (TIMEOUT) [Y/n/?] y
ttysize (TTYSIZE) [Y/n/?] y
watchdog (WATCHDOG) [Y/n/?] y
*
* Networking Utilities
*
Enable IPv6 support (FEATURE_IPV6) [Y/n/?] y
  Prefer IPv4 addresses from DNS queries (FEATURE_PREFER_IPV4_ADDRESS) [Y/n/?] y
Verbose resolution errors (VERBOSE_RESOLUTION_ERRORS) [N/y/?] n
arp (ARP) [Y/n/?] y
arping (ARPING) [Y/n/?] y
brctl (BRCTL) [Y/n/?] y
  Fancy options (FEATURE_BRCTL_FANCY) [Y/n/?] y
    Support show, showmac and showstp (FEATURE_BRCTL_SHOW) [Y/n/?] y
dnsd (DNSD) [Y/n/?] y
ether-wake (ETHER_WAKE) [N/y/?] n
fakeidentd (FAKEIDENTD) [Y/n/?] y
ftpd (FTPD) [Y/n/?] y
  Enable upload commands (FEATURE_FTP_WRITE) [Y/n/?] y
ftpget (FTPGET) [Y/n/?] y
ftpput (FTPPUT) [Y/n/?] y
  Enable long options in ftpget/ftpput (FEATURE_FTPGETPUT_LONG_OPTIONS) [Y/n/?] y
hostname (HOSTNAME) [Y/n/?] y
httpd (HTTPD) [Y/n/?] y
  Support 'Ranges:' header (FEATURE_HTTPD_RANGES) [Y/n/?] y
  Use sendfile system call (FEATURE_HTTPD_USE_SENDFILE) [Y/n/?] y
  Enable -u <user> option (FEATURE_HTTPD_SETUID) [Y/n/?] y
  Enable Basic http Authentication (FEATURE_HTTPD_BASIC_AUTH) [Y/n/?] y
    Support MD5 crypted passwords for http Authentication (FEATURE_HTTPD_AUTH_MD5) [Y/n/?] y
  Support Common Gateway Interface (CGI) (FEATURE_HTTPD_CGI) [Y/n/?] y
    Support for running scripts through an interpreter (FEATURE_HTTPD_CONFIG_WITH_SCRIPT_INTERPR) [Y/n/?] y
    Set REMOTE_PORT environment variable for CGI (FEATURE_HTTPD_SET_REMOTE_PORT_TO_ENV) [Y/n/?] y
  Enable -e option (useful for CGIs written as shell scripts) (FEATURE_HTTPD_ENCODE_URL_STR) [Y/n/?] y
  Support for custom error pages (FEATURE_HTTPD_ERROR_PAGES) [Y/n/?] y
  Support for reverse proxy (FEATURE_HTTPD_PROXY) [Y/n/?] y
ifconfig (IFCONFIG) [Y/n/?] y
  Enable status reporting output (+7k) (FEATURE_IFCONFIG_STATUS) [Y/n/?] y
  Enable slip-specific options "keepalive" and "outfill" (FEATURE_IFCONFIG_SLIP) [Y/n/?] y
  Enable options "mem_start", "io_addr", and "irq" (FEATURE_IFCONFIG_MEMSTART_IOADDR_IRQ) [Y/n/?] y
  Enable option "hw" (ether only) (FEATURE_IFCONFIG_HW) [Y/n/?] y
  Set the broadcast automatically (FEATURE_IFCONFIG_BROADCAST_PLUS) [Y/n/?] y
ifenslave (IFENSLAVE) [Y/n/?] y
ifupdown (IFUPDOWN) [Y/n/?] y
  Absolute path to ifstate file (IFUPDOWN_IFSTATE_PATH) [/var/run/ifstate] /var/run/ifstate
  Use ip applet (FEATURE_IFUPDOWN_IP) [Y/n/?] y
    Use busybox ip applet (FEATURE_IFUPDOWN_IP_BUILTIN) [Y/n/?] y
  Support for IPv4 (FEATURE_IFUPDOWN_IPV4) [Y/n/?] y
  Support for IPv6 (FEATURE_IFUPDOWN_IPV6) [Y/n/?] y
  Enable mapping support (FEATURE_IFUPDOWN_MAPPING) [Y/n/?] y
  Support for external dhcp clients (FEATURE_IFUPDOWN_EXTERNAL_DHCP) [N/y/?] n
inetd (INETD) [Y/n/?] y
  Support echo service (FEATURE_INETD_SUPPORT_BUILTIN_ECHO) [Y/n/?] y
  Support discard service (FEATURE_INETD_SUPPORT_BUILTIN_DISCARD) [Y/n/?] y
  Support time service (FEATURE_INETD_SUPPORT_BUILTIN_TIME) [Y/n/?] y
  Support daytime service (FEATURE_INETD_SUPPORT_BUILTIN_DAYTIME) [Y/n/?] y
  Support chargen service (FEATURE_INETD_SUPPORT_BUILTIN_CHARGEN) [Y/n/?] y
  Support RPC services (FEATURE_INETD_RPC) [Y/n/?] y
ip (IP) [Y/?] y
  ip address (FEATURE_IP_ADDRESS) [Y/?] y
  ip link (FEATURE_IP_LINK) [Y/?] y
  ip route (FEATURE_IP_ROUTE) [Y/?] y
  ip tunnel (FEATURE_IP_TUNNEL) [Y/n/?] y
  ip rule (FEATURE_IP_RULE) [Y/n/?] y
  Support short forms of ip commands (FEATURE_IP_SHORT_FORMS) [Y/n/?] y
  Support displaying rarely used link types (FEATURE_IP_RARE_PROTOCOLS) [N/y/?] n
ipcalc (IPCALC) [Y/n/?] y
  Fancy IPCALC, more options, adds 1 kbyte (FEATURE_IPCALC_FANCY) [Y/n/?] y
  Enable long options (FEATURE_IPCALC_LONG_OPTIONS) [Y/n/?] y
nameif (NAMEIF) [Y/n/?] y
  Extended nameif (FEATURE_NAMEIF_EXTENDED) [Y/n/?] y
nc (NC) [Y/n/?] y
  Netcat server options (-l) (NC_SERVER) [Y/n/?] y
  Netcat extensions (-eiw and filename) (NC_EXTRA) [Y/n/?] y
netstat (NETSTAT) [Y/n/?] y
  Enable wide netstat output (FEATURE_NETSTAT_WIDE) [Y/n/?] y
  Enable PID/Program name output (FEATURE_NETSTAT_PRG) [Y/n/?] y
nslookup (NSLOOKUP) [Y/n/?] y
ping (PING) [Y/n/?] y
  ping6 (PING6) [Y/n/?] y
  Enable fancy ping output (FEATURE_FANCY_PING) [Y/n/?] y
pscan (PSCAN) [Y/n/?] y
route (ROUTE) [Y/n/?] y
slattach (SLATTACH) [Y/n/?] y
telnet (TELNET) [Y/n/?] y
  Pass TERM type to remote host (FEATURE_TELNET_TTYPE) [Y/n/?] y
  Pass USER type to remote host (FEATURE_TELNET_AUTOLOGIN) [Y/n/?] y
telnetd (TELNETD) [Y/n/?] y
  Support standalone telnetd (not inetd only) (FEATURE_TELNETD_STANDALONE) [Y/n/?] y
tftp (TFTP) [Y/n/?] y
tftpd (TFTPD) [Y/n/?] y
  Enable "get" command (FEATURE_TFTP_GET) [Y/n/?] y
  Enable "put" command (FEATURE_TFTP_PUT) [Y/n/?] y
  Enable "blksize" protocol option (FEATURE_TFTP_BLOCKSIZE) [Y/n/?] y
  Enable debug (TFTP_DEBUG) [N/y/?] n
traceroute (TRACEROUTE) [Y/n/?] y
  Enable verbose output (FEATURE_TRACEROUTE_VERBOSE) [Y/n/?] y
  Enable loose source route (FEATURE_TRACEROUTE_SOURCE_ROUTE) [N/y/?] n
  Use ICMP instead of UDP (FEATURE_TRACEROUTE_USE_ICMP) [N/y/?] n
udhcp server (udhcpd) (APP_UDHCPD) [Y/n/?] y
  dhcprelay (APP_DHCPRELAY) [Y/n/?] y
  Lease display utility (dumpleases) (APP_DUMPLEASES) [Y/n/?] y
  Rewrite the lease file at every new acknowledge (FEATURE_UDHCPD_WRITE_LEASES_EARLY) [Y/n/?] y
  Absolute path to lease file (DHCPD_LEASES_FILE) [/var/lib/misc/udhcpd.leases] /var/lib/misc/udhcpd.leases
udhcp client (udhcpc) (APP_UDHCPC) [Y/n/?] y
  Verify that the offered address is free, using ARP ping (FEATURE_UDHCPC_ARPING) [Y/n/?] y
  Enable '-P port' option for udhcpd and udhcpc (FEATURE_UDHCP_PORT) [Y/n/?] y
  Compile udhcp with noisy debugging messages (UDHCP_DEBUG) [N/y/?] n
  Support for RFC3397 domain search (experimental) (FEATURE_UDHCP_RFC3397) [Y/n/?] y
  Absolute path to config script (UDHCPC_DEFAULT_SCRIPT) [/usr/share/udhcpc/default.script] /usr/share/udhcpc/default.script
  DHCP options slack buffer size (UDHCPC_SLACK_FOR_BUGGY_SERVERS) [80] 80
  ifup udhcpc command line options (IFUPDOWN_UDHCPC_CMD_OPTIONS) [-R -n] -R -n
vconfig (VCONFIG) [Y/n/?] y
wget (WGET) [Y/n/?] y
  Enable a nifty process meter (+2k) (FEATURE_WGET_STATUSBAR) [Y/n/?] y
  Enable HTTP authentication (FEATURE_WGET_AUTHENTICATION) [Y/n/?] y
  Enable long options (FEATURE_WGET_LONG_OPTIONS) [Y/n/?] y
zcip (ZCIP) [Y/n/?] y
tcpsvd (TCPSVD) [Y/n/?] y
tunctl (TUNCTL) [Y/n/?] y
  Support owner:group assignment (FEATURE_TUNCTL_UG) [Y/n/?] y
udpsvd (UDPSVD) [Y/n/?] y
*
* Print Utilities
*
lpd (LPD) [Y/n/?] y
lpr (LPR) [Y/n/?] y
lpq (LPQ) [Y/n/?] y
*
* Mail Utilities
*
makemime (MAKEMIME) [Y/n/?] y
  Default charset (FEATURE_MIME_CHARSET) [us-ascii] us-ascii
popmaildir (POPMAILDIR) [Y/n/?] y
  Allow message filters and custom delivery program (FEATURE_POPMAILDIR_DELIVERY) [Y/n/?] y
reformime (REFORMIME) [Y/n/?] y
  Accept and ignore options other than -x and -X (FEATURE_REFORMIME_COMPAT) [Y/n/?] y
sendmail (SENDMAIL) [Y/n/?] y
*
* Process Utilities
*
free (FREE) [Y/n/?] y
fuser (FUSER) [Y/n/?] y
kill (KILL) [Y/n/?] y
  killall (KILLALL) [Y/n/?] y
  killall5 (KILLALL5) [Y/n] y
nmeter (NMETER) [Y/n/?] y
pgrep (PGREP) [Y/n/?] y
pidof (PIDOF) [Y/n/?] y
  Enable argument for single shot (-s) (FEATURE_PIDOF_SINGLE) [Y/n/?] y
  Enable argument for omitting pids (-o) (FEATURE_PIDOF_OMIT) [Y/n/?] y
pkill (PKILL) [Y/n/?] y
ps (PS) [Y/n/?] y
  Enable argument for wide output (-w) (FEATURE_PS_WIDE) [Y/n/?] y
renice (RENICE) [Y/n/?] y
sysctl (BB_SYSCTL) [Y/n/?] y
top (TOP) [Y/n/?] y
  Show CPU per-process usage percentage (FEATURE_TOP_CPU_USAGE_PERCENTAGE) [Y/n/?] y
    Show CPU global usage percentage (FEATURE_TOP_CPU_GLOBAL_PERCENTS) [Y/n/?] y
      SMP CPU usage display ('c' key) (FEATURE_TOP_SMP_CPU) [Y/n/?] y
    Show 1/10th of a percent in CPU/mem statistics (FEATURE_TOP_DECIMALS) [Y/n/?] y
  Show CPU process runs on ('j' field) (FEATURE_TOP_SMP_PROCESS) [Y/n/?] y
  Topmem command ('s' key) (FEATURE_TOPMEM) [Y/n/?] y
uptime (UPTIME) [Y/n/?] y
watch (WATCH) [Y/n/?] y
*
* Runit Utilities
*
runsv (RUNSV) [Y/n/?] y
runsvdir (RUNSVDIR) [Y/n/?] y
  Enable scrolling argument log (FEATURE_RUNSVDIR_LOG) [N/y/?] n
sv (SV) [Y/n/?] y
  Default directory for services (SV_DEFAULT_SERVICE_DIR) [/var/service] /var/service
svlogd (SVLOGD) [Y/n/?] y
chpst (CHPST) [Y/n/?] y
setuidgid (SETUIDGID) [Y/n/?] y
envuidgid (ENVUIDGID) [Y/n/?] y
envdir (ENVDIR) [Y/n/?] y
softlimit (SOFTLIMIT) [Y/n/?] y
*
* Shells
*
Choose your default shell
> 1. ash (FEATURE_SH_IS_ASH)
  2. hush (FEATURE_SH_IS_HUSH)
  3. msh (FEATURE_SH_IS_MSH)
  4. none (FEATURE_SH_IS_NONE)
choice[1-4?]: 1
ash (ASH) [Y/?] y
  *
  * Ash Shell Options
  *
  bash-compatible extensions (ASH_BASH_COMPAT) [Y/n/?] y
  Job control (ASH_JOB_CONTROL) [Y/n/?] y
  'read -n N' and 'read -s' support (ASH_READ_NCHARS) [Y/n/?] y
  'read -t S' support (ASH_READ_TIMEOUT) [Y/n/?] y
  alias support (ASH_ALIAS) [Y/n/?] y
  Builtin getopt to parse positional parameters (ASH_GETOPTS) [Y/n/?] y
  Builtin version of 'echo' (ASH_BUILTIN_ECHO) [Y/n/?] y
  Builtin version of 'printf' (ASH_BUILTIN_PRINTF) [Y/n/?] y
  Builtin version of 'test' (ASH_BUILTIN_TEST) [Y/n/?] y
  'command' command to override shell builtins (ASH_CMDCMD) [Y/n/?] y
  Check for new mail on interactive shells (ASH_MAIL) [N/y/?] n
  Optimize for size instead of speed (ASH_OPTIMIZE_FOR_SIZE) [Y/n/?] y
  Pseudorandom generator and $RANDOM variable (ASH_RANDOM_SUPPORT) [Y/n/?] y
  Expand prompt string (ASH_EXPAND_PRMT) [Y/n/?] y
hush (HUSH) [Y/n/?] y
  help builtin (HUSH_HELP) [Y/n/?] y
  Interactive mode (HUSH_INTERACTIVE) [Y/n/?] y
    Job control (HUSH_JOB) [Y/n/?] y
  Process substitution (HUSH_TICK) [Y/n/?] y
  Support if/then/elif/else/fi (HUSH_IF) [Y/n/?] y
  Support for, while and until loops (HUSH_LOOPS) [Y/n/?] y
  Support case ... esac statement (HUSH_CASE) [Y/n/?] y
  Support funcname() { commands; } syntax (HUSH_FUNCTIONS) [Y/n/?] y
  Support export '-n' option (HUSH_EXPORT_N) [Y/n/?] y
lash (deprecated: aliased to hush) (LASH) [N/y/?] n
msh (deprecated: please use hush) (MSH) [Y/n/?] y
  *
  * Bourne Shell Options
  *
POSIX math support (SH_MATH_SUPPORT) [Y/n/?] y
  Extend POSIX math support to 64 bit (SH_MATH_SUPPORT_64) [Y/n/?] y
Hide message on interactive shell startup (FEATURE_SH_EXTRA_QUIET) [Y/n/?] y
cttyhack (CTTYHACK) [Y/n/?] y
*
* System Logging Utilities
*
syslogd (SYSLOGD) [Y/n/?] y
  Rotate message files (FEATURE_ROTATE_LOGFILE) [Y/n/?] y
  Remote Log support (FEATURE_REMOTE_LOG) [Y/n/?] y
  Support -D (drop dups) option (FEATURE_SYSLOGD_DUP) [Y/n/?] y
  Circular Buffer support (FEATURE_IPC_SYSLOG) [Y/n/?] y
    Circular buffer size in Kbytes (minimum 4KB) (FEATURE_IPC_SYSLOG_BUFFER_SIZE) [16] 16
    logread (LOGREAD) [Y/n/?] y
      Double buffering (FEATURE_LOGREAD_REDUCED_LOCKING) [Y/n/?] y
klogd (KLOGD) [Y/n/?] y
logger (LOGGER) [Y/n/?] y
===[auto_config:73 (last $?=0)> ((  j++  ))
===[auto_config:73 (last $?=0)> cp -v .config .config.3
`.config' -> `/opt/T2/t2-trunk/src.busybox.EmbdMips64.20090701.172115.2804.loadgen1/busybox-1.14.2/.config.3'
===[auto_config:67 (last $?=0)> (( i++, j++  ))
===[auto_config:67 (last $?=0)> (( i<n  ))
==[hook_eval:128 (last $?=0)> read pri fnr
==[hook_eval:131 (last $?=0)> eval 'unset hookdirty_premake'
===[hook_eval:131 (last $?=0)> unset hookdirty_premake
==[build_this_package:926 (last $?=0)> '[' '-j4 CC="$CC" CPP="$CPP" CXX="$CXX" prefix="/$prefix" docdir="$docdir" CC_FOR_BUILD="$BUILDCC" BUILDCC="$BUILDCC" BUILD_CC="$BUILD_CC" HOSTCC="$HOSTCC"   HOST_CC="$HOST_CC" STRIP="$STRIP" AR="$AR" LD="$LD" AS="$AS" RANLIB="$RANLIB" NM="$NM" CROSS_COMPILE=${arch_target}-' ']'
==[build_this_package:927 (last $?=0)> eval echo 'Running make -j4 CC="$CC" CPP="$CPP" CXX="$CXX" prefix="/$prefix" docdir="$docdir" CC_FOR_BUILD="$BUILDCC" BUILDCC="$BUILDCC" BUILD_CC="$BUILD_CC" HOSTCC="$HOSTCC"   HOST_CC="$HOST_CC" STRIP="$STRIP" AR="$AR" LD="$LD" AS="$AS" RANLIB="$RANLIB" NM="$NM" CROSS_COMPILE=${arch_target}-'
===[build_this_package:927 (last $?=0)> echo Running make -j4 CC=mips64-t2-linux-gnu-gcc CPP=mips64-t2-linux-gnu-cpp CXX=mips64-t2-linux-gnu-g++ prefix=/ docdir=/usr/doc/busybox CC_FOR_BUILD=cc BUILDCC=cc BUILD_CC=cc HOSTCC=cc HOST_CC=cc STRIP=mips64-t2-linux-gnu-strip AR=mips64-t2-linux-gnu-ar LD=mips64-t2-linux-gnu-ld AS=mips64-t2-linux-gnu-as RANLIB=mips64-t2-linux-gnu-ranlib NM=mips64-t2-linux-gnu-nm CROSS_COMPILE=mips64-t2-linux-gnu-
Running make -j4 CC=mips64-t2-linux-gnu-gcc CPP=mips64-t2-linux-gnu-cpp CXX=mips64-t2-linux-gnu-g++ prefix=/ docdir=/usr/doc/busybox CC_FOR_BUILD=cc BUILDCC=cc BUILD_CC=cc HOSTCC=cc HOST_CC=cc STRIP=mips64-t2-linux-gnu-strip AR=mips64-t2-linux-gnu-ar LD=mips64-t2-linux-gnu-ld AS=mips64-t2-linux-gnu-as RANLIB=mips64-t2-linux-gnu-ranlib NM=mips64-t2-linux-gnu-nm CROSS_COMPILE=mips64-t2-linux-gnu-
==[build_this_package:928 (last $?=0)> eval 'make -j4 CC="$CC" CPP="$CPP" CXX="$CXX" prefix="/$prefix" docdir="$docdir" CC_FOR_BUILD="$BUILDCC" BUILDCC="$BUILDCC" BUILD_CC="$BUILD_CC" HOSTCC="$HOSTCC"   HOST_CC="$HOST_CC" STRIP="$STRIP" AR="$AR" LD="$LD" AS="$AS" RANLIB="$RANLIB" NM="$NM" CROSS_COMPILE=${arch_target}-'
===[build_this_package:928 (last $?=0)> make -j4 CC=mips64-t2-linux-gnu-gcc CPP=mips64-t2-linux-gnu-cpp CXX=mips64-t2-linux-gnu-g++ prefix=/ docdir=/usr/doc/busybox CC_FOR_BUILD=cc BUILDCC=cc BUILD_CC=cc HOSTCC=cc HOST_CC=cc STRIP=mips64-t2-linux-gnu-strip AR=mips64-t2-linux-gnu-ar LD=mips64-t2-linux-gnu-ld AS=mips64-t2-linux-gnu-as RANLIB=mips64-t2-linux-gnu-ranlib NM=mips64-t2-linux-gnu-nm CROSS_COMPILE=mips64-t2-linux-gnu-
  DOC     busybox.pod
  SPLIT   include/autoconf.h -> include/config/*
  DOC     BusyBox.txt
  DOC     BusyBox.1
  GEN     include/bbconfigopts.h
  DOC     BusyBox.html
  HOSTCC  applets/usage
  LD      archival/built-in.o
  CC      archival/ar.o
  LD      archival/libunarchive/built-in.o
  CC      archival/libunarchive/data_align.o
  HOSTCC  applets/applet_tables
  LD      console-tools/built-in.o
  CC      console-tools/chvt.o
  GEN     include/usage_compressed.h
  GEN     include/applet_tables.h
  CC      applets/applets.o
  CC      archival/libunarchive/data_extract_all.o
  LD      applets/built-in.o
  CC      console-tools/clear.o
  LD      coreutils/built-in.o
  CC      coreutils/basename.o
  CC      archival/bbunzip.o
  CC      console-tools/deallocvt.o
  CC      coreutils/cal.o
  CC      archival/libunarchive/data_extract_to_buffer.o
  CC      console-tools/dumpkmap.o
  CC      archival/bzip2.o
  CC      archival/libunarchive/data_extract_to_stdout.o
  CC      coreutils/cat.o
  CC      console-tools/kbd_mode.o
  CC      archival/libunarchive/data_skip.o
  CC      coreutils/catv.o
  CC      archival/libunarchive/decompress_bunzip2.o
  CC      console-tools/loadfont.o
  CC      coreutils/chgrp.o
  CC      console-tools/loadkmap.o
  CC      coreutils/chmod.o
  CC      archival/libunarchive/decompress_uncompress.o
  CC      coreutils/chown.o
  CC      console-tools/openvt.o
  CC      archival/libunarchive/decompress_unlzma.o
  CC      archival/cpio.o
  CC      coreutils/chroot.o
  CC      console-tools/reset.o
  CC      coreutils/cksum.o
  CC      console-tools/resize.o
  CC      archival/libunarchive/decompress_unzip.o
  CC      archival/gzip.o
  CC      console-tools/setconsole.o
  CC      coreutils/comm.o
  CC      console-tools/setkeycodes.o
  CC      coreutils/cp.o
  CC      console-tools/setlogcons.o
  CC      coreutils/cut.o
  CC      archival/libunarchive/filter_accept_all.o
  CC      console-tools/showkey.o
  CC      archival/tar.o
  CC      coreutils/date.o
  CC      archival/libunarchive/filter_accept_list.o
  AR      console-tools/lib.a
  LD      coreutils/libcoreutils/built-in.o
  CC      coreutils/libcoreutils/cp_mv_stat.o
  CC      coreutils/dd.o
  CC      archival/libunarchive/filter_accept_reject_list.o
  CC      coreutils/libcoreutils/getopt_mk_fifo_nod.o
  CC      archival/unzip.o
  CC      archival/libunarchive/find_list_entry.o
  AR      coreutils/libcoreutils/lib.a
  LD      debianutils/built-in.o
  CC      debianutils/mktemp.o
  CC      coreutils/df.o
  CC      archival/libunarchive/get_header_ar.o
  CC      debianutils/pipe_progress.o
  AR      archival/lib.a
  LD      e2fsprogs/built-in.o
  CC      coreutils/dirname.o
  CC      e2fsprogs/chattr.o
  CC      archival/libunarchive/get_header_cpio.o
  CC      debianutils/run_parts.o
  CC      coreutils/dos2unix.o
  CC      e2fsprogs/e2fs_lib.o
  CC      archival/libunarchive/get_header_tar.o
  CC      debianutils/start_stop_daemon.o
  CC      coreutils/du.o
  CC      e2fsprogs/fsck.o
  CC      debianutils/which.o
  CC      archival/libunarchive/get_header_tar_bz2.o
  CC      coreutils/echo.o
  CC      archival/libunarchive/get_header_tar_gz.o
  AR      debianutils/lib.a
  LD      editors/built-in.o
  CC      editors/awk.o
  CC      coreutils/env.o
  CC      archival/libunarchive/get_header_tar_lzma.o
  CC      e2fsprogs/lsattr.o
  CC      coreutils/expand.o
  CC      archival/libunarchive/header_list.o
  AR      e2fsprogs/lib.a
  CC      coreutils/expr.o
  LD      findutils/built-in.o
  CC      findutils/find.o
  CC      archival/libunarchive/header_skip.o
  CC      archival/libunarchive/header_verbose_list.o
  CC      findutils/grep.o
  CC      archival/libunarchive/init_handle.o
  CC      coreutils/false.o
  CC      coreutils/fold.o
  CC      archival/libunarchive/open_transformer.o
  CC      findutils/xargs.o
  CC      archival/libunarchive/seek_by_jump.o
  CC      coreutils/head.o
  CC      coreutils/hostid.o
  AR      findutils/lib.a
  CC      archival/libunarchive/seek_by_read.o
  LD      init/built-in.o
  CC      init/halt.o
  CC      editors/cmp.o
  CC      coreutils/id.o
  CC      archival/libunarchive/unpack_ar_archive.o
  CC      init/init.o
  AR      archival/libunarchive/lib.a
  CC      editors/diff.o
  LD      libbb/built-in.o
  CC      libbb/appletlib.o
  CC      coreutils/install.o
  CC      init/mesg.o
  AR      init/lib.a
  LD      libpwdgrp/built-in.o
  CC      coreutils/length.o
  CC      libpwdgrp/pwd_grp.o
  CC      coreutils/ln.o
  CC      libbb/ask_confirmation.o
  CC      libbb/bb_askpass.o
  CC      coreutils/logname.o
  CC      editors/ed.o
  CC      libpwdgrp/uidgid_get.o
  CC      coreutils/ls.o
  CC      libbb/bb_basename.o
  AR      libpwdgrp/lib.a
  CC      libbb/bb_do_delay.o
  LD      loginutils/built-in.o
  CC      loginutils/addgroup.o
  CC      libbb/bb_pwd.o
  CC      loginutils/adduser.o
  CC      coreutils/md5_sha1_sum.o
  CC      editors/patch.o
  CC      libbb/bb_qsort.o
  CC      loginutils/chpasswd.o
  CC      libbb/bb_strtod.o
  CC      loginutils/cryptpw.o
  CC      coreutils/mkdir.o
  CC      editors/sed.o
  CC      libbb/bb_strtonum.o
  CC      loginutils/deluser.o
  CC      coreutils/mkfifo.o
  CC      loginutils/getty.o
  CC      coreutils/mknod.o
  CC      libbb/change_identity.o
  CC      coreutils/mv.o
  CC      libbb/chomp.o
  CC      loginutils/login.o
  CC      libbb/compare_string_array.o
  CC      editors/vi.o
  CC      coreutils/nice.o
  CC      loginutils/passwd.o
  CC      libbb/concat_path_file.o
  CC      coreutils/nohup.o
  CC      libbb/concat_subpath_file.o
  CC      coreutils/od.o
  CC      loginutils/su.o
  CC      libbb/copy_file.o
  CC      coreutils/printenv.o
  CC      loginutils/sulogin.o
  CC      coreutils/printf.o
  CC      libbb/copyfd.o
  CC      loginutils/vlock.o
  CC      libbb/correct_password.o
  CC      coreutils/pwd.o
  CC      libbb/crc32.o
  AR      loginutils/lib.a
  LD      mailutils/built-in.o
  CC      mailutils/mail.o
  CC      coreutils/readlink.o
  CC      libbb/create_icmp6_socket.o
  CC      coreutils/realpath.o
  CC      mailutils/mime.o
  CC      libbb/create_icmp_socket.o
  CC      coreutils/rm.o
  AR      editors/lib.a
  LD      miscutils/built-in.o
  CC      miscutils/adjtimex.o
  CC      coreutils/rmdir.o
  CC      libbb/default_error_retval.o
  CC      mailutils/popmaildir.o
  CC      miscutils/chat.o
  CC      libbb/device_open.o
  CC      mailutils/sendmail.o
  CC      coreutils/seq.o
  CC      libbb/dump.o
  CC      miscutils/chrt.o
  AR      mailutils/lib.a
  LD      modutils/built-in.o
  CC      modutils/modprobe-small.o
  CC      coreutils/sleep.o
  CC      miscutils/crond.o
  CC      coreutils/sort.o
  CC      libbb/error_msg.o
  AR      modutils/lib.a
  LD      networking/built-in.o
  CC      networking/arp.o
  CC      coreutils/split.o
  CC      libbb/error_msg_and_die.o
  CC      miscutils/crontab.o
  CC      libbb/execable.o
  CC      coreutils/stat.o
  CC      miscutils/dc.o
  CC      networking/arping.o
  CC      libbb/fclose_nonstdin.o
  CC      coreutils/stty.o
  CC      libbb/fflush_stdout_and_exit.o
  CC      miscutils/devmem.o
  CC      networking/brctl.o
  CC      libbb/fgets_str.o
  CC      miscutils/eject.o
  CC      networking/dnsd.o
  CC      libbb/find_mount_point.o
  CC      miscutils/fbsplash.o
  CC      coreutils/sum.o
  CC      libbb/find_pid_by_name.o
  CC      coreutils/sync.o
  CC      networking/ftpd.o
  CC      libbb/find_root_device.o
  CC      miscutils/hdparm.o
  CC      coreutils/tac.o
  CC      libbb/full_write.o
  CC      coreutils/tail.o
  CC      libbb/get_console.o
  CC      coreutils/tee.o
  CC      libbb/get_last_path_component.o
  CC      networking/ftpgetput.o
  CC      coreutils/test.o
  CC      libbb/get_line_from_file.o
  CC      networking/hostname.o
  CC      libbb/getopt32.o
  CC      coreutils/test_ptr_hack.o
  CC      networking/httpd.o
  CC      coreutils/touch.o
  CC      coreutils/tr.o
  CC      miscutils/ionice.o
  CC      libbb/getpty.o
  CC      libbb/herror_msg.o
  CC      coreutils/true.o
  CC      miscutils/last_fancy.o
  CC      coreutils/tty.o
  CC      libbb/herror_msg_and_die.o
  CC      miscutils/less.o
  CC      libbb/human_readable.o
  CC      coreutils/uname.o
  CC      networking/ifconfig.o
  CC      coreutils/uniq.o
  CC      libbb/inet_common.o
  CC      networking/ifenslave.o
  CC      libbb/info_msg.o
  CC      coreutils/usleep.o
  CC      libbb/inode_hash.o
  CC      coreutils/uudecode.o
  CC      networking/ifupdown.o
  CC      libbb/isdirectory.o
  CC      coreutils/uuencode.o
  CC      miscutils/makedevs.o
  CC      libbb/kernel_version.o
  CC      coreutils/wc.o
  CC      libbb/last_char_is.o
  CC      networking/inetd.o
  CC      miscutils/man.o
  CC      coreutils/who.o
  CC      libbb/lineedit.o
  CC      coreutils/whoami.o
  CC      miscutils/microcom.o
  CC      coreutils/yes.o
  CC      miscutils/mountpoint.o
  AR      coreutils/lib.a
  LD      networking/libiproute/built-in.o
  CC      networking/interface.o
  CC      networking/libiproute/ip_parse_common_args.o
  CC      miscutils/mt.o
  CC      libbb/lineedit_ptr_hack.o
  CC      networking/libiproute/ipaddress.o
  CC      miscutils/raidautorun.o
  CC      libbb/llist.o
  CC      miscutils/readahead.o
  CC      libbb/login.o
  CC      networking/ip.o
  CC      miscutils/runlevel.o
  CC      networking/libiproute/iplink.o
  CC      networking/ipcalc.o
  CC      libbb/loop.o
  CC      miscutils/rx.o
  CC      networking/isrv.o
  CC      libbb/make_directory.o
  CC      networking/libiproute/iproute.o
  CC      miscutils/setsid.o
  CC      libbb/makedev.o
  CC      miscutils/strings.o
  CC      libbb/match_fstype.o
  CC      networking/isrv_identd.o
  CC      miscutils/time.o
  CC      libbb/md5.o
  CC      networking/nameif.o
  CC      libbb/messages.o
  CC      miscutils/timeout.o
  CC      networking/libiproute/iprule.o
  CC      libbb/mode_string.o
  CC      networking/nc.o
  CC      miscutils/ttysize.o
  CC      libbb/mtab_file.o
  CC      networking/libiproute/iptunnel.o
  CC      miscutils/watchdog.o
  CC      networking/netstat.o
  CC      libbb/obscure.o
  AR      miscutils/lib.a
  LD      networking/udhcp/built-in.o
  CC      networking/udhcp/arpping.o
  CC      networking/libiproute/libnetlink.o
  CC      libbb/parse_config.o
  CC      networking/udhcp/clientpacket.o
  CC      networking/nslookup.o
  CC      networking/libiproute/ll_addr.o
  CC      libbb/parse_mode.o
  CC      networking/udhcp/clientsocket.o
  CC      networking/ping.o
  CC      networking/libiproute/ll_map.o
  CC      libbb/perror_msg.o
  CC      networking/udhcp/common.o
  CC      networking/libiproute/ll_proto.o
  CC      libbb/perror_msg_and_die.o
  CC      networking/udhcp/dhcpc.o
networking/libiproute/ll_proto.c:24:2: warning: #warning de-bloat
  CC      networking/libiproute/ll_types.o
  CC      libbb/perror_nomsg.o
  CC      networking/pscan.o
  CC      libbb/perror_nomsg_and_die.o
  CC      libbb/pidfile.o
  CC      networking/libiproute/rt_names.o
  CC      networking/route.o
  CC      networking/udhcp/dhcpd.o
  CC      libbb/print_flags.o
  CC      networking/libiproute/rtm_map.o
  CC      libbb/printable.o
  CC      networking/udhcp/dhcprelay.o
  CC      networking/slattach.o
  CC      libbb/process_escape_sequence.o
  CC      networking/libiproute/utils.o
  CC      libbb/procps.o
  CC      networking/udhcp/domain_codec.o
  CC      networking/tcpudp.o
  AR      networking/libiproute/lib.a
  LD      printutils/built-in.o
  CC      printutils/lpd.o
  CC      networking/udhcp/dumpleases.o
  CC      libbb/ptr_to_globals.o
  CC      libbb/pw_encrypt.o
  CC      printutils/lpr.o
  CC      networking/udhcp/files.o
  CC      networking/tcpudp_perhost.o
  CC      networking/telnet.o
  AR      printutils/lib.a
  LD      procps/built-in.o
  CC      procps/free.o
  CC      networking/udhcp/leases.o
  CC      libbb/read.o
  CC      procps/fuser.o
  CC      networking/udhcp/options.o
  CC      networking/telnetd.o
  CC      libbb/read_key.o
  CC      procps/kill.o
  CC      networking/udhcp/packet.o
  CC      libbb/recursive_action.o
  CC      networking/tftp.o
  CC      libbb/remove_file.o
  CC      procps/nmeter.o
  CC      networking/udhcp/script.o
  CC      networking/traceroute.o
  CC      libbb/restricted_shell.o
  CC      networking/udhcp/serverpacket.o
  CC      libbb/rtc.o
  CC      procps/pgrep.o
  CC      networking/tunctl.o
  CC      networking/udhcp/signalpipe.o
  CC      libbb/run_shell.o
  CC      networking/udhcp/socket.o
  CC      procps/pidof.o
  CC      networking/vconfig.o
  CC      libbb/safe_gethostname.o
  CC      networking/udhcp/static_leases.o
  CC      networking/wget.o
  CC      procps/ps.o
  CC      libbb/safe_poll.o
  AR      networking/udhcp/lib.a
  LD      runit/built-in.o
  CC      runit/chpst.o
  CC      libbb/safe_strncpy.o
  CC      procps/renice.o
  CC      libbb/safe_write.o
  CC      runit/runit_lib.o
  CC      procps/sysctl.o
  CC      libbb/setup_environment.o
  CC      networking/zcip.o
  CC      runit/runsv.o
  CC      procps/top.o
  CC      libbb/sha1.o
libbb/sha1.c: In function 'sha1_end':
libbb/sha1.c:398: warning: unused variable 'i'
libbb/sha1.c: In function 'sha512_end':
libbb/sha1.c:433: warning: unused variable 'i'
  AR      networking/lib.a
  LD      selinux/built-in.o
  AR      selinux/lib.a
  LD      shell/built-in.o
  CC      shell/ash.o
  CC      runit/runsvdir.o
  CC      libbb/signals.o
  CC      procps/uptime.o
  CC      libbb/simplify_path.o
  CC      runit/sv.o
  CC      procps/watch.o
  CC      libbb/skip_whitespace.o
  AR      procps/lib.a
  LD      sysklogd/built-in.o
  CC      sysklogd/klogd.o
  CC      libbb/speed_table.o
  CC      runit/svlogd.o
  CC      sysklogd/logread.o
  CC      libbb/str_tolower.o
  CC      libbb/strrstr.o
  CC      sysklogd/syslogd_and_logger.o
  CC      libbb/time.o
  AR      sysklogd/lib.a
  CC      libbb/trim.o
  AR      runit/lib.a
  LD      util-linux/built-in.o
  CC      util-linux/acpid.o
  LD      util-linux/volume_id/built-in.o
  CC      util-linux/volume_id/cramfs.o
  CC      libbb/u_signal_names.o
  CC      util-linux/volume_id/ext.o
  CC      util-linux/blkid.o
  CC      libbb/udp_io.o
  CC      util-linux/volume_id/fat.o
  CC      util-linux/dmesg.o
  CC      libbb/update_passwd.o
  CC      util-linux/fbset.o
  CC      util-linux/volume_id/get_devname.o
  CC      libbb/uuencode.o
  CC      util-linux/fdformat.o
  CC      util-linux/volume_id/hfs.o
  CC      libbb/vdprintf.o
  CC      util-linux/fdisk.o
  CC      util-linux/volume_id/iso9660.o
  CC      libbb/verror_msg.o
  CC      util-linux/volume_id/jfs.o
  CC      libbb/vfork_daemon_rexec.o
  CC      util-linux/volume_id/linux_raid.o
  CC      libbb/warn_ignoring_args.o
  CC      libbb/wfopen.o
  CC      util-linux/volume_id/linux_swap.o
  CC      libbb/wfopen_input.o
  CC      util-linux/volume_id/luks.o
  CC      libbb/write.o
  CC      util-linux/volume_id/ntfs.o
  CC      libbb/xatonum.o
  CC      shell/ash_ptr_hack.o
  CC      util-linux/volume_id/ocfs2.o
  CC      shell/cttyhack.o
  CC      shell/hush.o
  CC      util-linux/findfs.o
  CC      util-linux/volume_id/reiserfs.o
  CC      libbb/xconnect.o
  CC      util-linux/freeramdisk.o
  CC      util-linux/volume_id/romfs.o
  CC      libbb/xfunc_die.o
  CC      util-linux/volume_id/sysv.o
  CC      util-linux/fsck_minix.o
  CC      libbb/xfuncs.o
  CC      util-linux/volume_id/udf.o
  CC      libbb/xfuncs_printf.o
  CC      util-linux/volume_id/util.o
  CC      util-linux/volume_id/volume_id.o
  CC      util-linux/getopt.o
  CC      util-linux/volume_id/xfs.o
  CC      libbb/xgetcwd.o
  CC      libbb/xgethostbyname.o
  AR      util-linux/volume_id/lib.a
  CC      libbb/xreadlink.o
  CC      util-linux/hexdump.o
  CC      libbb/xrealloc_vector.o
  CC      libbb/xregcomp.o
  CC      util-linux/hwclock.o
  CC      util-linux/ipcrm.o
  AR      libbb/lib.a
  CC      util-linux/ipcs.o
  CC      util-linux/losetup.o
  CC      util-linux/mdev.o
  CC      util-linux/mkfs_minix.o
  CC      shell/match.o
  CC      util-linux/mkfs_vfat.o
util-linux/mkfs_vfat.c: In function 'mkfs_vfat_main':
util-linux/mkfs_vfat.c:464: warning: large integer implicitly truncated to unsigned type
util-linux/mkfs_vfat.c:465: warning: large integer implicitly truncated to unsigned type
util-linux/mkfs_vfat.c:465: warning: large integer implicitly truncated to unsigned type
util-linux/mkfs_vfat.c:483: warning: large integer implicitly truncated to unsigned type
util-linux/mkfs_vfat.c:484: warning: large integer implicitly truncated to unsigned type
util-linux/mkfs_vfat.c:486: warning: large integer implicitly truncated to unsigned type
util-linux/mkfs_vfat.c:486: warning: large integer implicitly truncated to unsigned type
util-linux/mkfs_vfat.c:491: warning: large integer implicitly truncated to unsigned type
util-linux/mkfs_vfat.c:498: warning: large integer implicitly truncated to unsigned type
util-linux/mkfs_vfat.c:535: warning: large integer implicitly truncated to unsigned type
util-linux/mkfs_vfat.c:535: warning: large integer implicitly truncated to unsigned type
  CC      util-linux/mkswap.o
  CC      shell/math.o
  CC      util-linux/more.o
  CC      util-linux/mount.o
  CC      util-linux/pivot_root.o
  CC      util-linux/rdate.o
  CC      shell/msh.o
  CC      util-linux/rdev.o
  CC      util-linux/readprofile.o
  CC      util-linux/rtcwake.o
  CC      util-linux/script.o
  CC      util-linux/setarch.o
  CC      util-linux/swaponoff.o
  CC      util-linux/switch_root.o
  CC      util-linux/umount.o
  AR      util-linux/lib.a
  AR      shell/lib.a
  LINK    busybox_unstripped
Trying libraries: crypt m
Failed: -Wl,--start-group -lcrypt -lm -Wl,--end-group
Output of:
mips64-t2-linux-gnu-gcc -Wall -Wshadow -Wwrite-strings -Wundef -Wstrict-prototypes -Wunused -Wunused-parameter -Wunused-function -Wunused-value -Wmissing-prototypes -Wmissing-declarations -Wdeclaration-after-statement -Wold-style-definition -fno-builtin-strlen -finline-limit=0 -fomit-frame-pointer -ffunction-sections -fdata-sections -fno-guess-branch-probability -funsigned-char -static-libgcc -falign-functions=1 -falign-jumps=1 -falign-labels=1 -falign-loops=1 -Os -o busybox_unstripped -Wl,--sort-common -Wl,--gc-sections -Wl,--start-group applets/built-in.o archival/lib.a archival/libunarchive/lib.a console-tools/lib.a coreutils/lib.a coreutils/libcoreutils/lib.a debianutils/lib.a e2fsprogs/lib.a editors/lib.a findutils/lib.a init/lib.a libbb/lib.a libpwdgrp/lib.a loginutils/lib.a mailutils/lib.a miscutils/lib.a modutils/lib.a networking/lib.a networking/libiproute/lib.a networking/udhcp/lib.a printutils/lib.a procps/lib.a runit/lib.a selinux/lib.a shell/lib.a sysklogd/lib.a util-linux/lib.a util-linux/volume_id/lib.a archival/built-in.o archival/libunarchive/built-in.o console-tools/built-in.o coreutils/built-in.o coreutils/libcoreutils/built-in.o debianutils/built-in.o e2fsprogs/built-in.o editors/built-in.o findutils/built-in.o init/built-in.o libbb/built-in.o libpwdgrp/built-in.o loginutils/built-in.o mailutils/built-in.o miscutils/built-in.o modutils/built-in.o networking/built-in.o networking/libiproute/built-in.o networking/udhcp/built-in.o printutils/built-in.o procps/built-in.o runit/built-in.o selinux/built-in.o shell/built-in.o sysklogd/built-in.o util-linux/built-in.o util-linux/volume_id/built-in.o -Wl,--end-group -Wl,--start-group -lcrypt -lm -Wl,--end-group
==========
/opt/T2/t2-trunk/build/EmbdMips64-8.0-trunk-embedded-minimal-mips64-EB-cross/TOOLCHAIN/tools.cross/crosscc/../lib64/gcc/mips64-t2-linux-gnu/4.3.2/../../../../mips64-t2-linux-gnu/bin/ld: crt1.o: No such file: No such file or directory
collect2: ld returned 1 exit status
make: *** [busybox_unstripped] Error 1
Due to previous errors, no 1-busybox.log file!
(Try enabling xtrace in the config to track an error inside the build system.)
--- BUILD ERROR ---
Creating file list and doing final adaptions ...
Searching for orphaned files ...
Found 6 files for this package.
Found 0 orphaned files for this package.
Clear (old) md5sums ...
Creating md5sum files ... done.
Creating package description ...
Making post-install adaptions.

-----------------------------------------------------------
If you wish to unsubscribe from this mailing, send mail to
lists@... with a subject of: unsubscribe t2

Re: BusyBox build fails on Mips64 embedded-minimal

by René Rebe :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Dear Jan,

I'm a little busy at the moment, but can take a look later as well.

Do you already have some MIPS64 silicon you target? Our company (ExactCODE,
http://www.exactcode.com) can also help you in any T2 related
development if you
require some expertise in Embedded Linux matters.

Regards,
  René

Jan Rovins wrote:

> Hi again,
>
> In continuing with my basic build of embedded-minimal on mips64, I am
> now getting a busy box link error.
> It seems that my target has  a usr/lib64 dir set up, but my linker
> wants to link with a usr/lib32 directory.
>
> Attached is my target configuration & full ERROR-LOG
>
> ==========
> /opt/T2/t2-trunk/build/EmbdMips64-8.0-trunk-embedded-minimal-mips64-EB-cross/TOOLCHAIN/tools.cross/crosscc/../lib64/gcc/mips64-t2-linux-gnu/4.3.2/../../../../mips64-t2-linux-gnu/bin/ld:
> crt1.o: No such file: No such file or directory
> collect2: ld returned 1 exit status
> make: *** [busybox_unstripped] Error 1
> Due to previous errors, no 1-busybox.log file!
> (Try enabling xtrace in the config to track an error inside the build
> system.)
> --- BUILD ERROR ---
>
>
> There is a link error where it can't find "crt1.o"
> My crt1.o is in ....usr/lib64
>  find . -name crt1.o
> ./build/EmbdMips64-8.0-trunk-embedded-minimal-mips64-EB-cross/usr/lib64/crt1.o
>
>
>
> My linker does not have lib64 in it's path, only lib32:
>  cd
> /opt/T2/t2-trunk/build/EmbdMips64-8.0-trunk-embedded-minimal-mips64-EB-cross/TOOLCHAIN/tools.cross/mips64-t2-linux-gnu/bin/
>
> ./ld --verbose
> GNU ld (Linux/GNU Binutils) 2.19.51.0.1.20090106
>  Supported emulations:
>   elf32btsmipn32
>   elf32ltsmipn32
>   elf32btsmip
>   elf32ltsmip
>   elf64btsmip
>   elf64ltsmip
> using internal linker script:
> ==================================================
> /* Script for -z combreloc: combine and sort reloc sections */
> OUTPUT_FORMAT("elf32-ntradbigmips", "elf32-ntradbigmips",
>              "elf32-ntradlittlemips")
> OUTPUT_ARCH(mips)
> ENTRY(__start)
> SEARCH_DIR("/opt/T2/t2-trunk/build/EmbdMips64-8.0-trunk-embedded-minimal-mips64-EB-cross/TOOLCHAIN/tools.cross/usr/mips64-t2-linux-gnu/lib32");
> SEARCH_DIR("=/usr/local/lib32"); SEARCH_DIR("=/lib32");
> SEARCH_DIR("=/usr/lib32"); SEARCH_DIR("=/usr/local/lib");
> SEARCH_DIR("=/lib"); SEARCH_DIR("=/usr/lib");
>
> How to fix this?
>
> Thanks,
>
> Jan
>
>


--
  René Rebe - ExactCODE GmbH - Europe, Germany, Berlin
  http://exactcode.de | http://t2-project.org | http://rene.rebe.name



-----------------------------------------------------------
If you wish to unsubscribe from this mailing, send mail to
lists@... with a subject of: unsubscribe t2