
Applying ./patches/001-resource_h_include.patch using plaintext: 
patching file include/libbb.h

Applying ./patches/100-trylink_bash.patch using plaintext: 
patching file scripts/trylink

Applying ./patches/101-gen_build_files_bash.patch using plaintext: 
patching file scripts/gen_build_files.sh

Applying ./patches/110-no_static_libgcc.patch using plaintext: 
patching file Makefile.flags

Applying ./patches/120-remove_uclibc_rpc_check.patch using plaintext: 
patching file util-linux/mount.c

Applying ./patches/130-mconf_missing_sigwinch.patch using plaintext: 
patching file scripts/kconfig/mconf.c

Applying ./patches/200-udhcpc_reduce_msgs.patch using plaintext: 
patching file networking/udhcp/dhcpc.c

Applying ./patches/201-udhcpc_changed_ifindex.patch using plaintext: 
patching file networking/udhcp/dhcpc.c

Applying ./patches/203-udhcpc_renew_no_deconfig.patch using plaintext: 
patching file networking/udhcp/dhcpc.c

Applying ./patches/210-add_netmsg_util.patch using plaintext: 
patching file networking/netmsg.c

Applying ./patches/220-add_lock_util.patch using plaintext: 
patching file miscutils/lock.c

Applying ./patches/240-telnetd_intr.patch using plaintext: 
patching file networking/telnetd.c

Applying ./patches/250-date-k-flag.patch using plaintext: 
patching file coreutils/date.c

Applying ./patches/270-libbb_make_unicode_printable.patch using plaintext: 
patching file libbb/printable_string.c

Applying ./patches/301-ip-link-fix-netlink-msg-size.patch using plaintext: 
patching file networking/libiproute/iplink.c
make[4]: Entering directory '/home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2'
  HOSTCC  scripts/basic/fixdep
  HOSTCC  scripts/basic/split-include
scripts/basic/split-include.c: In function 'main':
scripts/basic/split-include.c:134:6: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result]
      fgets(old_line, buffer_size, fp_target);
      ^
  HOSTCC  scripts/basic/docproc
  GEN     include/applets.h
  GEN     include/usage.h
  GEN     scripts/Kbuild
  GEN     networking/Kbuild
  GEN     networking/Config.in
  GEN     networking/libiproute/Kbuild
  GEN     networking/udhcp/Kbuild
  GEN     networking/udhcp/Config.in
  GEN     miscutils/Kbuild
  GEN     miscutils/Config.in
  GEN     runit/Kbuild
  GEN     runit/Config.in
  GEN     findutils/Kbuild
  GEN     findutils/Config.in
  GEN     modutils/Kbuild
  GEN     modutils/Config.in
  GEN     editors/Kbuild
  GEN     editors/Config.in
  GEN     loginutils/Kbuild
  GEN     loginutils/Config.in
  GEN     console-tools/Kbuild
  GEN     console-tools/Config.in
  GEN     archival/Kbuild
  GEN     archival/Config.in
  GEN     archival/libarchive/Kbuild
  GEN     applets/Kbuild
  GEN     debianutils/Kbuild
  GEN     debianutils/Config.in
  GEN     printutils/Kbuild
  GEN     printutils/Config.in
  GEN     selinux/Kbuild
  GEN     selinux/Config.in
  GEN     procps/Kbuild
  GEN     procps/Config.in
  GEN     mailutils/Kbuild
  GEN     mailutils/Config.in
  GEN     coreutils/Kbuild
  GEN     coreutils/Config.in
  GEN     coreutils/libcoreutils/Kbuild
  GEN     init/Kbuild
  GEN     init/Config.in
  GEN     util-linux/Kbuild
  GEN     util-linux/Config.in
  GEN     util-linux/volume_id/Kbuild
  GEN     util-linux/volume_id/Config.in
  GEN     e2fsprogs/Kbuild
  GEN     e2fsprogs/Config.in
  GEN     libbb/Kbuild
  GEN     libbb/Config.in
  GEN     shell/Kbuild
  GEN     shell/Config.in
  GEN     libpwdgrp/Kbuild
  GEN     sysklogd/Kbuild
  GEN     sysklogd/Config.in
  HOSTCC  scripts/kconfig/conf.o
scripts/kconfig/conf.c: In function 'conf_askvalue':
scripts/kconfig/conf.c:106:3: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result]
   fgets(line, 128, stdin);
   ^
scripts/kconfig/conf.c: In function 'conf_choice':
scripts/kconfig/conf.c:354:4: warning: ignoring return value of 'fgets', declared with attribute warn_unused_result [-Wunused-result]
    fgets(line, 128, stdin);
    ^
  HOSTCC  scripts/kconfig/kxgettext.o
  HOSTCC  scripts/kconfig/mconf.o
scripts/kconfig/mconf.c: In function 'show_textbox':
scripts/kconfig/mconf.c:851:2: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
  write(fd, text, strlen(text));
  ^
scripts/kconfig/mconf.c: In function 'exec_conf':
scripts/kconfig/mconf.c:485:2: warning: ignoring return value of 'pipe', declared with attribute warn_unused_result [-Wunused-result]
  pipe(pipefd);
  ^
  SHIPPED scripts/kconfig/zconf.tab.c
  SHIPPED scripts/kconfig/lex.zconf.c
  SHIPPED scripts/kconfig/zconf.hash.c
  HOSTCC  scripts/kconfig/zconf.tab.o
  HOSTLD  scripts/kconfig/conf
scripts/kconfig/conf -o Config.in
#
# using defaults found in .config
#
*
* Busybox Configuration
*
*
* Busybox Settings
*
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
Enable obsolete features removed before SUSv3 (INCLUDE_SUSv2) [Y/n/?] y
Avoid using GCC-specific code constructs (USE_PORTABLE_CODE) [N/y/?] n
Enable Linux-specific applets and features (PLATFORM_LINUX) [Y/?] y
Show applet usage messages (SHOW_USAGE) [Y/n/?] 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
Include busybox applet (BUSYBOX) [N/y/?] n
Don't use /usr (INSTALL_NO_USR) [N/y/?] n
Support for PAM (Pluggable Authentication Modules) (PAM) [N/y/?] n
Support for --long-options (LONG_OPTS) [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 utmp file (FEATURE_UTMP) [N/y/?] n
Support writing pidfiles (FEATURE_PIDFILE) [Y/n/?] y
  Path to directory for pidfile (PID_FILE_PATH) [/var/run] /var/run
Support for SUID/SGID handling (FEATURE_SUID) [Y/n/?] y
  Runtime SUID/SGID configuration via /etc/busybox.conf (FEATURE_SUID_CONFIG) [N/y/?] n
Support NSA Security Enhanced Linux (SELINUX) [N/y/?] n
exec prefers applets (FEATURE_PREFER_APPLETS) [Y/n/?] y
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 with Large File Support (for accessing files > 2 GB) (LFS) [Y/n/?] y
Cross Compiler prefix (CROSS_COMPILER_PREFIX) [] 
Path to sysroot (SYSROOT) [] 
Additional CFLAGS (EXTRA_CFLAGS) [] 
Additional LDFLAGS (EXTRA_LDFLAGS) [] 
Additional LDLIBS (EXTRA_LDLIBS) [] 
*
* Installation Options ("make install" behavior)
*
What kind of applet links to install
> 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
*
* Debugging Options
*
Build BusyBox with extra Debugging symbols (DEBUG) [N/y/?] n
Enable runtime sanitizers (ASAN/LSAN/USAN/etc...) (DEBUG_SANITIZE) [N/y/?] n
Build unit tests (UNIT_TEST) [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
*
* Busybox Library Tuning
*
Use the end of BSS page (FEATURE_USE_BSS_TAIL) [N/y/?] n
Support RTMIN[+n] and RTMAX[-n] signal names (FEATURE_RTMINMAX) [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?]: 2
Minimum password length (PASSWORD_MINLEN) [6] 6
MD5: Trade bytes for speed (0:fast, 3:slow) (MD5_SMALL) [1] 1
SHA3: Trade bytes for speed (0:fast, 1:slow) (SHA3_SMALL) [1] 1
Faster /proc scanning code (+100 bytes) (FEATURE_FAST_TOP) [Y/n/?] y
Support for /etc/networks (FEATURE_ETC_NETWORKS) [N/y/?] n
Use termios to manipulate the screen (FEATURE_USE_TERMIOS) [N/y/?] n
Command line editing (FEATURE_EDITING) [Y/n/?] y
  Maximum length of input (FEATURE_EDITING_MAX_LEN) [512] 512
  vi-style line editing commands (FEATURE_EDITING_VI) [N/y/?] n
  History size (FEATURE_EDITING_HISTORY) [256] 256
  History saving (FEATURE_EDITING_SAVEHISTORY) [N/y/?] n
  Reverse history search (FEATURE_REVERSE_SEARCH) [N/y/?] n
  Tab completion (FEATURE_TAB_COMPLETION) [Y/n/?] y
    Username completion (FEATURE_USERNAME_COMPLETION) [N/y/?] n
  Fancy shell prompts (FEATURE_EDITING_FANCY_PROMPT) [Y/n/?] y
  Query cursor position from terminal (FEATURE_EDITING_ASK_TERMINAL) [N/y/?] n
Enable locale support (system needs locale for this to work) (LOCALE_SUPPORT) [N/y/?] n
Support Unicode (UNICODE_SUPPORT) [N/y/?] n
Non-POSIX, but safer, copying to special nodes (FEATURE_NON_POSIX_CP) [Y/n/?] y
Give more precise messages when copy fails (cp, mv etc) (FEATURE_VERBOSE_CP_MESSAGE) [N/y/?] n
Use sendfile system call (FEATURE_USE_SENDFILE) [N/y/?] n
Copy buffer size, in kilobytes (FEATURE_COPYBUF_KB) [4] 4
Skip rootfs in mount table (FEATURE_SKIP_ROOTFS) [N/y/?] n
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) [N/y/?] n
*
* Applets
*
*
* Archival Utilities
*
Make tar, rpm, modprobe etc understand .xz data (FEATURE_SEAMLESS_XZ) [N/y/?] n
Make tar, rpm, modprobe etc understand .lzma data (FEATURE_SEAMLESS_LZMA) [N/y/?] n
Make tar, rpm, modprobe etc understand .bz2 data (FEATURE_SEAMLESS_BZ2) [N/y/?] n
Make tar, rpm, modprobe etc understand .gz data (FEATURE_SEAMLESS_GZ) [Y/n/?] y
Make tar, rpm, modprobe etc understand .Z data (FEATURE_SEAMLESS_Z) [N/y/?] n
ar (AR) [N/y/?] n
uncompress (UNCOMPRESS) [N/y/?] n
gunzip (GUNZIP) [Y/n/?] y
zcat (ZCAT) [Y/n/?] y
  Enable long options (FEATURE_GUNZIP_LONG_OPTIONS) [N/y/?] n
bunzip2 (BUNZIP2) [Y/n/?] y
bzcat (BZCAT) [Y/n/?] y
unlzma (UNLZMA) [N/y/?] n
lzcat (LZCAT) [N/y/?] n
lzma -d (LZMA) [N/y/?] n
unxz (UNXZ) [N/y/?] n
xzcat (XZCAT) [N/y/?] n
xz -d (XZ) [N/y/?] n
bzip2 (BZIP2) [N/y/?] n
cpio (CPIO) [N/y/?] n
dpkg (DPKG) [N/y/?] n
dpkg_deb (DPKG_DEB) [N/y/?] n
gzip (GZIP) [Y/n/?] y
  Enable long options (FEATURE_GZIP_LONG_OPTIONS) [N/y/?] n
  Trade memory for gzip speed (0:small,slow - 2:fast,big) (GZIP_FAST) [0] 0
  Enable compression levels (FEATURE_GZIP_LEVELS) [N/y/?] n
lzop (LZOP) [N/y/?] n
unlzop (UNLZOP) [N/y/?] n
lzopcat (LZOPCAT) [N/y/?] n
rpm (RPM) [N/y/?] n
rpm2cpio (RPM2CPIO) [N/y/?] n
tar (TAR) [Y/n/?] y
  Enable archive creation (FEATURE_TAR_CREATE) [Y/n/?] y
  Autodetect compressed tarballs (FEATURE_TAR_AUTODETECT) [N/y/?] n
  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) [N/y/?] n
  Enable untarring of tarballs with checksums produced by buggy Sun tar (FEATURE_TAR_OLDSUN_COMPATIBILITY) [N/y/?] n
  Support for GNU tar extensions (long filenames) (FEATURE_TAR_GNU_EXTENSIONS) [Y/n/?] y
  Enable long options (FEATURE_TAR_LONG_OPTIONS) [N/y/?] n
  Enable use of user and group names (FEATURE_TAR_UNAME_GNAME) [N/y/?] n
  Enable -m (do not preserve time) option (FEATURE_TAR_NOPRESERVE_TIME) [N/y/?] n
