*: add INSERTs to *.src files where appropriate

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko 2010-06-08 12:15:11 +02:00
parent b68bba5649
commit d70e0e995e
49 changed files with 102 additions and 0 deletions

View File

@ -5,6 +5,8 @@
menu "Archival Utilities"
INSERT
config FEATURE_SEAMLESS_XZ
bool "Make tar, rpm, modprobe etc understand .xz data"
default y

View File

@ -7,6 +7,9 @@
libs-y += libunarchive/
lib-y:=
INSERT
lib-$(CONFIG_AR) += ar.o
lib-$(CONFIG_CPIO) += cpio.o
lib-$(CONFIG_DPKG) += dpkg.o

View File

@ -33,6 +33,8 @@ DPKG_FILES:= \
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

View File

@ -5,6 +5,8 @@
menu "Console Utilities"
INSERT
config CHVT
bool "chvt"
default y

View File

@ -5,6 +5,8 @@
# 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

View File

@ -7,6 +7,7 @@
libs-y += libcoreutils/
lib-y:=
INSERT
lib-$(CONFIG_CAL) += cal.o
lib-$(CONFIG_CATV) += catv.o

View File

@ -5,6 +5,8 @@
# 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

View File

@ -5,6 +5,8 @@
menu "Debian Utilities"
INSERT
config MKTEMP
bool "mktemp"
default y

View File

@ -5,6 +5,8 @@
# 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

View File

@ -5,6 +5,8 @@
menu "Linux Ext2 FS Progs"
INSERT
config CHATTR
bool "chattr"
default y

View File

@ -6,6 +6,8 @@
lib-y:=
INSERT
lib-$(CONFIG_CHATTR) += chattr.o e2fs_lib.o
lib-$(CONFIG_LSATTR) += lsattr.o e2fs_lib.o

View File

@ -5,6 +5,8 @@
menu "Linux Ext2 FS Progs"
INSERT
config CHATTR
bool "chattr"
default n

View File

@ -6,6 +6,8 @@
lib-y:=
INSERT
lib-$(CONFIG_CHATTR) += chattr.o
lib-$(CONFIG_E2FSCK) += e2fsck.o util.o
lib-$(CONFIG_FSCK) += fsck.o util.o

View File

@ -10,6 +10,9 @@ NEEDED-$(CONFIG_MKE2FS) = y
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

View File

@ -10,6 +10,9 @@ NEEDED-$(CONFIG_MKE2FS) = y
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

View File

@ -10,6 +10,9 @@ NEEDED-$(CONFIG_MKE2FS) = y
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 \

View File

@ -10,5 +10,7 @@ NEEDED-$(CONFIG_MKE2FS) = y
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

View File

@ -5,6 +5,8 @@
menu "Editors"
INSERT
config AWK
bool "awk"
default y

View File

@ -5,6 +5,8 @@
# 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

View File

@ -5,6 +5,8 @@
menu "Init Utilities"
INSERT
config INIT
bool "init"
default y

View File

@ -5,6 +5,8 @@
# 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

View File

@ -5,6 +5,8 @@
menu "Busybox Library Tuning"
INSERT
config PASSWORD_MINLEN
int "Minimum password length"
default 6

View File

@ -6,6 +6,8 @@
lib-y:=
INSERT
lib-y += appletlib.o
lib-y += ask_confirmation.o
lib-y += bb_askpass.o

View File

@ -5,6 +5,8 @@
menu "Login/Password Management Utilities"
INSERT
config FEATURE_SHADOWPASSWDS
bool "Support for shadow passwords"
default y

View File

@ -5,6 +5,8 @@
# 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

View File

@ -1,5 +1,7 @@
menu "Mail Utilities"
INSERT
config MAKEMIME
bool "makemime"
default y

View File

@ -5,6 +5,8 @@
# 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

View File

@ -5,6 +5,8 @@
menu "Miscellaneous Utilities"
INSERT
config ADJTIMEX
bool "adjtimex"
default y

View File

@ -5,6 +5,8 @@
# 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

View File

@ -5,6 +5,7 @@
# 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

View File

@ -5,6 +5,8 @@
menu "Networking Utilities"
INSERT
config FEATURE_IPV6
bool "Enable IPv6 support"
default y

View File

@ -5,6 +5,8 @@
# 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

View File

@ -7,6 +7,8 @@
lib-y:=
INSERT
lib-$(CONFIG_SLATTACH) += \
utils.o

View File

@ -3,6 +3,8 @@
# see scripts/kbuild/config-language.txt.
#
INSERT
config UDHCPD
bool "udhcp server (udhcpd)"
default y

View File

@ -7,6 +7,8 @@
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

View File

@ -5,6 +5,8 @@
menu "Print Utilities"
INSERT
config LPD
bool "lpd"
default y

View File

@ -5,6 +5,8 @@
menu "Process Utilities"
INSERT
config FREE
bool "free"
default y

View File

@ -5,6 +5,8 @@
# 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

View File

@ -5,6 +5,8 @@
menu "Runit Utilities"
INSERT
config RUNSV
bool "runsv"
default y

View File

@ -5,6 +5,9 @@
# 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

View File

@ -6,6 +6,8 @@
menu "SELinux Utilities"
depends on SELINUX
INSERT
config CHCON
bool "chcon"
default n

View File

@ -6,6 +6,8 @@
# 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

View File

@ -5,6 +5,8 @@
menu "Shells"
INSERT
config ASH
bool "ash"
default y

View File

@ -5,6 +5,9 @@
# 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

View File

@ -5,6 +5,8 @@
menu "System Logging Utilities"
INSERT
config SYSLOGD
bool "syslogd"
default y

View File

@ -5,6 +5,8 @@
# 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

View File

@ -5,6 +5,8 @@
menu "Linux System Utilities"
INSERT
config ACPID
bool "acpid"
default y

View File

@ -5,6 +5,8 @@
# 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

View File

@ -6,6 +6,8 @@
lib-y:=
INSERT
lib-$(CONFIG_BLKID) += get_devname.o
lib-$(CONFIG_FINDFS) += get_devname.o
lib-$(CONFIG_FEATURE_MOUNT_LABEL) += get_devname.o