*: 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" menu "Archival Utilities"
INSERT
config FEATURE_SEAMLESS_XZ config FEATURE_SEAMLESS_XZ
bool "Make tar, rpm, modprobe etc understand .xz data" bool "Make tar, rpm, modprobe etc understand .xz data"
default y default y

View File

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

View File

@ -33,6 +33,8 @@ DPKG_FILES:= \
get_header_tar.o \ get_header_tar.o \
filter_accept_list_reassign.o filter_accept_list_reassign.o
INSERT
lib-$(CONFIG_AR) += get_header_ar.o unpack_ar_archive.o lib-$(CONFIG_AR) += get_header_ar.o unpack_ar_archive.o
lib-$(CONFIG_BUNZIP2) += decompress_bunzip2.o lib-$(CONFIG_BUNZIP2) += decompress_bunzip2.o
lib-$(CONFIG_UNLZMA) += decompress_unlzma.o lib-$(CONFIG_UNLZMA) += decompress_unlzma.o

View File

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

View File

@ -5,6 +5,8 @@
# Licensed under the GPL v2, see the file LICENSE in this tarball. # Licensed under the GPL v2, see the file LICENSE in this tarball.
lib-y:= lib-y:=
INSERT
lib-$(CONFIG_CHVT) += chvt.o lib-$(CONFIG_CHVT) += chvt.o
lib-$(CONFIG_FGCONSOLE) += fgconsole.o lib-$(CONFIG_FGCONSOLE) += fgconsole.o
lib-$(CONFIG_CLEAR) += clear.o lib-$(CONFIG_CLEAR) += clear.o

View File

@ -7,6 +7,7 @@
libs-y += libcoreutils/ libs-y += libcoreutils/
lib-y:= lib-y:=
INSERT INSERT
lib-$(CONFIG_CAL) += cal.o lib-$(CONFIG_CAL) += cal.o
lib-$(CONFIG_CATV) += catv.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. # Licensed under the GPL v2 or later, see the file LICENSE in this tarball.
lib-y:= lib-y:=
INSERT
lib-$(CONFIG_MKFIFO) += getopt_mk_fifo_nod.o lib-$(CONFIG_MKFIFO) += getopt_mk_fifo_nod.o
lib-$(CONFIG_MKNOD) += getopt_mk_fifo_nod.o lib-$(CONFIG_MKNOD) += getopt_mk_fifo_nod.o
lib-$(CONFIG_INSTALL) += cp_mv_stat.o lib-$(CONFIG_INSTALL) += cp_mv_stat.o

View File

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

View File

@ -5,6 +5,8 @@
# Licensed under the GPL v2, see the file LICENSE in this tarball. # Licensed under the GPL v2, see the file LICENSE in this tarball.
lib-y:= lib-y:=
INSERT
lib-$(CONFIG_MKTEMP) += mktemp.o lib-$(CONFIG_MKTEMP) += mktemp.o
lib-$(CONFIG_PIPE_PROGRESS) += pipe_progress.o lib-$(CONFIG_PIPE_PROGRESS) += pipe_progress.o
lib-$(CONFIG_RUN_PARTS) += run_parts.o lib-$(CONFIG_RUN_PARTS) += run_parts.o

View File

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

View File

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

View File

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

View File

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

View File

@ -10,6 +10,9 @@ NEEDED-$(CONFIG_MKE2FS) = y
NEEDED-$(CONFIG_TUNE2FS) = y NEEDED-$(CONFIG_TUNE2FS) = y
lib-y:= lib-y:=
INSERT
lib-$(NEEDED-y) += cache.o dev.o devname.o devno.o blkid_getsize.o \ 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 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 NEEDED-$(CONFIG_TUNE2FS) = y
lib-y:= lib-y:=
INSERT
lib-$(NEEDED-y) += fgetsetflags.o fgetsetversion.o pf.o iod.o mntopts.o \ 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 \ feature.o ls.o uuid.o pe.o ostype.o ps.o hashstr.o \
parse_num.o parse_num.o

View File