unzip (UNZIP) [N/y/?] n
*
* Coreutils
*
basename (BASENAME) [Y/n/?] y
cal (CAL) [N/y/?] n
cat (CAT) [Y/n/?] y
catv (CATV) [N/y/?] n
chgrp (CHGRP) [Y/n/?] y
chmod (CHMOD) [Y/n/?] y
chown (CHOWN) [Y/n/?] y
  Enable long options (FEATURE_CHOWN_LONG_OPTIONS) [N/y/?] n
chroot (CHROOT) [Y/n/?] y
cksum (CKSUM) [N/y/?] n
comm (COMM) [N/y/?] n
cp (CP) [Y/n/?] y
  Enable long options for cp (FEATURE_CP_LONG_OPTIONS) [N/y/?] n
cut (CUT) [Y/n/?] y
date (DATE) [Y/n/?] y
  Enable ISO date format output (-I) (FEATURE_DATE_ISOFMT) [Y/n/?] y
  Support %[num]N nanosecond format specifier (FEATURE_DATE_NANO) [N/y/?] n
  Support weird 'date MMDDhhmm[[YY]YY][.ss]' format (FEATURE_DATE_COMPAT) [N/y/?] n
dd (DD) [Y/n/?] y
  Enable signal handling for status reporting (FEATURE_DD_SIGNAL_HANDLING) [Y/n/?] y
    Enable the third status line upon signal (FEATURE_DD_THIRD_STATUS_LINE) [N/y/?] n
  Enable ibs, obs and conv options (FEATURE_DD_IBS_OBS) [Y/n/?] y
  Enable status display options (FEATURE_DD_STATUS) [N/y/?] n
df (DF) [Y/n/?] y
  Enable -a, -i, -B (FEATURE_DF_FANCY) [N/y/?] n
dirname (DIRNAME) [Y/n/?] y
dos2unix (DOS2UNIX) [N/y/?] n
unix2dos (UNIX2DOS) [N/y/?] n
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) [N/y/?] n
expand (EXPAND) [N/y/?] n
unexpand (UNEXPAND) [N/y/?] n
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) [N/y/?] n
fsync (FSYNC) [Y/n/?] y
head (HEAD) [Y/n/?] y
  Enable head options (-c, -q, and -v) (FEATURE_FANCY_HEAD) [Y/n/?] y
hostid (HOSTID) [N/y/?] n
id (ID) [Y/n/?] y
groups (GROUPS) [N/y/?] n
install (INSTALL) [N/y/?] n
ln (LN) [Y/n/?] y
logname (LOGNAME) [N/y/?] n
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
sha1sum (SHA1SUM) [N/y/?] n
sha256sum (SHA256SUM) [Y/n/?] y
sha512sum (SHA512SUM) [N/y/?] n
sha3sum (SHA3SUM) [N/y/?] n
  *
  * Common options for md5sum, sha1sum, sha256sum, sha512sum, sha3sum
  *
  Enable -c, -s and -w options (FEATURE_MD5_SHA1_SUM_CHECK) [Y/n/?] y
mkdir (MKDIR) [Y/n/?] y
  Enable long options (FEATURE_MKDIR_LONG_OPTIONS) [N/y/?] n
mkfifo (MKFIFO) [Y/n/?] y
mknod (MKNOD) [Y/n/?] y
mv (MV) [Y/n/?] y
  Enable long options (FEATURE_MV_LONG_OPTIONS) [N/y/?] n
nice (NICE) [Y/n/?] y
nohup (NOHUP) [N/y/?] n
od (OD) [N/y/?] n
printenv (PRINTENV) [N/y/?] n
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) [N/y/?] n
rm (RM) [Y/n/?] y
rmdir (RMDIR) [Y/n/?] y
  Enable long options (FEATURE_RMDIR_LONG_OPTIONS) [N/y/?] n
seq (SEQ) [Y/n/?] y
shuf (SHUF) [N/y/?] n
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) [N/y/?] n
sort (SORT) [Y/n/?] y
  Full SuSv3 compliant sort (support -ktcsbdfiozgM) (FEATURE_SORT_BIG) [N/y/?] n
split (SPLIT) [N/y/?] n
stat (STAT) [N/y/?] n
stty (STTY) [N/y/?] n
sum (SUM) [N/y/?] n
sync (SYNC) [Y/n/?] y
  Enable -d and -f flags (requires syncfs(2) in libc) (FEATURE_SYNC_FANCY) [N/y/?] n
