menu "Archival Utilities"
+INSERT
+
config FEATURE_SEAMLESS_XZ
bool "Make tar, rpm, modprobe etc understand .xz data"
default y
libs-y += libunarchive/
lib-y:=
+
+INSERT
+
lib-$(CONFIG_AR) += ar.o
lib-$(CONFIG_CPIO) += cpio.o
lib-$(CONFIG_DPKG) += dpkg.o
get_header_tar.o \
filter_accept_list_reassign.o
+INSERT
+
lib-$(CONFIG_AR) += get_header_ar.o unpack_ar_archive.o
lib-$(CONFIG_BUNZIP2) += decompress_bunzip2.o
lib-$(CONFIG_UNLZMA) += decompress_unlzma.o
menu "Console Utilities"
+INSERT
+
config CHVT
bool "chvt"
default y
# Licensed under the GPL v2, see the file LICENSE in this tarball.
lib-y:=
+
+INSERT
lib-$(CONFIG_CHVT) += chvt.o
lib-$(CONFIG_FGCONSOLE) += fgconsole.o
lib-$(CONFIG_CLEAR) += clear.o
libs-y += libcoreutils/
lib-y:=
+
INSERT
lib-$(CONFIG_CAL) += cal.o
lib-$(CONFIG_CATV) += catv.o
# Licensed under the GPL v2 or later, see the file LICENSE in this tarball.
lib-y:=
+
+INSERT
lib-$(CONFIG_MKFIFO) += getopt_mk_fifo_nod.o
lib-$(CONFIG_MKNOD) += getopt_mk_fifo_nod.o
lib-$(CONFIG_INSTALL) += cp_mv_stat.o
menu "Debian Utilities"
+INSERT
+
config MKTEMP
bool "mktemp"
default y
# Licensed under the GPL v2, see the file LICENSE in this tarball.
lib-y:=
+
+INSERT
lib-$(CONFIG_MKTEMP) += mktemp.o
lib-$(CONFIG_PIPE_PROGRESS) += pipe_progress.o
lib-$(CONFIG_RUN_PARTS) += run_parts.o
menu "Linux Ext2 FS Progs"
+INSERT
+
config CHATTR
bool "chattr"
default y
lib-y:=
+INSERT
+
lib-$(CONFIG_CHATTR) += chattr.o e2fs_lib.o
lib-$(CONFIG_LSATTR) += lsattr.o e2fs_lib.o
menu "Linux Ext2 FS Progs"
+INSERT
+
config CHATTR
bool "chattr"
default n
lib-y:=
+INSERT
+
lib-$(CONFIG_CHATTR) += chattr.o
lib-$(CONFIG_E2FSCK) += e2fsck.o util.o
lib-$(CONFIG_FSCK) += fsck.o util.o
NEEDED-$(CONFIG_TUNE2FS) = y
lib-y:=
+
+INSERT
+
lib-$(NEEDED-y) += cache.o dev.o devname.o devno.o blkid_getsize.o \
probe.o read.o resolve.o save.o tag.o list.o
NEEDED-$(CONFIG_TUNE2FS) = y
lib-y:=
+
+INSERT
+
lib-$(NEEDED-y) += fgetsetflags.o fgetsetversion.o pf.o iod.o mntopts.o \
feature.o ls.o uuid.o pe.o ostype.o ps.o hashstr.o \
parse_num.o
NEEDED-$(CONFIG_TUNE2FS) = y
lib-y:=
+
+INSERT
+
lib-$(NEEDED-y) += gen_bitmap.o bitops.o ismounted.o mkjournal.o unix_io.o \
rw_bitmaps.o initialize.o bitmaps.o block.o \
ind_block.o inode.o freefs.o alloc_stats.o closefs.o \
NEEDED-$(CONFIG_TUNE2FS) = y
lib-y:=
+
+INSERT
lib-$(NEEDED-y) += compare.o gen_uuid.o pack.o parse.o unpack.o unparse.o \
uuid_time.o
menu "Editors"
+INSERT
+
config AWK
bool "awk"
default y
# Licensed under the GPL v2, see the file LICENSE in this tarball.
lib-y:=
+
+INSERT
lib-$(CONFIG_AWK) += awk.o
lib-$(CONFIG_CMP) += cmp.o
lib-$(CONFIG_DIFF) += diff.o
menu "Init Utilities"
+INSERT
+
config INIT
bool "init"
default y
# Licensed under the GPL v2, see the file LICENSE in this tarball.
lib-y:=
+
+INSERT
lib-$(CONFIG_HALT) += halt.o
lib-$(CONFIG_INIT) += init.o
lib-$(CONFIG_MESG) += mesg.o
menu "Busybox Library Tuning"
+INSERT
+
config PASSWORD_MINLEN
int "Minimum password length"
default 6
lib-y:=
+INSERT
+
lib-y += appletlib.o
lib-y += ask_confirmation.o
lib-y += bb_askpass.o
menu "Login/Password Management Utilities"
+INSERT
+
config FEATURE_SHADOWPASSWDS
bool "Support for shadow passwords"
default y
# Licensed under the GPL v2, see the file LICENSE in this tarball.
lib-y:=
+
+INSERT
lib-$(CONFIG_ADDGROUP) += addgroup.o
lib-$(CONFIG_ADDUSER) += adduser.o
lib-$(CONFIG_CRYPTPW) += cryptpw.o
menu "Mail Utilities"
+INSERT
+
config MAKEMIME
bool "makemime"
default y
# Licensed under the GPL v2, see the file LICENSE in this tarball.
lib-y:=
+
+INSERT
lib-$(CONFIG_MAKEMIME) += mime.o mail.o
lib-$(CONFIG_POPMAILDIR) += popmaildir.o mail.o
lib-$(CONFIG_REFORMIME) += mime.o mail.o
menu "Miscellaneous Utilities"
+INSERT
+
config ADJTIMEX
bool "adjtimex"
default y
# Licensed under the GPL v2, see the file LICENSE in this tarball.
lib-y:=
+
+INSERT
lib-$(CONFIG_ADJTIMEX) += adjtimex.o
lib-$(CONFIG_BBCONFIG) += bbconfig.o
lib-$(CONFIG_BEEP) += beep.o
# Licensed under the GPL v2, see the file LICENSE in this tarball.
lib-y:=
+
INSERT
lib-$(CONFIG_MODPROBE_SMALL) += modprobe-small.o
lib-$(CONFIG_DEPMOD) += depmod.o modutils.o
menu "Networking Utilities"
+INSERT
+
config FEATURE_IPV6
bool "Enable IPv6 support"
default y
# Licensed under the GPL v2, see the file LICENSE in this tarball.
lib-y:=
+
+INSERT
lib-$(CONFIG_ARP) += arp.o interface.o
lib-$(CONFIG_ARPING) += arping.o
lib-$(CONFIG_BRCTL) += brctl.o
lib-y:=
+INSERT
+
lib-$(CONFIG_SLATTACH) += \
utils.o
# see scripts/kbuild/config-language.txt.
#
+INSERT
+
config UDHCPD
bool "udhcp server (udhcpd)"
default y
lib-y:=
+INSERT
+
lib-$(CONFIG_UDHCPC) += common.o packet.o signalpipe.o socket.o
lib-$(CONFIG_UDHCPD) += common.o packet.o signalpipe.o socket.o
menu "Print Utilities"
+INSERT
+
config LPD
bool "lpd"
default y
menu "Process Utilities"
+INSERT
+
config FREE
bool "free"
default y
# Licensed under the GPL v2, see the file LICENSE in this tarball.
lib-y:=
+
+INSERT
lib-$(CONFIG_FREE) += free.o
lib-$(CONFIG_FUSER) += fuser.o
lib-$(CONFIG_KILL) += kill.o
menu "Runit Utilities"
+INSERT
+
config RUNSV
bool "runsv"
default y
# Licensed under the GPL v2, see the file LICENSE in this tarball.
lib-y:=
+
+INSERT
+
lib-$(CONFIG_RUNSV) += runsv.o runit_lib.o
lib-$(CONFIG_RUNSVDIR) += runsvdir.o runit_lib.o
lib-$(CONFIG_SV) += sv.o runit_lib.o
menu "SELinux Utilities"
depends on SELINUX
+INSERT
+
config CHCON
bool "chcon"
default n
# Licensed under the GPL v2, see the file LICENSE in this tarball.
lib-y:=
+
+INSERT
lib-$(CONFIG_CHCON) += chcon.o
lib-$(CONFIG_GETENFORCE) += getenforce.o
lib-$(CONFIG_GETSEBOOL) += getsebool.o
menu "Shells"
+INSERT
+
config ASH
bool "ash"
default y
# Licensed under the GPL v2, see the file LICENSE in this tarball.
lib-y:=
+
+INSERT
+
lib-$(CONFIG_ASH) += ash.o ash_ptr_hack.o shell_common.o
lib-$(CONFIG_HUSH) += hush.o match.o shell_common.o
lib-$(CONFIG_CTTYHACK) += cttyhack.o
menu "System Logging Utilities"
+INSERT
+
config SYSLOGD
bool "syslogd"
default y
# Licensed under the GPL v2, see the file LICENSE in this tarball.
lib-y:=
+
+INSERT
lib-$(CONFIG_KLOGD) += klogd.o
lib-$(CONFIG_LOGGER) += syslogd_and_logger.o
lib-$(CONFIG_LOGREAD) += logread.o
menu "Linux System Utilities"
+INSERT
+
config ACPID
bool "acpid"
default y
# Licensed under the GPL v2, see the file LICENSE in this tarball.
lib-y:=
+
+INSERT
lib-$(CONFIG_ACPID) += acpid.o
lib-$(CONFIG_BLKID) += blkid.o
lib-$(CONFIG_DMESG) += dmesg.o
lib-y:=
+INSERT
+
lib-$(CONFIG_BLKID) += get_devname.o
lib-$(CONFIG_FINDFS) += get_devname.o
lib-$(CONFIG_FEATURE_MOUNT_LABEL) += get_devname.o