@ -10,6 +10,9 @@ NEEDED-$(CONFIG_MKE2FS) = y
NEEDED-$(CONFIG_TUNE2FS) = y NEEDED-$(CONFIG_TUNE2FS) = y
lib-y:= lib-y:=
INSERT
lib-$(NEEDED-y) += gen_bitmap.o bitops.o ismounted.o mkjournal.o unix_io.o \ lib-$(NEEDED-y) += gen_bitmap.o bitops.o ismounted.o mkjournal.o unix_io.o \
rw_bitmaps.o initialize.o bitmaps.o block.o \ rw_bitmaps.o initialize.o bitmaps.o block.o \
ind_block.o inode.o freefs.o alloc_stats.o closefs.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 NEEDED-$(CONFIG_TUNE2FS) = y
lib-y:= lib-y:=
INSERT
lib-$(NEEDED-y) += compare.o gen_uuid.o pack.o parse.o unpack.o unparse.o \ lib-$(NEEDED-y) += compare.o gen_uuid.o pack.o parse.o unpack.o unparse.o \
uuid_time.o uuid_time.o

View File

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

View File

@ -5,6 +5,8 @@
# Licensed under the GPL v2, see the file LICENSE in this tarball. # Licensed under the GPL v2, see the file LICENSE in this tarball.
lib-y:= lib-y:=
INSERT
lib-$(CONFIG_AWK) += awk.o lib-$(CONFIG_AWK) += awk.o
lib-$(CONFIG_CMP) += cmp.o lib-$(CONFIG_CMP) += cmp.o
lib-$(CONFIG_DIFF) += diff.o lib-$(CONFIG_DIFF) += diff.o

View File

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

View File

@ -5,6 +5,8 @@
# Licensed under the GPL v2, see the file LICENSE in this tarball. # Licensed under the GPL v2, see the file LICENSE in this tarball.
lib-y:= lib-y:=
INSERT
lib-$(CONFIG_HALT) += halt.o lib-$(CONFIG_HALT) += halt.o
lib-$(CONFIG_INIT) += init.o lib-$(CONFIG_INIT) += init.o
lib-$(CONFIG_MESG) += mesg.o lib-$(CONFIG_MESG) += mesg.o

View File

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

View File

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

View File

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

View File

@ -5,6 +5,8 @@
# Licensed under the GPL v2, see the file LICENSE in this tarball. # Licensed under the GPL v2, see the file LICENSE in this tarball.
lib-y:= lib-y:=
INSERT
lib-$(CONFIG_ADDGROUP) += addgroup.o lib-$(CONFIG_ADDGROUP) += addgroup.o
lib-$(CONFIG_ADDUSER) += adduser.o lib-$(CONFIG_ADDUSER) += adduser.o
lib-$(CONFIG_CRYPTPW) += cryptpw.o lib-$(CONFIG_CRYPTPW) += cryptpw.o

View File

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

View File

@ -5,6 +5,8 @@
# Licensed under the GPL v2, see the file LICENSE in this tarball. # Licensed under the GPL v2, see the file LICENSE in this tarball.
lib-y:= lib-y:=
INSERT
lib-$(CONFIG_MAKEMIME) += mime.o mail.o lib-$(CONFIG_MAKEMIME) += mime.o mail.o
lib-$(CONFIG_POPMAILDIR) += popmaildir.o mail.o lib-$(CONFIG_POPMAILDIR) += popmaildir.o mail.o
lib-$(CONFIG_REFORMIME) += mime.o mail.o lib-$(CONFIG_REFORMIME) += mime.o mail.o

View File

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

View File

@ -5,6 +5,8 @@
# Licensed under the GPL v2, see the file LICENSE in this tarball. # Licensed under the GPL v2, see the file LICENSE in this tarball.
lib-y:= lib-y:=
INSERT
lib-$(CONFIG_ADJTIMEX) += adjtimex.o lib-$(CONFIG_ADJTIMEX) += adjtimex.o
lib-$(CONFIG_BBCONFIG) += bbconfig.o lib-$(CONFIG_BBCONFIG) += bbconfig.o
lib-$(CONFIG_BEEP) += beep.o lib-$(CONFIG_BEEP) += beep.o

View File

@ -5,6 +5,7 @@
# Licensed under the GPL v2, see the file LICENSE in this tarball. # Licensed under the GPL v2, see the file LICENSE in this tarball.
lib-y:= lib-y:=
INSERT INSERT
lib-$(CONFIG_MODPROBE_SMALL) += modprobe-small.o lib-$(CONFIG_MODPROBE_SMALL) += modprobe-small.o
lib-$(CONFIG_DEPMOD) += depmod.o modutils.o lib-$(CONFIG_DEPMOD) += depmod.o modutils.o

View File

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

View File

@ -5,6 +5,8 @@
# Licensed under the GPL v2, see the file LICENSE in this tarball. # Licensed under the GPL v2, see the file LICENSE in this tarball.
lib-y:= lib-y:=
INSERT
lib-$(CONFIG_ARP) += arp.o interface.o lib-$(CONFIG_ARP) += arp.o interface.o
lib-$(CONFIG_ARPING) += arping.o lib-$(CONFIG_ARPING) += arping.o
lib-$(CONFIG_BRCTL) += brctl.o lib-$(CONFIG_BRCTL) += brctl.o