tac (TAC) [N/y/?] n
tail (TAIL) [Y/n/?] y
  Enable extra tail options (-q, -s, -v, and -F) (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
test as [ (TEST1) [Y/n/?] y
test as [[ (TEST2) [Y/n/?] y
  Extend test to 64 bit (FEATURE_TEST_64) [Y/n/?] y
touch (TOUCH) [Y/n/?] y
  Add support for -h (FEATURE_TOUCH_NODEREF) [N/y/?] n
  Add support for SUSV3 features (-d -t -r) (FEATURE_TOUCH_SUSV3) [Y/n/?] y
tr (TR) [Y/n/?] y
  Enable character classes (such as [:upper:]) (FEATURE_TR_CLASSES) [N/y/?] n
  Enable equivalence classes (FEATURE_TR_EQUIV) [N/y/?] n
true (TRUE) [Y/n/?] y
truncate (TRUNCATE) [N/y/?] n
tty (TTY) [N/y/?] n
uname (UNAME) [Y/n/?] y
  Operating system name (UNAME_OSNAME) [GNU/Linux] GNU/Linux
uniq (UNIQ) [Y/n/?] y
unlink (UNLINK) [N/y/?] n
usleep (USLEEP) [N/y/?] n
uudecode (UUDECODE) [N/y/?] n
base64 (BASE64) [N/y/?] n
uuencode (UUENCODE) [N/y/?] n
wc (WC) [Y/n/?] y
  Support very large files in wc (FEATURE_WC_LARGE) [N/y/?] n
whoami (WHOAMI) [N/y/?] n
yes (YES) [Y/n/?] y
*
* Common options
*
Support verbose options (usually -v) for various applets (FEATURE_VERBOSE) [N/y/?] n
*
* 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
*
* Console Utilities
*
chvt (CHVT) [N/y/?] n
clear (CLEAR) [Y/n/?] y
deallocvt (DEALLOCVT) [N/y/?] n
dumpkmap (DUMPKMAP) [N/y/?] n
fgconsole (FGCONSOLE) [N/y/?] n
kbd_mode (KBD_MODE) [N/y/?] n
loadfont (LOADFONT) [N/y/?] n
setfont (SETFONT) [N/y/?] n
loadkmap (LOADKMAP) [N/y/?] n
openvt (OPENVT) [N/y/?] n
reset (RESET) [Y/n/?] y
resize (RESIZE) [N/y/?] n
setconsole (SETCONSOLE) [N/y/?] n
setkeycodes (SETKEYCODES) [N/y/?] n
setlogcons (SETLOGCONS) [N/y/?] n
showkey (SHOWKEY) [N/y/?] n
*
* Debian Utilities
*
mktemp (MKTEMP) [Y/n/?] y
pipe_progress (PIPE_PROGRESS) [N/y/?] n
run-parts (RUN_PARTS) [N/y/?] n
start-stop-daemon (START_STOP_DAEMON) [Y/n/?] y
  Support additional arguments (FEATURE_START_STOP_DAEMON_FANCY) [N/y/?] n
  Enable long options (FEATURE_START_STOP_DAEMON_LONG_OPTIONS) [N/y/?] n
which (WHICH) [Y/n/?] y
*
* Editors
*
awk (AWK) [Y/n/?] y
  Enable math functions (requires libm) (FEATURE_AWK_LIBM) [Y/n/?] y
  Enable a few GNU extensions (FEATURE_AWK_GNU_EXTENSIONS) [Y/n/?] y
cmp (CMP) [Y/n/?] y
diff (DIFF) [N/y/?] n
ed (ED) [N/y/?] n
patch (PATCH) [N/y/?] n
sed (SED) [Y/n/?] y
vi (VI) [Y/n/?] y
  Maximum screen width in vi (FEATURE_VI_MAX_LEN) [1024] 1024
  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
    Enable regex in search and replace (FEATURE_VI_REGEX_SEARCH) [N/y/?] n
  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
  Use 'tell me cursor position' ESC sequence to measure window (FEATURE_VI_ASK_TERMINAL) [Y/n/?] y
  Support undo command 'u' (FEATURE_VI_UNDO) [N/y/?] n
  Allow vi and awk to execute shell commands (FEATURE_ALLOW_EXEC) [Y/n/?] y
*
* Finding Utilities
*
find (FIND) [Y/n/?] y
  Enable -print0: NUL-terminated output (FEATURE_FIND_PRINT0) [Y/n/?] y
  Enable -mtime: modified time matching (FEATURE_FIND_MTIME) [Y/n/?] y
  Enable -mmin: modified time matching by minutes (FEATURE_FIND_MMIN) [N/y/?] n
  Enable -perm: permissions matching (FEATURE_FIND_PERM) [Y/n/?] y
  Enable -type: file type matching (file/dir/link/...) (FEATURE_FIND_TYPE) [Y/n/?] y
  Enable -xdev: 'stay in filesystem' (FEATURE_FIND_XDEV) [Y/n/?] y
  Enable -mindepth N and -maxdepth N (FEATURE_FIND_MAXDEPTH) [Y/n/?] y
  Enable -newer: compare file modification times (FEATURE_FIND_NEWER) [N/y/?] n
  Enable -inum: inode number matching (FEATURE_FIND_INUM) [N/y/?] n
  Enable -exec: execute commands (FEATURE_FIND_EXEC) [Y/n/?] y
    Enable -exec ... {} + (FEATURE_FIND_EXEC_PLUS) [N/y/?] n
  Enable -user: username/uid matching (FEATURE_FIND_USER) [Y/n/?] y
  Enable -group: group/gid matching (FEATURE_FIND_GROUP) [Y/n/?] y
  Enable the 'not' (!) operator (FEATURE_FIND_NOT) [Y/n/?] y
  Enable -depth (FEATURE_FIND_DEPTH) [Y/n/?] y
  Enable parens in options (FEATURE_FIND_PAREN) [Y/n/?] y
  Enable -size: file size matching (FEATURE_FIND_SIZE) [Y/n/?] y
  Enable -prune: exclude subdirectories (FEATURE_FIND_PRUNE) [Y/n/?] y
  Enable -delete: delete files/dirs (FEATURE_FIND_DELETE) [N/y/?] n
  Enable -path: match pathname with shell pattern (FEATURE_FIND_PATH) [Y/n/?] y
  Enable -regex: match pathname with regex (FEATURE_FIND_REGEX) [Y/n/?] y
  Enable -links: link count matching (FEATURE_FIND_LINKS) [N/y/?] n
grep (GREP) [Y/n/?] y
egrep (EGREP) [Y/n/?] y
fgrep (FGREP) [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 -p: prompt and confirmation (FEATURE_XARGS_SUPPORT_CONFIRMATION) [Y/n/?] y
  Enable single and double quotes and backslash (FEATURE_XARGS_SUPPORT_QUOTES) [Y/n/?] y
  Enable -x: exit if -s or -n is exceeded (FEATURE_XARGS_SUPPORT_TERMOPT) [Y/n/?] y
  Enable -0: NUL-terminated input (FEATURE_XARGS_SUPPORT_ZERO_TERM) [Y/n/?] y
  Enable -I STR: string to replace (FEATURE_XARGS_SUPPORT_REPL_STR) [N/y/?] n
*
* Init Utilities
*
bootchartd (BOOTCHARTD) [N/y/?] n
halt (HALT) [Y/n/?] y
poweroff (POWEROFF) [Y/n/?] y
reboot (REBOOT) [Y/n/?] y
  Call telinit on shutdown and reboot (FEATURE_CALL_TELINIT) [N/y/?] n
init (INIT) [N/y/?] n
Support running init from within an initrd (not initramfs) (LINUXRC) [N/y/?] n
mesg (MESG) [N/y/?] n
*
* 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) [N/y/?] n
Use internal crypt functions (USE_BB_CRYPT) [N/y/?] n
add-shell (ADD_SHELL) [N/y/?] n
remove-shell (REMOVE_SHELL) [N/y/?] n
addgroup (ADDGROUP) [N/y/?] n
adduser (ADDUSER) [N/y/?] n
chpasswd (CHPASSWD) [N/y/?] n
Default password encryption method (passwd -a, cryptpw -m parameter) (FEATURE_DEFAULT_PASSWD_ALGO) [md5] md5
cryptpw (CRYPTPW) [N/y/?] n
mkpasswd (MKPASSWD) [N/y/?] n
deluser (DELUSER) [N/y/?] n
delgroup (DELGROUP) [N/y/?] n
getty (GETTY) [N/y/?] n
login (LOGIN) [Y/n/?] y
  Run logged in session in a child process (LOGIN_SESSION_AS_CHILD) [N/y/?] n
  Support for login scripts (LOGIN_SCRIPTS) [N/y/?] n
  Support for /etc/nologin (FEATURE_NOLOGIN) [N/y/?] n
  Support for /etc/securetty (FEATURE_SECURETTY) [N/y/?] n
passwd (PASSWD) [Y/n/?] y
  Check new passwords for weakness (FEATURE_PASSWD_WEAK_CHECK) [Y/n/?] y
su (SU) [N/y/?] n
sulogin (SULOGIN) [N/y/?] n
vlock (VLOCK) [N/y/?] n
*
* Linux Ext2 FS Progs
*
chattr (CHATTR) [N/y/?] n
fsck (FSCK) [N/y/?] n
lsattr (LSATTR) [N/y/?] n
tune2fs (TUNE2FS) [N/y/?] n
*
* Linux Module Utilities
*
Simplified modutils (MODPROBE_SMALL) [N/y/?] n
depmod (DEPMOD) [N/y/?] n
insmod (INSMOD) [N/y/?] n
lsmod (LSMOD) [N/y/?] n
modinfo (MODINFO) [N/y/?] n
modprobe (MODPROBE) [N/y/?] n
rmmod (RMMOD) [N/y/?] n
*
* Options common to multiple modutils
*
*
* Linux System Utilities
*
acpid (ACPID) [N/y/?] n
blkdiscard (BLKDISCARD) [N/y/?] n
blkid (BLKID) [N/y/?] n
blockdev (BLOCKDEV) [N/y/?] n
dmesg (DMESG) [N/y/?] n
fatattr (FATATTR) [N/y/?] n
fbset (FBSET) [N/y/?] n
fdformat (FDFORMAT) [N/y/?] n
fdisk (FDISK) [N/y/?] n
findfs (FINDFS) [N/y/?] n
flock (FLOCK) [N/y/?] n
fdflush (FDFLUSH) [N/y/?] n
freeramdisk (FREERAMDISK) [N/y/?] n
fsck_minix (FSCK_MINIX) [N/y/?] n
fstrim (FSTRIM) [N/y/?] n
getopt (GETOPT) [N/y/?] n
hexdump (HEXDUMP) [Y/n/?] y
  Support -R, reverse of 'hexdump -Cv' (FEATURE_HEXDUMP_REVERSE) [N/y/?] n
hd (HD) [N/y/?] n
hwclock (HWCLOCK) [Y/n/?] y
  Support long options (--hctosys,...) (FEATURE_HWCLOCK_LONG_OPTIONS) [N/y/?] n
  Use FHS /var/lib/hwclock/adjtime (FEATURE_HWCLOCK_ADJTIME_FHS) [N/y/?] n
ipcrm (IPCRM) [N/y/?] n
ipcs (IPCS) [N/y/?] n
losetup (LOSETUP) [N/y/?] n
lspci (LSPCI) [N/y/?] n
lsusb (LSUSB) [N/y/?] n
mdev (MDEV) [N/y/?] n
mke2fs (MKE2FS) [N/y/?] n
mkfs.ext2 (MKFS_EXT2) [N/y/?] n
mkfs_minix (MKFS_MINIX) [N/y/?] n
mkfs_reiser (MKFS_REISER) [N/y/?] n
mkdosfs (MKDOSFS) [N/y/?] n
mkfs.vfat (MKFS_VFAT) [N/y/?] n
mkswap (MKSWAP) [Y/n/?] y
  UUID support (FEATURE_MKSWAP_UUID) [N/y/?] n
more (MORE) [N/y/?] n
mount (MOUNT) [Y/n/?] y
  Support option -f (FEATURE_MOUNT_FAKE) [N/y/?] n
  Support option -v (FEATURE_MOUNT_VERBOSE) [N/y/?] n
  Support mount helpers (FEATURE_MOUNT_HELPERS) [Y/n/?] y
  Support specifying devices by label or UUID (FEATURE_MOUNT_LABEL) [N/y/?] n
  Support mounting NFS file systems on Linux < 2.6.23 (FEATURE_MOUNT_NFS) [N/y/?] n
  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
    Support -T <alt_fstab> (FEATURE_MOUNT_OTHERTAB) [N/y/?] n
nsenter (NSENTER) [N/y/?] n
pivot_root (PIVOT_ROOT) [Y/n/?] y
rdate (RDATE) [N/y/?] n
rdev (RDEV) [N/y/?] n
readprofile (READPROFILE) [N/y/?] n
rev (REV) [N/y/?] n
rtcwake (RTCWAKE) [N/y/?] n
script (SCRIPT) [N/y/?] n
scriptreplay (SCRIPTREPLAY) [N/y/?] n
setarch (SETARCH) [N/y/?] n
linux32 (LINUX32) [N/y/?] n
linux64 (LINUX64) [N/y/?] n
swapon (SWAPON) [N/y/?] n
swapoff (SWAPOFF) [N/y/?] n
switch_root (SWITCH_ROOT) [Y/n/?] y
uevent (UEVENT) [N/y/?] n
umount (UMOUNT) [Y/n/?] y
  Support option -a (FEATURE_UMOUNT_ALL) [Y/n/?] y
unshare (UNSHARE) [N/y/?] n
*
* Common options for mount/umount
*
Support loopback mounts (FEATURE_MOUNT_LOOP) [Y/n/?] y
  Create new loopback devices if needed (FEATURE_MOUNT_LOOP_CREATE) [N/y/?] n
Support for the old /etc/mtab file (FEATURE_MTAB_SUPPORT) [N/y/?] n
*
* Miscellaneous Utilities
*
adjtimex (ADJTIMEX) [N/y/?] n
bbconfig (BBCONFIG) [N/y/?] n
beep (BEEP) [N/y/?] n
chat (CHAT) [N/y/?] n
chrt (CHRT) [N/y/?] n
conspy (CONSPY) [N/y/?] n
crond (CROND) [Y/n/?] y
  Support option -d to redirect output to stderr (FEATURE_CROND_D) [N/y/?] n
  Report command output via email (using sendmail) (FEATURE_CROND_CALL_SENDMAIL) [N/y/?] n
  crond spool directory (FEATURE_CROND_DIR) [/etc] /etc
crontab (CRONTAB) [Y/n/?] y
dc (DC) [N/y/?] n
devfsd (obsolete) (DEVFSD) [N/y/?] n
Use devfs names for all devices (obsolete) (FEATURE_DEVFS) [N/y/?] n
devmem (DEVMEM) [N/y/?] n
eject (EJECT) [N/y/?] n
fbsplash (FBSPLASH) [N/y/?] n
flash_eraseall (FLASH_ERASEALL) [N/y/?] n
flash_lock (FLASH_LOCK) [N/y/?] n
flash_unlock (FLASH_UNLOCK) [N/y/?] n
flashcp (FLASHCP) [N/y/?] n
hdparm (HDPARM) [N/y/?] n
i2cget (I2CGET) [N/y/?] n
i2cset (I2CSET) [N/y/?] n
i2cdump (I2CDUMP) [N/y/?] n
i2cdetect (I2CDETECT) [N/y/?] n
inotifyd (INOTIFYD) [N/y/?] n
ionice (IONICE) [N/y/?] n
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) [N/y/?] n
  Enable -m/-M (FEATURE_LESS_FLAGS) [N/y/?] n
  Enable -S (FEATURE_LESS_TRUNCATE) [N/y/?] n
  Enable marks (FEATURE_LESS_MARKS) [N/y/?] n
  Enable regular expressions (FEATURE_LESS_REGEXP) [N/y/?] n
  Enable automatic resizing on window size changes (FEATURE_LESS_WINCH) [N/y/?] n
  Enable flag changes ('-' command) (FEATURE_LESS_DASHCMD) [N/y/?] n
lock (LOCK) [Y/n/?] y
makedevs (MAKEDEVS) [N/y/?] n
man (MAN) [N/y/?] n
microcom (MICROCOM) [N/y/?] n
mountpoint (MOUNTPOINT) [N/y/?] n
mt (MT) [N/y/?] n
nandwrite (NANDWRITE) [N/y/?] n
nanddump (NANDDUMP) [N/y/?] n
raidautorun (RAIDAUTORUN) [N/y/?] n
readahead (READAHEAD) [N/y/?] n
rfkill (RFKILL) [N/y/?] n
rx (RX) [N/y/?] n
setserial (SETSERIAL) [N/y/?] n
setsid (SETSID) [N/y/?] n
strings (STRINGS) [Y/n/?] y
taskset (TASKSET) [N/y/?] n
time (TIME) [Y/n/?] y
timeout (TIMEOUT) [N/y/?] n
ttysize (TTYSIZE) [N/y/?] n
ubiattach (UBIATTACH) [N/y/?] n
ubidetach (UBIDETACH) [N/y/?] n
ubimkvol (UBIMKVOL) [N/y/?] n
ubirmvol (UBIRMVOL) [N/y/?] n
ubirsvol (UBIRSVOL) [N/y/?] n
ubiupdatevol (UBIUPDATEVOL) [N/y/?] n
ubirename (UBIRENAME) [N/y/?] n
volname (VOLNAME) [N/y/?] n
watchdog (WATCHDOG) [N/y/?] n
*
* Networking Utilities
*
Enable IPv6 support (FEATURE_IPV6) [Y/n/?] y
Enable Unix domain socket support (usually not needed) (FEATURE_UNIX_LOCAL) [N/y/?] n
Prefer IPv4 addresses from DNS queries (FEATURE_PREFER_IPV4_ADDRESS) [Y/n/?] y
Verbose resolution errors (VERBOSE_RESOLUTION_ERRORS) [Y/n/?] y
arp (ARP) [N/y/?] n
arping (ARPING) [Y/n/?] y
brctl (BRCTL) [Y/n/?] y
  Fancy options (FEATURE_BRCTL_FANCY) [Y/n/?] y
    Support show (FEATURE_BRCTL_SHOW) [Y/n/?] y
dnsd (DNSD) [N/y/?] n
ether-wake (ETHER_WAKE) [N/y/?] n
ftpd (FTPD) [N/y/?] n
ftpget (FTPGET) [N/y/?] n
ftpput (FTPPUT) [N/y/?] n
hostname (HOSTNAME) [N/y/?] n
dnsdomainname (DNSDOMAINNAME) [N/y/?] n
httpd (HTTPD) [N/y/?] n
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) [N/y/?] n
  Enable options "mem_start", "io_addr", and "irq" (FEATURE_IFCONFIG_MEMSTART_IOADDR_IRQ) [N/y/?] n
  Enable option "hw" (ether only) (FEATURE_IFCONFIG_HW) [Y/n/?] y
  Set the broadcast automatically (FEATURE_IFCONFIG_BROADCAST_PLUS) [Y/n/?] y
ifenslave (IFENSLAVE) [N/y/?] n
ifplugd (IFPLUGD) [N/y/?] n
ifup (IFUP) [N/y/?] n
ifdown (IFDOWN) [N/y/?] n
inetd (INETD) [N/y/?] n
ip (IP) [N/y/?] n
ipaddr (IPADDR) [N/y/?] n
iplink (IPLINK) [N/y/?] n
iproute (IPROUTE) [N/y/?] n
iptunnel (IPTUNNEL) [N/y/?] n
iprule (IPRULE) [N/y/?] n
ipneigh (IPNEIGH) [N/y/?] n
ipcalc (IPCALC) [N/y/?] n
fakeidentd (FAKEIDENTD) [N/y/?] n
nameif (NAMEIF) [N/y/?] n
nbd-client (NBDCLIENT) [N/y/?] n
nc (NC) [Y/n/?] y
  Netcat server options (-l) (NC_SERVER) [Y/n/?] y
  Netcat extensions (-eiw and -f FILE) (NC_EXTRA) [Y/n/?] y
  Netcat 1.10 compatibility (+2.5k) (NC_110_COMPAT) [Y/n/?] y
netmsg (NETMSG) [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
ntpd (NTPD) [Y/n/?] y
  Make ntpd usable as a NTP server (FEATURE_NTPD_SERVER) [Y/n/?] y
  Make ntpd understand /etc/ntp.conf (FEATURE_NTPD_CONF) [N/y/?] n
ping (PING) [Y/n/?] y
ping6 (PING6) [Y/n/?] y
Enable fancy ping output (FEATURE_FANCY_PING) [Y/n/?] y
pscan (PSCAN) [N/y/?] n
route (ROUTE) [Y/n/?] y
slattach (SLATTACH) [N/y/?] n
tcpsvd (TCPSVD) [N/y/?] n
udpsvd (UDPSVD) [N/y/?] n
telnet (TELNET) [Y/n/?] y
  Pass TERM type to remote host (FEATURE_TELNET_TTYPE) [N/y/?] n
  Pass USER type to remote host (FEATURE_TELNET_AUTOLOGIN) [N/y/?] n
telnetd (TELNETD) [N/y/?] n
tftp (TFTP) [N/y/?] n
tftpd (TFTPD) [N/y/?] n
traceroute (TRACEROUTE) [Y/n/?] y
traceroute6 (TRACEROUTE6) [Y/n/?] y
Enable verbose output (FEATURE_TRACEROUTE_VERBOSE) [Y/n/?] y
Enable -I option (use ICMP instead of UDP) (FEATURE_TRACEROUTE_USE_ICMP) [N/y/?] n
tunctl (TUNCTL) [N/y/?] n
vconfig (VCONFIG) [N/y/?] n
wget (WGET) [N/y/?] n
whois (WHOIS) [N/y/?] n
zcip (ZCIP) [N/y/?] n
udhcp client for DHCPv6 (udhcpc6) (UDHCPC6) [N/y/?] n
udhcp server (udhcpd) (UDHCPD) [N/y/?] n
dhcprelay (DHCPRELAY) [N/y/?] n
Lease display utility (dumpleases) (DUMPLEASES) [N/y/?] n
udhcp client (udhcpc) (UDHCPC) [Y/n/?] y
  Verify that the offered address is free, using ARP ping (FEATURE_UDHCPC_ARPING) [N/y/?] n
  Do not pass malformed host and domain names (FEATURE_UDHCPC_SANITIZEOPT) [N/y/?] n
  Enable '-P port' option for udhcpd and udhcpc (FEATURE_UDHCP_PORT) [N/y/?] n
  Maximum verbosity level for udhcp applets (0..9) (UDHCP_DEBUG) [0] 0
  Support for RFC3397 domain search (experimental) (FEATURE_UDHCP_RFC3397) [Y/n/?] y
  Support for 802.1Q VLAN parameters (FEATURE_UDHCP_8021Q) [N/y/?] n
  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
*
* Print Utilities
*
lpd (LPD) [N/y/?] n
lpr (LPR) [N/y/?] n
lpq (LPQ) [N/y/?] n
*
* Mail Utilities
*
makemime (MAKEMIME) [N/y/?] n
popmaildir (POPMAILDIR) [N/y/?] n
reformime (REFORMIME) [N/y/?] n
sendmail (SENDMAIL) [N/y/?] n
*
* Process Utilities
*
free (FREE) [Y/n/?] y
fuser (FUSER) [N/y/?] n
iostat (IOSTAT) [N/y/?] n
kill (KILL) [Y/n/?] y
killall (KILLALL) [Y/n/?] y
killall5 (KILLALL5) [N/y/?] n
lsof (LSOF) [N/y/?] n
mpstat (MPSTAT) [N/y/?] n
nmeter (NMETER) [N/y/?] n
pgrep (PGREP) [Y/n/?] y
pkill (PKILL) [N/y/?] n
pidof (PIDOF) [Y/n/?] y
  Enable argument for single shot (-s) (FEATURE_PIDOF_SINGLE) [N/y/?] n
  Enable argument for omitting pids (-o) (FEATURE_PIDOF_OMIT) [N/y/?] n
pmap (PMAP) [N/y/?] n
powertop (POWERTOP) [N/y/?] n
ps (PS) [Y/n/?] y
  Enable wide output option (-w) (FEATURE_PS_WIDE) [Y/n/?] y
  Enable long output option (-l) (FEATURE_PS_LONG) [N/y/?] n
pstree (PSTREE) [N/y/?] n
pwdx (PWDX) [N/y/?] n
renice (RENICE) [N/y/?] n
smemcap (SMEMCAP) [N/y/?] n
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) [N/y/?] n
    Show 1/10th of a percent in CPU/mem statistics (FEATURE_TOP_DECIMALS) [N/y/?] n
  Show CPU process runs on ('j' field) (FEATURE_TOP_SMP_PROCESS) [N/y/?] n
  Topmem command ('s' key) (FEATURE_TOPMEM) [N/y/?] n
uptime (UPTIME) [Y/n/?] y
watch (WATCH) [N/y/?] n
Support for showing threads in ps/pstree/top (FEATURE_SHOW_THREADS) [N/y/?] n
*
* Runit Utilities
*
chpst (CHPST) [N/y/?] n
setuidgid (SETUIDGID) [N/y/?] n
envuidgid (ENVUIDGID) [N/y/?] n
envdir (ENVDIR) [N/y/?] n
softlimit (SOFTLIMIT) [N/y/?] n
runsv (RUNSV) [N/y/?] n
runsvdir (RUNSVDIR) [N/y/?] n
sv (SV) [N/y/?] n
svc (SVC) [N/y/?] n
svlogd (SVLOGD) [N/y/?] n
*
* Shells
*
Choose which shell is aliased to 'sh' name
> 1. ash (SH_IS_ASH)
  2. hush (SH_IS_HUSH)
  3. none (SH_IS_NONE)
choice[1-3?]: 1
Choose which shell is aliased to 'bash' name
  1. ash (BASH_IS_ASH)
  2. hush (BASH_IS_HUSH)
> 3. none (BASH_IS_NONE)
choice[1-3?]: 3
ash (ASH) [Y/n/?] y
Optimize for size instead of speed (ASH_OPTIMIZE_FOR_SIZE) [N/y/?] n
Use internal glob() implementation (ASH_INTERNAL_GLOB) [Y/n/?] y
Pseudorandom generator and $RANDOM variable (ASH_RANDOM_SUPPORT) [N/y/?] n
Expand prompt string (ASH_EXPAND_PRMT) [Y/n/?] y
bash-compatible extensions (ASH_BASH_COMPAT) [Y/n/?] y
Idle timeout variable (ASH_IDLE_TIMEOUT) [N/y/?] n
Job control (ASH_JOB_CONTROL) [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
help builtin (ASH_HELP) [N/y/?] n
'command' command to override shell builtins (ASH_CMDCMD) [Y/n/?] y
Check for new mail on interactive shells (ASH_MAIL) [N/y/?] n
cttyhack (CTTYHACK) [N/y/?] n
hush (HUSH) [N/y/?] n
msh (deprecated: aliased to hush) (MSH) [N/y/?] n
POSIX math support (FEATURE_SH_MATH) [Y/n/?] y
  Extend POSIX math support to 64 bit (FEATURE_SH_MATH_64) [Y/n/?] y
Hide message on interactive shell startup (FEATURE_SH_EXTRA_QUIET) [N/y/?] n
Standalone shell (FEATURE_SH_STANDALONE) [N/y/?] n
Run 'nofork' applets directly (FEATURE_SH_NOFORK) [Y/n/?] y
Use $HISTFILESIZE (FEATURE_SH_HISTFILESIZE) [N/y/?] n
*
* System Logging Utilities
*
klogd (KLOGD) [N/y/?] n
logger (LOGGER) [Y/n/?] y
logread (LOGREAD) [N/y/?] n
syslogd (SYSLOGD) [N/y/?] n
make[4]: Leaving directory '/home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2'
make[4]: Entering directory '/home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2'
  SPLIT   include/autoconf.h -> include/config/*
  HOSTCC  applets/usage
  HOSTCC  applets/applet_tables
  GEN     include/bbconfigopts.h
applets/usage.c: In function 'main':
applets/usage.c:52:3: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result]
   write(STDOUT_FILENO, usage_array[i].usage, strlen(usage_array[i].usage) + 1);
   ^
  GEN     include/common_bufsiz.h
  GEN     include/usage_compressed.h
  GEN     include/applet_tables.h include/NUM_APPLETS.h
  GEN     include/applet_tables.h include/NUM_APPLETS.h
  HOSTCC  applets/usage_pod
  CC      applets/applets.o
applets/usage_pod.c: In function 'main':
applets/usage_pod.c:74:3: warning: format not a string literal and no format arguments [-Wformat-security]
   printf(usage_array[i].aname);
   ^
  LD      applets/built-in.o
  DOC     busybox.pod
  DOC     BusyBox.txt
  DOC     busybox.1
  DOC     BusyBox.html
  LD      archival/built-in.o
  CC      archival/bbunzip.o
  CC      archival/gzip.o
  CC      archival/tar.o
  LD      archival/libarchive/built-in.o
  CC      archival/libarchive/common.o
  CC      archival/libarchive/data_align.o
  CC      archival/libarchive/data_extract_all.o
  CC      archival/libarchive/data_skip.o
  CC      archival/libarchive/decompress_gunzip.o
  CC      archival/libarchive/decompress_bunzip2.o
  CC      console-tools/reset.o
  CC      archival/libarchive/filter_accept_all.o
  CC      console-tools/clear.o
  CC      archival/libarchive/data_extract_to_stdout.o
  CC      archival/libarchive/get_header_tar.o
  LD      console-tools/built-in.o
  CC      archival/libarchive/filter_accept_reject_list.o
  CC      archival/libarchive/find_list_entry.o
  CC      archival/libarchive/header_list.o
  CC      archival/libarchive/filter_accept_list.o
  CC      archival/libarchive/header_skip.o
  LD      coreutils/built-in.o
  CC      coreutils/basename.o
  CC      coreutils/libcoreutils/cp_mv_stat.o
  LD      coreutils/libcoreutils/built-in.o
  CC      coreutils/libcoreutils/getopt_mk_fifo_nod.o
  CC      coreutils/cat.o
  CC      archival/libarchive/header_verbose_list.o
  CC      archival/libarchive/seek_by_jump.o
  CC      archival/libarchive/init_handle.o
  CC      archival/libarchive/seek_by_read.o
  CC      archival/libarchive/open_transformer.o
  LD      debianutils/built-in.o
  CC      archival/libarchive/unsafe_prefix.o
  CC      debianutils/mktemp.o
  CC      debianutils/start_stop_daemon.o
  AR      console-tools/lib.a
  AR      e2fsprogs/lib.a
  LD      e2fsprogs/built-in.o
  CC      debianutils/which.o
  CC      coreutils/chmod.o
  CC      coreutils/chgrp.o
  LD      editors/built-in.o
  CC      editors/awk.o
  CC      editors/cmp.o
  CC      editors/sed.o
  LD      init/built-in.o
  CC      editors/vi.o
  AR      coreutils/libcoreutils/lib.a
  CC      init/halt.o
  LD      findutils/built-in.o
  CC      findutils/find.o
  CC      coreutils/chown.o
  LD      libbb/built-in.o
  CC      coreutils/chroot.o
  CC      libbb/appletlib.o
  LD      libpwdgrp/built-in.o
  CC      libpwdgrp/uidgid_get.o
  CC      findutils/grep.o
  CC      coreutils/cp.o
  CC      coreutils/cut.o
  LD      loginutils/built-in.o
  CC      loginutils/login.o
  CC      loginutils/passwd.o
  AR      init/lib.a
  CC      coreutils/date.o
  CC      coreutils/dd.o
  CC      coreutils/df.o
  CC      coreutils/dirname.o
  LD      mailutils/built-in.o
libbb/appletlib.c:558:12: warning: 'ingroup' defined but not used [-Wunused-function]
 static int ingroup(uid_t u, gid_t g)
            ^
  AR      mailutils/lib.a
  CC      coreutils/du.o
  CC      coreutils/echo.o
  LD      miscutils/built-in.o
  CC      miscutils/crond.o
  AR      libpwdgrp/lib.a
  AR      debianutils/lib.a
  CC      coreutils/env.o
  CC      coreutils/expr.o
  LD      modutils/built-in.o
  CC      coreutils/false.o
  AR      modutils/lib.a
  CC      findutils/xargs.o
  CC      coreutils/fsync.o
  CC      libbb/ask_confirmation.o
  CC      coreutils/head.o
  LD      networking/built-in.o
  CC      coreutils/id.o
  AR      loginutils/lib.a
  CC      networking/arping.o
  CC      coreutils/ln.o
  CC      coreutils/ls.o
  LD      networking/libiproute/built-in.o
  AR      networking/libiproute/lib.a
  AR      archival/libarchive/lib.a
  CC      coreutils/md5_sha1_sum.o
  CC      coreutils/mkdir.o
  LD      networking/udhcp/built-in.o
  CC      networking/udhcp/common.o
  CC      coreutils/mkfifo.o
  CC      libbb/auto_string.o
  CC      coreutils/mknod.o
  CC      coreutils/mv.o
  LD      printutils/built-in.o
  AR      printutils/lib.a
  CC      libbb/bb_askpass.o
  LD      procps/built-in.o
  CC      coreutils/nice.o
  CC      procps/free.o
  CC      coreutils/printf.o
  CC      procps/kill.o
  CC      coreutils/pwd.o
  CC      libbb/bb_bswap_64.o
  CC      procps/pgrep.o
  AR      findutils/lib.a
  AR      archival/lib.a
  CC      procps/pidof.o
  CC      coreutils/readlink.o
  CC      coreutils/rm.o
  LD      runit/built-in.o
  AR      runit/lib.a
  CC      libbb/bb_do_delay.o
  CC      coreutils/rmdir.o
  CC      miscutils/crontab.o
  CC      miscutils/less.o
  CC      coreutils/seq.o
  CC      coreutils/sleep.o
  CC      libbb/bb_pwd.o
  CC      procps/ps.o
  CC      coreutils/sort.o
  CC      procps/sysctl.o
  CC      procps/top.o
  CC      coreutils/sync.o
  CC      coreutils/tail.o
  CC      networking/udhcp/dhcpc.o
  CC      procps/uptime.o
  CC      libbb/bb_qsort.o
  CC      coreutils/tee.o
procps/top.c: In function 'mult_lvl_cmp':
procps/top.c:190:21: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
 #define G (*(struct globals*)bb_common_bufsiz1)
                     ^
procps/top.c:197:27: note: in expansion of macro 'G'
 #define sort_function    (G.sort_function     )
                           ^
procps/top.c:261:15: note: in expansion of macro 'sort_function'
   cmp_val = (*sort_function[i])(a, b);
               ^
procps/top.c:190:21: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
 #define G (*(struct globals*)bb_common_bufsiz1)
                     ^
procps/top.c:194:27: note: in expansion of macro 'G'
 #define inverted         (G.inverted          )
                           ^
procps/top.c:265:9: note: in expansion of macro 'inverted'
  return inverted ? -cmp_val : cmp_val;
         ^
In file included from procps/top.c:110:0:
procps/top.c: In function 'read_cpu_jiffy':
procps/top.c:190:21: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
 #define G (*(struct globals*)bb_common_bufsiz1)
                     ^
include/libbb.h:202:43: note: in definition of macro 'fgets'
 # define fgets(s,n,stream) fgets_unlocked(s,n,stream)
                                           ^
procps/top.c:206:27: note: in expansion of macro 'G'
 #define line_buf         (G.line_buf          )
                           ^
procps/top.c:277:13: note: in expansion of macro 'line_buf'
  if (!fgets(line_buf, LINE_BUF_SIZE, fp) || line_buf[0] != 'c' /* not "cpu" */)
             ^
procps/top.c:190:21: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
 #define G (*(struct globals*)bb_common_bufsiz1)
                     ^
procps/top.c:206:27: note: in expansion of macro 'G'
 #define line_buf         (G.line_buf          )
                           ^
procps/top.c:277:45: note: in expansion of macro 'line_buf'
  if (!fgets(line_buf, LINE_BUF_SIZE, fp) || line_buf[0] != 'c' /* not "cpu" */)
                                             ^
procps/top.c:190:21: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
 #define G (*(struct globals*)bb_common_bufsiz1)
                     ^
procps/top.c:206:27: note: in expansion of macro 'G'
 #define line_buf         (G.line_buf          )
                           ^
procps/top.c:279:15: note: in expansion of macro 'line_buf'
  ret = sscanf(line_buf, fmt,
               ^
procps/top.c: In function 'get_jiffy_counts':
procps/top.c:190:21: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
 #define G (*(struct globals*)bb_common_bufsiz1)
                     ^
procps/top.c:201:27: note: in expansion of macro 'G'
 #define prev_jif         (G.prev_jif          )
                           ^
procps/top.c:299:2: note: in expansion of macro 'prev_jif'
  prev_jif = cur_jif;
  ^
procps/top.c:190:21: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
 #define G (*(struct globals*)bb_common_bufsiz1)
                     ^
procps/top.c:200:27: note: in expansion of macro 'G'
 #define cur_jif          (G.cur_jif           )
                           ^
procps/top.c:299:13: note: in expansion of macro 'cur_jif'
  prev_jif = cur_jif;
             ^
procps/top.c:190:21: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
 #define G (*(struct globals*)bb_common_bufsiz1)
                     ^
procps/top.c:200:27: note: in expansion of macro 'G'
 #define cur_jif          (G.cur_jif           )
                           ^
procps/top.c:300:26: note: in expansion of macro 'cur_jif'
  if (read_cpu_jiffy(fp, &cur_jif) < 4)
                          ^
  CC      coreutils/test.o
procps/top.c: In function 'do_stats':
procps/top.c:190:21: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
 #define G (*(struct globals*)bb_common_bufsiz1)
                     ^
procps/top.c:205:27: note: in expansion of macro 'G'
 #define total_pcpu       (G.total_pcpu        )
                           ^
procps/top.c:354:2: note: in expansion of macro 'total_pcpu'
  total_pcpu = 0;
  ^
procps/top.c:190:21: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
 #define G (*(struct globals*)bb_common_bufsiz1)
                     ^
procps/top.c:192:27: note: in expansion of macro 'G'
 #define ntop             (G.ntop              )
                           ^
procps/top.c:356:43: note: in expansion of macro 'ntop'
  new_hist = xmalloc(sizeof(new_hist[0]) * ntop);
                                           ^
procps/top.c:190:21: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
 #define G (*(struct globals*)bb_common_bufsiz1)
                     ^
procps/top.c:192:27: note: in expansion of macro 'G'
 #define ntop             (G.ntop              )
                           ^
procps/top.c:362:18: note: in expansion of macro 'ntop'
  for (n = 0; n < ntop; n++) {
                  ^
procps/top.c:190:21: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
 #define G (*(struct globals*)bb_common_bufsiz1)
                     ^
procps/top.c:191:27: note: in expansion of macro 'G'
 #define top              (G.top               )
                           ^
procps/top.c:363:9: note: in expansion of macro 'top'
   cur = top + n;
         ^
procps/top.c:190:21: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
 #define G (*(struct globals*)bb_common_bufsiz1)
                     ^
procps/top.c:199:27: note: in expansion of macro 'G'
 #define prev_hist_count  (G.prev_hist_count   )
                           ^
procps/top.c:378:7: note: in expansion of macro 'prev_hist_count'
   if (prev_hist_count) do {
       ^
procps/top.c:190:21: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
 #define G (*(struct globals*)bb_common_bufsiz1)
                     ^
procps/top.c:198:27: note: in expansion of macro 'G'
 #define prev_hist        (G.prev_hist         )
                           ^
procps/top.c:379:8: note: in expansion of macro 'prev_hist'
    if (prev_hist[i].pid == pid) {
        ^
procps/top.c:190:21: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
 #define G (*(struct globals*)bb_common_bufsiz1)
                     ^
procps/top.c:198:27: note: in expansion of macro 'G'
 #define prev_hist        (G.prev_hist         )
                           ^
procps/top.c:380:30: note: in expansion of macro 'prev_hist'
     cur->pcpu = cur->ticks - prev_hist[i].ticks;
                              ^
procps/top.c:190:21: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
 #define G (*(struct globals*)bb_common_bufsiz1)
                     ^
procps/top.c:205:27: note: in expansion of macro 'G'
 #define total_pcpu       (G.total_pcpu        )
                           ^
procps/top.c:381:5: note: in expansion of macro 'total_pcpu'
     total_pcpu += cur->pcpu;
     ^
procps/top.c:190:21: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
 #define G (*(struct globals*)bb_common_bufsiz1)
                     ^
procps/top.c:199:27: note: in expansion of macro 'G'
 #define prev_hist_count  (G.prev_hist_count   )
                           ^
procps/top.c:384:16: note: in expansion of macro 'prev_hist_count'
    i = (i+1) % prev_hist_count;
                ^
procps/top.c:190:21: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
 #define G (*(struct globals*)bb_common_bufsiz1)
                     ^
procps/top.c:198:27: note: in expansion of macro 'G'
 #define prev_hist        (G.prev_hist         )
                           ^
procps/top.c:393:7: note: in expansion of macro 'prev_hist'
  free(prev_hist);
       ^
  CC      coreutils/test_ptr_hack.o
procps/top.c:190:21: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
 #define G (*(struct globals*)bb_common_bufsiz1)
                     ^
procps/top.c:198:27: note: in expansion of macro 'G'
 #define prev_hist        (G.prev_hist         )
                           ^
procps/top.c:394:2: note: in expansion of macro 'prev_hist'
  prev_hist = new_hist;
  ^
procps/top.c:190:21: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
 #define G (*(struct globals*)bb_common_bufsiz1)
                     ^
procps/top.c:199:27: note: in expansion of macro 'G'
 #define prev_hist_count  (G.prev_hist_count   )
                           ^
procps/top.c:395:2: note: in expansion of macro 'prev_hist_count'
  prev_hist_count = ntop;
  ^
procps/top.c:190:21: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
 #define G (*(struct globals*)bb_common_bufsiz1)
                     ^
procps/top.c:192:27: note: in expansion of macro 'G'
 #define ntop             (G.ntop              )
                           ^
procps/top.c:395:20: note: in expansion of macro 'ntop'
  prev_hist_count = ntop;
                    ^
procps/top.c: In function 'display_cpus':
procps/top.c:190:21: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
 #define G (*(struct globals*)bb_common_bufsiz1)
                     ^
procps/top.c:200:27: note: in expansion of macro 'G'
 #define cur_jif          (G.cur_jif           )
                           ^
procps/top.c:457:12: note: in expansion of macro 'cur_jif'
   p_jif = &cur_jif;
            ^
procps/top.c:190:21: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
 #define G (*(struct globals*)bb_common_bufsiz1)
                     ^
procps/top.c:201:27: note: in expansion of macro 'G'
 #define prev_jif         (G.prev_jif          )
                           ^
procps/top.c:458:17: note: in expansion of macro 'prev_jif'
   p_prev_jif = &prev_jif;
                 ^
procps/top.c: In function 'display_process_list':
procps/top.c:190:21: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
 #define G (*(struct globals*)bb_common_bufsiz1)
                     ^
procps/top.c:200:27: note: in expansion of macro 'G'
 #define cur_jif          (G.cur_jif           )
                           ^
procps/top.c:644:14: note: in expansion of macro 'cur_jif'
  busy_jifs = cur_jif.busy - prev_jif.busy;
              ^
procps/top.c:190:21: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
 #define G (*(struct globals*)bb_common_bufsiz1)
                     ^
procps/top.c:201:27: note: in expansion of macro 'G'
 #define prev_jif         (G.prev_jif          )
                           ^
procps/top.c:644:29: note: in expansion of macro 'prev_jif'
  busy_jifs = cur_jif.busy - prev_jif.busy;
                             ^
procps/top.c:190:21: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
 #define G (*(struct globals*)bb_common_bufsiz1)
                     ^
procps/top.c:205:27: note: in expansion of macro 'G'
 #define total_pcpu       (G.total_pcpu        )
                           ^
procps/top.c:647:6: note: in expansion of macro 'total_pcpu'
  if (total_pcpu < busy_jifs) total_pcpu = busy_jifs;
      ^
procps/top.c:190:21: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
 #define G (*(struct globals*)bb_common_bufsiz1)
                     ^
procps/top.c:205:27: note: in expansion of macro 'G'
 #define total_pcpu       (G.total_pcpu        )
                           ^
procps/top.c:647:30: note: in expansion of macro 'total_pcpu'
  if (total_pcpu < busy_jifs) total_pcpu = busy_jifs;
                              ^
procps/top.c:190:21: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
 #define G (*(struct globals*)bb_common_bufsiz1)
                     ^
procps/top.c:200:27: note: in expansion of macro 'G'
 #define cur_jif          (G.cur_jif           )
                           ^
procps/top.c:665:28: note: in expansion of macro 'cur_jif'
  tmp_unsigned = (uint16_t)(cur_jif.total - prev_jif.total) * total_pcpu;
                            ^
procps/top.c:190:21: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
 #define G (*(struct globals*)bb_common_bufsiz1)
                     ^
procps/top.c:201:27: note: in expansion of macro 'G'
 #define prev_jif         (G.prev_jif          )
                           ^
procps/top.c:665:44: note: in expansion of macro 'prev_jif'
  tmp_unsigned = (uint16_t)(cur_jif.total - prev_jif.total) * total_pcpu;
                                            ^
procps/top.c:190:21: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
 #define G (*(struct globals*)bb_common_bufsiz1)
                     ^
procps/top.c:205:27: note: in expansion of macro 'G'
 #define total_pcpu       (G.total_pcpu        )
                           ^
procps/top.c:665:62: note: in expansion of macro 'total_pcpu'
  tmp_unsigned = (uint16_t)(cur_jif.total - prev_jif.total) * total_pcpu;
                                                              ^
  CC      networking/brctl.o
procps/top.c:190:21: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
 #define G (*(struct globals*)bb_common_bufsiz1)
                     ^
procps/top.c:192:27: note: in expansion of macro 'G'
 #define ntop             (G.ntop              )
                           ^
procps/top.c:679:18: note: in expansion of macro 'ntop'
  if (lines_rem > ntop - G_scroll_ofs)
                  ^
procps/top.c:190:21: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
 #define G (*(struct globals*)bb_common_bufsiz1)
                     ^
procps/top.c:192:27: note: in expansion of macro 'G'
 #define ntop             (G.ntop              )
                           ^
procps/top.c:680:15: note: in expansion of macro 'ntop'
   lines_rem = ntop - G_scroll_ofs;
               ^
procps/top.c:190:21: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
 #define G (*(struct globals*)bb_common_bufsiz1)
                     ^
procps/top.c:191:27: note: in expansion of macro 'G'
 #define top              (G.top               )
                           ^
procps/top.c:681:6: note: in expansion of macro 'top'
  s = top + G_scroll_ofs;
      ^
procps/top.c:190:21: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
 #define G (*(struct globals*)bb_common_bufsiz1)
                     ^
procps/top.c:206:27: note: in expansion of macro 'G'
 #define line_buf         (G.line_buf          )
                           ^
procps/top.c:694:18: note: in expansion of macro 'line_buf'
   col = snprintf(line_buf, scr_width,
                  ^
procps/top.c:190:21: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
 #define G (*(struct globals*)bb_common_bufsiz1)
                     ^
procps/top.c:206:27: note: in expansion of macro 'G'
 #define line_buf         (G.line_buf          )
                           ^
procps/top.c:706:17: note: in expansion of macro 'line_buf'
    read_cmdline(line_buf + col, scr_width - col, s->pid, s->comm);
                 ^
In file included from procps/top.c:110:0:
procps/top.c:190:21: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
 #define G (*(struct globals*)bb_common_bufsiz1)
                     ^
include/libbb.h:204:41: note: in definition of macro 'fputs'
 # define fputs(s,stream) fputs_unlocked(s,stream)
                                         ^
procps/top.c:206:27: note: in expansion of macro 'G'
 #define line_buf         (G.line_buf          )
                           ^
procps/top.c:707:9: note: in expansion of macro 'line_buf'
   fputs(line_buf, stdout);
         ^
procps/top.c: In function 'clearmems':
procps/top.c:190:21: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
 #define G (*(struct globals*)bb_common_bufsiz1)
                     ^
procps/top.c:191:27: note: in expansion of macro 'G'
 #define top              (G.top               )
                           ^
procps/top.c:724:7: note: in expansion of macro 'top'
  free(top);
       ^
procps/top.c:190:21: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
 #define G (*(struct globals*)bb_common_bufsiz1)
                     ^
procps/top.c:191:27: note: in expansion of macro 'G'
 #define top              (G.top               )
                           ^
procps/top.c:725:2: note: in expansion of macro 'top'
  top = NULL;
  ^
In file included from procps/top.c:110:0:
procps/top.c: In function 'top_main':
procps/top.c:190:21: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
 #define G (*(struct globals*)bb_common_bufsiz1)
                     ^
include/libbb.h:1936:61: note: in definition of macro 'BUILD_BUG_ON'
 #define BUILD_BUG_ON(condition) ((void)sizeof(char[1 - 2*!!(condition)]))
                                                             ^
procps/top.c:209:22: note: in expansion of macro 'G'
  BUILD_BUG_ON(sizeof(G) > COMMON_BUFSIZE); \
                      ^
procps/top.c:1098:2: note: in expansion of macro 'INIT_G'
  INIT_G();
  ^
procps/top.c:190:21: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
 #define G (*(struct globals*)bb_common_bufsiz1)
                     ^
procps/top.c:197:27: note: in expansion of macro 'G'
 #define sort_function    (G.sort_function     )
                           ^
procps/top.c:1134:2: note: in expansion of macro 'sort_function'
  sort_function[0] = pcpu_sort;
  ^
procps/top.c:190:21: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
 #define G (*(struct globals*)bb_common_bufsiz1)
                     ^
procps/top.c:197:27: note: in expansion of macro 'G'
 #define sort_function    (G.sort_function     )
                           ^
procps/top.c:1135:2: note: in expansion of macro 'sort_function'
  sort_function[1] = mem_sort;
  ^
procps/top.c:190:21: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
 #define G (*(struct globals*)bb_common_bufsiz1)
                     ^
procps/top.c:197:27: note: in expansion of macro 'G'
 #define sort_function    (G.sort_function     )
                           ^
procps/top.c:1136:2: note: in expansion of macro 'sort_function'
  sort_function[2] = time_sort;
  ^
procps/top.c:190:21: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
 #define G (*(struct globals*)bb_common_bufsiz1)
                     ^
procps/top.c:1163:4: note: in expansion of macro 'G'
    G.lines = INT_MAX;
    ^
procps/top.c:190:21: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
 #define G (*(struct globals*)bb_common_bufsiz1)
                     ^
procps/top.c:1166:4: note: in expansion of macro 'G'
    G.lines = 24; /* default */
    ^
procps/top.c:190:21: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
 #define G (*(struct globals*)bb_common_bufsiz1)
                     ^
procps/top.c:192:27: note: in expansion of macro 'G'
 #define ntop             (G.ntop              )
                           ^
procps/top.c:1181:3: note: in expansion of macro 'ntop'
   ntop = 0;
   ^
procps/top.c:190:21: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
 #define G (*(struct globals*)bb_common_bufsiz1)
                     ^
procps/top.c:192:27: note: in expansion of macro 'G'
 #define ntop             (G.ntop              )
                           ^
procps/top.c:1186:9: note: in expansion of macro 'ntop'
     n = ntop;
         ^
procps/top.c:190:21: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
 #define G (*(struct globals*)bb_common_bufsiz1)
                     ^
procps/top.c:191:27: note: in expansion of macro 'G'
 #define top              (G.top               )
                           ^
procps/top.c:1187:5: note: in expansion of macro 'top'
     top = xrealloc_vector(top, 6, ntop++);
     ^
In file included from procps/top.c:110:0:
procps/top.c:190:21: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
 #define G (*(struct globals*)bb_common_bufsiz1)
                     ^
include/libbb.h:771:26: note: in definition of macro 'xrealloc_vector'
  xrealloc_vector_helper((vector), (sizeof((vector)[0]) << 8) + (shift), (idx))
                          ^
procps/top.c:191:27: note: in expansion of macro 'G'
 #define top              (G.top               )
                           ^
procps/top.c:1187:27: note: in expansion of macro 'top'
     top = xrealloc_vector(top, 6, ntop++);
                           ^
procps/top.c:190:21: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
 #define G (*(struct globals*)bb_common_bufsiz1)
                     ^
include/libbb.h:771:44: note: in definition of macro 'xrealloc_vector'
  xrealloc_vector_helper((vector), (sizeof((vector)[0]) << 8) + (shift), (idx))
                                            ^
procps/top.c:191:27: note: in expansion of macro 'G'
 #define top              (G.top               )
                           ^
procps/top.c:1187:27: note: in expansion of macro 'top'
     top = xrealloc_vector(top, 6, ntop++);
                           ^
procps/top.c:190:21: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
 #define G (*(struct globals*)bb_common_bufsiz1)
                     ^
include/libbb.h:771:74: note: in definition of macro 'xrealloc_vector'
  xrealloc_vector_helper((vector), (sizeof((vector)[0]) << 8) + (shift), (idx))
                                                                          ^
procps/top.c:192:27: note: in expansion of macro 'G'
 #define ntop             (G.ntop              )
                           ^
procps/top.c:1187:35: note: in expansion of macro 'ntop'
     top = xrealloc_vector(top, 6, ntop++);
                                   ^
procps/top.c:190:21: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
 #define G (*(struct globals*)bb_common_bufsiz1)
                     ^
procps/top.c:191:27: note: in expansion of macro 'G'
 #define top              (G.top               )
                           ^
procps/top.c:1188:5: note: in expansion of macro 'top'
     top[n].pid = p->pid;
     ^
procps/top.c:190:21: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
 #define G (*(struct globals*)bb_common_bufsiz1)
                     ^
procps/top.c:191:27: note: in expansion of macro 'G'
 #define top              (G.top               )
                           ^
procps/top.c:1189:5: note: in expansion of macro 'top'
     top[n].ppid = p->ppid;
     ^
procps/top.c:190:21: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
 #define G (*(struct globals*)bb_common_bufsiz1)
                     ^
procps/top.c:191:27: note: in expansion of macro 'G'
 #define top              (G.top               )
                           ^
procps/top.c:1190:5: note: in expansion of macro 'top'
     top[n].vsz = p->vsz;
     ^
procps/top.c:190:21: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
 #define G (*(struct globals*)bb_common_bufsiz1)
                     ^
procps/top.c:191:27: note: in expansion of macro 'G'
 #define top              (G.top               )
                           ^
procps/top.c:1192:5: note: in expansion of macro 'top'
     top[n].ticks = p->stime + p->utime;
     ^
procps/top.c:190:21: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
 #define G (*(struct globals*)bb_common_bufsiz1)
                     ^
procps/top.c:191:27: note: in expansion of macro 'G'
 #define top              (G.top               )
                           ^
procps/top.c:1194:5: note: in expansion of macro 'top'
     top[n].uid = p->uid;
     ^
procps/top.c:190:21: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
 #define G (*(struct globals*)bb_common_bufsiz1)
                     ^
procps/top.c:191:27: note: in expansion of macro 'G'
 #define top              (G.top               )
                           ^
procps/top.c:1195:12: note: in expansion of macro 'top'
     strcpy(top[n].state, p->state);
            ^
procps/top.c:190:21: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
 #define G (*(struct globals*)bb_common_bufsiz1)
                     ^
procps/top.c:191:27: note: in expansion of macro 'G'
 #define top              (G.top               )
                           ^
procps/top.c:1196:12: note: in expansion of macro 'top'
     strcpy(top[n].comm, p->comm);
            ^
procps/top.c:190:21: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
 #define G (*(struct globals*)bb_common_bufsiz1)
                     ^
procps/top.c:192:27: note: in expansion of macro 'G'
 #define ntop             (G.ntop              )
                           ^
procps/top.c:1220:7: note: in expansion of macro 'ntop'
   if (ntop == 0) {
       ^
procps/top.c:190:21: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
 #define G (*(struct globals*)bb_common_bufsiz1)
                     ^
procps/top.c:199:27: note: in expansion of macro 'G'
 #define prev_hist_count  (G.prev_hist_count   )
                           ^
procps/top.c:1227:9: note: in expansion of macro 'prev_hist_count'
    if (!prev_hist_count) {
         ^
procps/top.c:190:21: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
 #define G (*(struct globals*)bb_common_bufsiz1)
                     ^
procps/top.c:191:27: note: in expansion of macro 'G'
 #define top              (G.top               )
                           ^
procps/top.c:1235:10: note: in expansion of macro 'top'
    qsort(top, ntop, sizeof(top_status_t), (void*)mult_lvl_cmp);
          ^
procps/top.c:190:21: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
 #define G (*(struct globals*)bb_common_bufsiz1)
                     ^
procps/top.c:192:27: note: in expansion of macro 'G'
 #define ntop             (G.ntop              )
                           ^
procps/top.c:1235:15: note: in expansion of macro 'ntop'
    qsort(top, ntop, sizeof(top_status_t), (void*)mult_lvl_cmp);
               ^
procps/top.c:190:21: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
 #define G (*(struct globals*)bb_common_bufsiz1)
                     ^
procps/top.c:1239:25: note: in expansion of macro 'G'
    display_process_list(G.lines, col);
                         ^
procps/top.c:190:21: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
 #define G (*(struct globals*)bb_common_bufsiz1)
                     ^
procps/top.c:198:27: note: in expansion of macro 'G'
 #define prev_hist        (G.prev_hist         )
                           ^
procps/top.c:1264:8: note: in expansion of macro 'prev_hist'
   free(prev_hist);
        ^
  CC      miscutils/lock.o
  CC      miscutils/strings.o
  CC      libbb/bb_strtonum.o
  CC      coreutils/touch.o
  CC      coreutils/tr.o
  CC      coreutils/true.o
  LD      selinux/built-in.o
  CC      miscutils/time.o
  CC      libbb/change_identity.o
miscutils/lock.c: In function 'exit_unlock':
miscutils/lock.c:47:29: warning: unused parameter 'sig' [-Wunused-parameter]
 static void exit_unlock(int sig)
                             ^
  AR      selinux/lib.a
  LD      shell/built-in.o
  CC      shell/ash_ptr_hack.o
  CC      shell/ash.o
  LD      sysklogd/built-in.o
  CC      sysklogd/syslogd_and_logger.o
  CC      coreutils/uname.o
  CC      shell/shell_common.o
  CC      shell/math.o
  CC      networking/interface.o
  CC      coreutils/wc.o
  CC      coreutils/uniq.o
  CC      networking/ifconfig.o
  CC      coreutils/yes.o
  CC      libbb/chomp.o
  CC      libbb/common_bufsiz.o
In file included from sysklogd/syslogd_and_logger.c:51:0:
sysklogd/logger.c: In function 'pencode':
sysklogd/logger.c:80:22: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
   fac = decode(save, facilitynames);
                      ^
sysklogd/logger.c:80:22: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
sysklogd/logger.c:80:22: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
sysklogd/logger.c:80:22: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
sysklogd/logger.c:80:22: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
sysklogd/logger.c:80:22: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
sysklogd/logger.c:80:22: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
sysklogd/logger.c:80:22: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
sysklogd/logger.c:80:22: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
sysklogd/logger.c:80:22: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
sysklogd/logger.c:80:22: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
sysklogd/logger.c:80:22: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
sysklogd/logger.c:80:22: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
sysklogd/logger.c:80:22: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
sysklogd/logger.c:80:22: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
sysklogd/logger.c:80:22: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
sysklogd/logger.c:80:22: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
sysklogd/logger.c:80:22: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
sysklogd/logger.c:80:22: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
sysklogd/logger.c:80:22: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
sysklogd/logger.c:80:22: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
sysklogd/logger.c:80:22: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
sysklogd/logger.c:87:18: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  lev = decode(s, prioritynames);
                  ^
sysklogd/logger.c:87:18: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
sysklogd/logger.c:87:18: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
sysklogd/logger.c:87:18: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
sysklogd/logger.c:87:18: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
sysklogd/logger.c:87:18: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
sysklogd/logger.c:87:18: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
sysklogd/logger.c:87:18: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
sysklogd/logger.c:87:18: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
sysklogd/logger.c:87:18: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
sysklogd/logger.c:87:18: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
sysklogd/logger.c:87:18: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  CC      libbb/compare_string_array.o
  CC      libbb/concat_path_file.o
  AR      sysklogd/lib.a
  CC      libbb/concat_subpath_file.o
  LD      util-linux/built-in.o
  CC      libbb/copyfd.o
  CC      util-linux/hexdump.o
  CC      libbb/copy_file.o
  CC      util-linux/hwclock.o
  LD      util-linux/volume_id/built-in.o
  AR      util-linux/volume_id/lib.a
  CC      util-linux/mkswap.o
  CC      libbb/correct_password.o
  CC      networking/nc.o
  AR      procps/lib.a
  CC      libbb/crc32.o
  AR      miscutils/lib.a
  CC      networking/netmsg.o
  CC      networking/netstat.o
  CC      libbb/default_error_retval.o
  AR      coreutils/lib.a
  CC      networking/nslookup.o
  CC      libbb/dump.o
  CC      libbb/device_open.o
  CC      util-linux/mount.o
networking/netmsg.c:32:5: warning: no previous prototype for 'netmsg_main' [-Wmissing-prototypes]
 int netmsg_main(int argc, char **argv)
     ^
networking/netmsg.c: In function 'netmsg_main':
networking/netmsg.c:59:10: warning: pointer targets in passing argument 1 of 'strncpy' differ in signedness [-Wpointer-sign]
  strncpy(buf + 2, argv[2], 998);
          ^
In file included from networking/netmsg.c:26:0:
/home/bastian/ledebot/source/staging_dir/toolchain-mips_24kc_gcc-5.4.0_musl/include/string.h:32:7: note: expected 'char * restrict' but argument is of type 'unsigned char *'
 char *strncpy (char *__restrict, const char *__restrict, size_t);
       ^
  CC      libbb/endofname.o
  CC      libbb/executable.o
  CC      util-linux/pivot_root.o
  CC      libbb/fclose_nonstdin.o
  CC      networking/ntpd.o
  CC      libbb/fflush_stdout_and_exit.o
  CC      libbb/fgets_str.o
  CC      libbb/find_mount_point.o
  CC      libbb/find_pid_by_name.o
  CC      networking/ping.o
  CC      libbb/find_root_device.o
  CC      util-linux/switch_root.o
  CC      libbb/full_write.o
  CC      libbb/get_console.o
  CC      libbb/get_last_path_component.o
  CC      networking/udhcp/domain_codec.o
  CC      libbb/get_line_from_file.o
  CC      libbb/get_shell_name.o
  CC      networking/udhcp/packet.o
  CC      libbb/get_volsize.o
  CC      libbb/getopt32.o
  CC      libbb/getpty.o
  CC      networking/route.o
  CC      libbb/hash_md5_sha.o
  CC      libbb/herror_msg.o
  CC      util-linux/umount.o
  CC      networking/telnet.o
  CC      libbb/human_readable.o
  CC      libbb/in_ether.o
  CC      networking/udhcp/signalpipe.o
  CC      libbb/inet_cksum.o
  CC      libbb/inet_common.o
  CC      libbb/inode_hash.o
  CC      networking/udhcp/socket.o
  CC      libbb/isdirectory.o
  AR      util-linux/lib.a
  CC      libbb/kernel_version.o
  CC      libbb/last_char_is.o
  CC      networking/traceroute.o
  CC      libbb/lineedit.o
  CC      libbb/lineedit_ptr_hack.o
  CC      libbb/login.o
  CC      libbb/llist.o
  CC      libbb/loop.o
  CC      libbb/make_directory.o
  AR      networking/udhcp/lib.a
  CC      libbb/match_fstype.o
  CC      libbb/makedev.o
  CC      libbb/messages.o
  CC      libbb/missing_syscalls.o
  AR      editors/lib.a
  CC      libbb/mode_string.o
  CC      libbb/nuke_str.o
  CC      libbb/parse_mode.o
  CC      libbb/parse_config.o
  CC      libbb/obscure.o
  CC      libbb/percent_decode.o
  CC      libbb/perror_msg.o
  CC      libbb/perror_nomsg.o
  CC      libbb/perror_nomsg_and_die.o
  CC      libbb/pidfile.o
  CC      libbb/platform.o
  CC      libbb/print_flags.o
  CC      libbb/printable.o
  AR      networking/lib.a
  CC      libbb/printable_string.o
  CC      libbb/process_escape_sequence.o
  CC      libbb/procps.o
  CC      libbb/progress.o
  CC      libbb/ptr_to_globals.o
  CC      libbb/pw_encrypt.o
  CC      libbb/read.o
  CC      libbb/read_key.o
  CC      libbb/read_printf.o
  CC      libbb/recursive_action.o
  CC      libbb/remove_file.o
  CC      libbb/replace.o
  CC      libbb/rtc.o
  CC      libbb/run_shell.o
  CC      libbb/safe_gethostname.o
  CC      libbb/safe_strncpy.o
  CC      libbb/safe_poll.o
  CC      libbb/safe_write.o
  CC      libbb/signals.o
  CC      libbb/setup_environment.o
  CC      libbb/single_argv.o
  CC      libbb/simplify_path.o
  CC      libbb/skip_whitespace.o
  CC      libbb/speed_table.o
  CC      libbb/str_tolower.o
  CC      libbb/strrstr.o
  CC      libbb/sysconf.o
  CC      libbb/time.o
  CC      libbb/trim.o
  CC      libbb/ubi.o
  CC      libbb/u_signal_names.o
  CC      libbb/udp_io.o
  CC      libbb/update_passwd.o
  CC      libbb/vdprintf.o
  CC      libbb/uuencode.o
  CC      libbb/verror_msg.o
  CC      libbb/vfork_daemon_rexec.o
  CC      libbb/wfopen.o
  CC      libbb/wfopen_input.o
  CC      libbb/warn_ignoring_args.o
  CC      libbb/xatonum.o
  CC      libbb/xconnect.o
  CC      libbb/write.o
  CC      libbb/xfunc_die.o
  CC      libbb/xfuncs.o
  CC      libbb/xfuncs_printf.o
  CC      libbb/xgethostbyname.o
  CC      libbb/xgetcwd.o
  CC      libbb/xreadlink.o
  CC      libbb/xrealloc_vector.o
  CC      libbb/xregcomp.o
  AR      libbb/lib.a
  AR      shell/lib.a
  LINK    busybox_unstripped
Trying libraries: crypt m
 Library crypt is not needed, excluding it
 Library m is not needed, excluding it
Final link with: <none>
make[4]: Leaving directory '/home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2'
make[4]: Entering directory '/home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2'
  /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-install//bin/ash -> busybox
  /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-install//bin/cat -> busybox
  /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-install//bin/chgrp -> busybox
  /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-install//bin/chmod -> busybox
  /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-install//bin/chown -> busybox
  /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-install//bin/cp -> busybox
  /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-install//bin/date -> busybox
  /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-install//bin/dd -> busybox
  /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-install//bin/df -> busybox
  /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-install//bin/echo -> busybox
  /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-install//bin/egrep -> busybox
  /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-install//bin/false -> busybox
  /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-install//bin/fgrep -> busybox
  /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-install//bin/fsync -> busybox
  /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-install//bin/grep -> busybox
  /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-install//bin/gunzip -> busybox
  /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-install//bin/gzip -> busybox
  /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-install//bin/kill -> busybox
  /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-install//bin/ln -> busybox
  /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-install//bin/lock -> busybox
  /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-install//bin/login -> busybox
  /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-install//bin/ls -> busybox
  /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-install//bin/mkdir -> busybox
  /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-install//bin/mknod -> busybox
  /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-install//bin/mktemp -> busybox
  /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-install//bin/mount -> busybox
  /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-install//bin/mv -> busybox
  /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-install//bin/netmsg -> busybox
  /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-install//bin/netstat -> busybox
  /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-install//bin/nice -> busybox
  /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-install//bin/pidof -> busybox
  /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-install//bin/ping -> busybox
  /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-install//bin/ping6 -> busybox
  /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-install//bin/ps -> busybox
  /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-install//bin/pwd -> busybox
  /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-install//bin/rm -> busybox
  /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-install//bin/rmdir -> busybox
  /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-install//bin/sed -> busybox
  /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-install//bin/sh -> busybox
  /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-install//bin/sleep -> busybox
  /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-install//bin/sync -> busybox
  /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-install//bin/tar -> busybox
  /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-install//bin/touch -> busybox
  /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-install//bin/true -> busybox
  /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-install//bin/umount -> busybox
  /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-install//bin/uname -> busybox
  /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-install//bin/vi -> busybox
  /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-install//bin/zcat -> busybox
  /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-install//sbin/halt -> ../bin/busybox
  /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-install//sbin/hwclock -> ../bin/busybox
  /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-install//sbin/ifconfig -> ../bin/busybox
  /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-install//sbin/mkswap -> ../bin/busybox
  /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-install//sbin/pivot_root -> ../bin/busybox
  /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-install//sbin/poweroff -> ../bin/busybox
  /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-install//sbin/reboot -> ../bin/busybox
  /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-install//sbin/route -> ../bin/busybox
  /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-install//sbin/start-stop-daemon -> ../bin/busybox
  /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-install//sbin/switch_root -> ../bin/busybox
  /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-install//sbin/sysctl -> ../bin/busybox
  /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-install//sbin/udhcpc -> ../bin/busybox
  /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-install//usr/bin/[ -> ../../bin/busybox
  /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-install//usr/bin/[[ -> ../../bin/busybox
  /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-install//usr/bin/awk -> ../../bin/busybox
  /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-install//usr/bin/basename -> ../../bin/busybox
  /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-install//usr/bin/bunzip2 -> ../../bin/busybox
  /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-install//usr/bin/bzcat -> ../../bin/busybox
  /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-install//usr/bin/clear -> ../../bin/busybox
  /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-install//usr/bin/cmp -> ../../bin/busybox
  /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-install//usr/bin/crontab -> ../../bin/busybox
  /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-install//usr/bin/cut -> ../../bin/busybox
  /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-install//usr/bin/dirname -> ../../bin/busybox
  /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-install//usr/bin/du -> ../../bin/busybox
  /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-install//usr/bin/env -> ../../bin/busybox
  /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-install//usr/bin/expr -> ../../bin/busybox
  /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-install//usr/bin/find -> ../../bin/busybox
  /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-install//usr/bin/free -> ../../bin/busybox
  /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-install//usr/bin/head -> ../../bin/busybox
  /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-install//usr/bin/hexdump -> ../../bin/busybox
  /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-install//usr/bin/id -> ../../bin/busybox
  /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-install//usr/bin/killall -> ../../bin/busybox
  /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-install//usr/bin/less -> ../../bin/busybox
  /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-install//usr/bin/logger -> ../../bin/busybox
  /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-install//usr/bin/md5sum -> ../../bin/busybox
  /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-install//usr/bin/mkfifo -> ../../bin/busybox
  /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-install//usr/bin/nc -> ../../bin/busybox
  /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-install//usr/bin/nslookup -> ../../bin/busybox
  /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-install//usr/bin/passwd -> ../../bin/busybox
  /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-install//usr/bin/pgrep -> ../../bin/busybox
  /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-install//usr/bin/printf -> ../../bin/busybox
  /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-install//usr/bin/readlink -> ../../bin/busybox
  /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-install//usr/bin/reset -> ../../bin/busybox
  /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-install//usr/bin/seq -> ../../bin/busybox
  /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-install//usr/bin/sha256sum -> ../../bin/busybox
  /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-install//usr/bin/sort -> ../../bin/busybox
  /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-install//usr/bin/strings -> ../../bin/busybox
  /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-install//usr/bin/tail -> ../../bin/busybox
  /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-install//usr/bin/tee -> ../../bin/busybox
  /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-install//usr/bin/telnet -> ../../bin/busybox
  /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-install//usr/bin/test -> ../../bin/busybox
  /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-install//usr/bin/time -> ../../bin/busybox
  /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-install//usr/bin/top -> ../../bin/busybox
  /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-install//usr/bin/tr -> ../../bin/busybox
  /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-install//usr/bin/traceroute -> ../../bin/busybox
  /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-install//usr/bin/traceroute6 -> ../../bin/busybox
  /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-install//usr/bin/uniq -> ../../bin/busybox
  /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-install//usr/bin/uptime -> ../../bin/busybox
  /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-install//usr/bin/wc -> ../../bin/busybox
  /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-install//usr/bin/which -> ../../bin/busybox
  /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-install//usr/bin/xargs -> ../../bin/busybox
  /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-install//usr/bin/yes -> ../../bin/busybox
  /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-install//usr/sbin/arping -> ../../bin/busybox
  /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-install//usr/sbin/brctl -> ../../bin/busybox
  /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-install//usr/sbin/chroot -> ../../bin/busybox
  /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-install//usr/sbin/crond -> ../../bin/busybox
  /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-install//usr/sbin/ntpd -> ../../bin/busybox


--------------------------------------------------
You will probably need to make your busybox binary
setuid root to ensure all configured applets will
work properly.
--------------------------------------------------

make[4]: Leaving directory '/home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2'
rstrip.sh: /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-mips_24kc/busybox/bin/busybox: executable
Packaged contents of /home/bastian/ledebot/source/build_dir/target-mips_24kc_musl/busybox-1.26.2/ipkg-mips_24kc/busybox into /home/bastian/ledebot/source/bin/packages/mips_24kc/base/busybox_1.26.2-1_mips_24kc.ipk