View File

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

View File

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

View File

@ -7,6 +7,8 @@
lib-y:= lib-y:=
INSERT
lib-$(CONFIG_UDHCPC) += common.o packet.o signalpipe.o socket.o lib-$(CONFIG_UDHCPC) += common.o packet.o signalpipe.o socket.o
lib-$(CONFIG_UDHCPD) += 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" menu "Print Utilities"
INSERT
config LPD config LPD
bool "lpd" bool "lpd"
default y default y

View File

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

View File

@ -5,6 +5,8 @@
# Licensed under the GPL v2, see the file LICENSE in this tarball. # Licensed under the GPL v2, see the file LICENSE in this tarball.
lib-y:= lib-y:=
INSERT
lib-$(CONFIG_FREE) += free.o lib-$(CONFIG_FREE) += free.o
lib-$(CONFIG_FUSER) += fuser.o lib-$(CONFIG_FUSER) += fuser.o
lib-$(CONFIG_KILL) += kill.o lib-$(CONFIG_KILL) += kill.o

View File

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

View File

@ -5,6 +5,9 @@
# Licensed under the GPL v2, see the file LICENSE in this tarball. # Licensed under the GPL v2, see the file LICENSE in this tarball.
lib-y:= lib-y:=
INSERT
lib-$(CONFIG_RUNSV) += runsv.o runit_lib.o lib-$(CONFIG_RUNSV) += runsv.o runit_lib.o
lib-$(CONFIG_RUNSVDIR) += runsvdir.o runit_lib.o lib-$(CONFIG_RUNSVDIR) += runsvdir.o runit_lib.o
lib-$(CONFIG_SV) += sv.o runit_lib.o lib-$(CONFIG_SV) += sv.o runit_lib.o

View File

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

View File

@ -6,6 +6,8 @@
# Licensed under the GPL v2, see the file LICENSE in this tarball. # Licensed under the GPL v2, see the file LICENSE in this tarball.
lib-y:= lib-y:=
INSERT
lib-$(CONFIG_CHCON) += chcon.o lib-$(CONFIG_CHCON) += chcon.o
lib-$(CONFIG_GETENFORCE) += getenforce.o lib-$(CONFIG_GETENFORCE) += getenforce.o
lib-$(CONFIG_GETSEBOOL) += getsebool.o lib-$(CONFIG_GETSEBOOL) += getsebool.o

View File

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

View File

@ -5,6 +5,9 @@
# Licensed under the GPL v2, see the file LICENSE in this tarball. # Licensed under the GPL v2, see the file LICENSE in this tarball.
lib-y:= lib-y:=
INSERT
lib-$(CONFIG_ASH) += ash.o ash_ptr_hack.o shell_common.o lib-$(CONFIG_ASH) += ash.o ash_ptr_hack.o shell_common.o
lib-$(CONFIG_HUSH) += hush.o match.o shell_common.o lib-$(CONFIG_HUSH) += hush.o match.o shell_common.o
lib-$(CONFIG_CTTYHACK) += cttyhack.o lib-$(CONFIG_CTTYHACK) += cttyhack.o

View File

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

View File

@ -5,6 +5,8 @@
# Licensed under the GPL v2, see the file LICENSE in this tarball. # Licensed under the GPL v2, see the file LICENSE in this tarball.
lib-y:= lib-y:=
INSERT
lib-$(CONFIG_KLOGD) += klogd.o lib-$(CONFIG_KLOGD) += klogd.o
lib-$(CONFIG_LOGGER) += syslogd_and_logger.o lib-$(CONFIG_LOGGER) += syslogd_and_logger.o
lib-$(CONFIG_LOGREAD) += logread.o lib-$(CONFIG_LOGREAD) += logread.o

View File

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

View File

@ -5,6 +5,8 @@
# Licensed under the GPL v2, see the file LICENSE in this tarball. # Licensed under the GPL v2, see the file LICENSE in this tarball.
lib-y:= lib-y:=
INSERT
lib-$(CONFIG_ACPID) += acpid.o lib-$(CONFIG_ACPID) += acpid.o
lib-$(CONFIG_BLKID) += blkid.o lib-$(CONFIG_BLKID) += blkid.o
lib-$(CONFIG_DMESG) += dmesg.o lib-$(CONFIG_DMESG) += dmesg.o

View File

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