summaryrefslogtreecommitdiff
authorDenys Vlasenko <vda.linux@googlemail.com>2010-06-08 10:15:11 (GMT)
committer Denys Vlasenko <vda.linux@googlemail.com>2010-06-08 10:15:11 (GMT)
commitd70e0e995e41dc422442acd1eb4b086ff81b1961 (patch)
tree654f5d83b1584f77d164355408510507a20e6ca7
parentb68bba56499da8e5079c6dcc9004f1e0b39e8983 (diff)
downloadbusybox-d70e0e995e41dc422442acd1eb4b086ff81b1961.zip
busybox-d70e0e995e41dc422442acd1eb4b086ff81b1961.tar.gz
busybox-d70e0e995e41dc422442acd1eb4b086ff81b1961.tar.bz2
*: add INSERTs to *.src files where appropriate
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat
-rw-r--r--archival/Config.src2
-rw-r--r--archival/Kbuild.src3
-rw-r--r--archival/libunarchive/Kbuild.src2
-rw-r--r--console-tools/Config.src2
-rw-r--r--console-tools/Kbuild.src2
-rw-r--r--coreutils/Kbuild.src1
-rw-r--r--coreutils/libcoreutils/Kbuild.src2
-rw-r--r--debianutils/Config.src2
-rw-r--r--debianutils/Kbuild.src2
-rw-r--r--e2fsprogs/Config.src2
-rw-r--r--e2fsprogs/Kbuild.src2
-rw-r--r--e2fsprogs/old_e2fsprogs/Config.src2
-rw-r--r--e2fsprogs/old_e2fsprogs/Kbuild.src2
-rw-r--r--e2fsprogs/old_e2fsprogs/blkid/Kbuild.src3
-rw-r--r--e2fsprogs/old_e2fsprogs/e2p/Kbuild.src3
-rw-r--r--e2fsprogs/old_e2fsprogs/ext2fs/Kbuild.src3
-rw-r--r--e2fsprogs/old_e2fsprogs/uuid/Kbuild.src2
-rw-r--r--editors/Config.src2
-rw-r--r--editors/Kbuild.src2
-rw-r--r--init/Config.src2
-rw-r--r--init/Kbuild.src2
-rw-r--r--libbb/Config.src2
-rw-r--r--libbb/Kbuild.src2
-rw-r--r--loginutils/Config.src2
-rw-r--r--loginutils/Kbuild.src2
-rw-r--r--mailutils/Config.src2
-rw-r--r--mailutils/Kbuild.src2
-rw-r--r--miscutils/Config.src2
-rw-r--r--miscutils/Kbuild.src2
-rw-r--r--modutils/Kbuild.src1
-rw-r--r--networking/Config.src2
-rw-r--r--networking/Kbuild.src2
-rw-r--r--networking/libiproute/Kbuild.src2
-rw-r--r--networking/udhcp/Config.src2
-rw-r--r--networking/udhcp/Kbuild.src2
-rw-r--r--printutils/Config.src2
-rw-r--r--procps/Config.src2
-rw-r--r--procps/Kbuild.src2
-rw-r--r--runit/Config.src2
-rw-r--r--runit/Kbuild.src3
-rw-r--r--selinux/Config.src2
-rw-r--r--selinux/Kbuild.src2
-rw-r--r--shell/Config.src2
-rw-r--r--shell/Kbuild.src3
-rw-r--r--sysklogd/Config.src2
-rw-r--r--sysklogd/Kbuild.src2
-rw-r--r--util-linux/Config.src2
-rw-r--r--util-linux/Kbuild.src2
-rw-r--r--util-linux/volume_id/Kbuild.src2
49 files changed, 102 insertions, 0 deletions
diff --git a/archival/Config.src b/archival/Config.src
index de453bc..3dbd3ae 100644
--- a/archival/Config.src
+++ b/archival/Config.src
@@ -5,6 +5,8 @@
menu "Archival Utilities"
+INSERT
+
config FEATURE_SEAMLESS_XZ
bool "Make tar, rpm, modprobe etc understand .xz data"
default y
diff --git a/archival/Kbuild.src b/archival/Kbuild.src
index 3300ea9..076e582 100644
--- a/archival/Kbuild.src
+++ b/archival/Kbuild.src
@@ -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
diff --git a/archival/libunarchive/Kbuild.src b/archival/libunarchive/Kbuild.src
index ed8e857..8185455 100644
--- a/archival/libunarchive/Kbuild.src
+++ b/archival/libunarchive/Kbuild.src
@@ -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
diff --git a/console-tools/Config.src b/console-tools/Config.src
index 1a8e2e1..6e3191a 100644
--- a/console-tools/Config.src
+++ b/console-tools/Config.src
@@ -5,6 +5,8 @@
menu "Console Utilities"
+INSERT
+
config CHVT
bool "chvt"
default y
diff --git a/console-tools/Kbuild.src b/console-tools/Kbuild.src
index ad8b8ce..17f6606 100644
--- a/console-tools/Kbuild.src
+++ b/console-tools/Kbuild.src
@@ -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
diff --git a/coreutils/Kbuild.src b/coreutils/Kbuild.src
index 57ea7d6..1c846a7 100644
--- a/coreutils/Kbuild.src
+++ b/coreutils/Kbuild.src
@@ -7,6 +7,7 @@
libs-y += libcoreutils/
lib-y:=
+
INSERT
lib-$(CONFIG_CAL) += cal.o
lib-$(CONFIG_CATV) += catv.o
diff --git a/coreutils/libcoreutils/Kbuild.src b/coreutils/libcoreutils/Kbuild.src
index 755d01f..981b606 100644
--- a/coreutils/libcoreutils/Kbuild.src
+++ b/coreutils/libcoreutils/Kbuild.src
@@ -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
diff --git a/debianutils/Config.src b/debianutils/Config.src
index 9bce049..838d8f0 100644
--- a/debianutils/Config.src
+++ b/debianutils/Config.src
@@ -5,6 +5,8 @@
menu "Debian Utilities"
+INSERT
+
config MKTEMP
bool "mktemp"
default y
diff --git a/debianutils/Kbuild.src b/debianutils/Kbuild.src
index bcf6126..da34e4e 100644
--- a/debianutils/Kbuild.src
+++ b/debianutils/Kbuild.src
@@ -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
diff --git a/e2fsprogs/Config.src b/e2fsprogs/Config.src
index e331ee5..f362c6b 100644
--- a/e2fsprogs/Config.src
+++ b/e2fsprogs/Config.src
@@ -5,6 +5,8 @@
menu "Linux Ext2 FS Progs"
+INSERT
+
config CHATTR
bool "chattr"
default y
diff --git a/e2fsprogs/Kbuild.src b/e2fsprogs/Kbuild.src
index 0fdc9d2..31c2712 100644
--- a/e2fsprogs/Kbuild.src
+++ b/e2fsprogs/Kbuild.src
@@ -6,6 +6,8 @@
lib-y:=
+INSERT
+
lib-$(CONFIG_CHATTR) += chattr.o e2fs_lib.o
lib-$(CONFIG_LSATTR) += lsattr.o e2fs_lib.o
diff --git a/e2fsprogs/old_e2fsprogs/Config.src b/e2fsprogs/old_e2fsprogs/Config.src
index 5990f55..bbec08e 100644
--- a/e2fsprogs/old_e2fsprogs/Config.src
+++ b/e2fsprogs/old_e2fsprogs/Config.src
@@ -5,6 +5,8 @@
menu "Linux Ext2 FS Progs"
+INSERT
+
config CHATTR
bool "chattr"
default n
diff --git a/e2fsprogs/old_e2fsprogs/Kbuild.src b/e2fsprogs/old_e2fsprogs/Kbuild.src
index b05bb92..07a09ca 100644
--- a/e2fsprogs/old_e2fsprogs/Kbuild.src
+++ b/e2fsprogs/old_e2fsprogs/Kbuild.src
@@ -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
diff --git a/e2fsprogs/old_e2fsprogs/blkid/Kbuild.src b/e2fsprogs/old_e2fsprogs/blkid/Kbuild.src
index ddcfdfd..bae77fe 100644
--- a/e2fsprogs/old_e2fsprogs/blkid/Kbuild.src
+++ b/e2fsprogs/old_e2fsprogs/blkid/Kbuild.src
@@ -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
diff --git a/e2fsprogs/old_e2fsprogs/e2p/Kbuild.src b/e2fsprogs/old_e2fsprogs/e2p/Kbuild.src
index c0ff824..1948707 100644
--- a/e2fsprogs/old_e2fsprogs/e2p/Kbuild.src
+++ b/e2fsprogs/old_e2fsprogs/e2p/Kbuild.src
@@ -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
diff --git a/e2fsprogs/old_e2fsprogs/ext2fs/Kbuild.src b/e2fsprogs/old_e2fsprogs/ext2fs/Kbuild.src
index 185887a..8ca65ee 100644
--- a/e2fsprogs/old_e2fsprogs/ext2fs/Kbuild.src
+++ b/e2fsprogs/old_e2fsprogs/ext2fs/Kbuild.src
@@ -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 \
diff --git a/e2fsprogs/old_e2fsprogs/uuid/Kbuild.src b/e2fsprogs/old_e2fsprogs/uuid/Kbuild.src
index dde9818..9454fab 100644
--- a/e2fsprogs/old_e2fsprogs/uuid/Kbuild.src
+++ b/e2fsprogs/old_e2fsprogs/uuid/Kbuild.src
@@ -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
diff --git a/editors/Config.src b/editors/Config.src
index 6cf2191..fc824cc 100644
--- a/editors/Config.src
+++ b/editors/Config.src
@@ -5,6 +5,8 @@
menu "Editors"
+INSERT
+
config AWK
bool "awk"
default y
diff --git a/editors/Kbuild.src b/editors/Kbuild.src
index 76302aa..9d4b9d0 100644
--- a/editors/Kbuild.src
+++ b/editors/Kbuild.src
@@ -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
diff --git a/init/Config.src b/init/Config.src
index e8121c9..2e92081 100644
--- a/init/Config.src
+++ b/init/Config.src
@@ -5,6 +5,8 @@
menu "Init Utilities"
+INSERT
+
config INIT
bool "init"
default y
diff --git a/init/Kbuild.src b/init/Kbuild.src
index ce3f302..6095a78 100644
--- a/init/Kbuild.src
+++ b/init/Kbuild.src
@@ -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
diff --git a/libbb/Config.src b/libbb/Config.src
index a0aeb36..80b1e0d 100644
--- a/libbb/Config.src
+++ b/libbb/Config.src
@@ -5,6 +5,8 @@
menu "Busybox Library Tuning"
+INSERT
+
config PASSWORD_MINLEN
int "Minimum password length"
default 6
diff --git a/libbb/Kbuild.src b/libbb/Kbuild.src
index 68d04b3..29c136c 100644
--- a/libbb/Kbuild.src
+++ b/libbb/Kbuild.src
@@ -6,6 +6,8 @@
lib-y:=
+INSERT
+
lib-y += appletlib.o
lib-y += ask_confirmation.o
lib-y += bb_askpass.o
diff --git a/loginutils/Config.src b/loginutils/Config.src
index 982d5d6..5d497c4 100644
--- a/loginutils/Config.src
+++ b/loginutils/Config.src
@@ -5,6 +5,8 @@
menu "Login/Password Management Utilities"
+INSERT
+
config FEATURE_SHADOWPASSWDS
bool "Support for shadow passwords"
default y
diff --git a/loginutils/Kbuild.src b/loginutils/Kbuild.src
index 3d0d777..fd1ea06 100644
--- a/loginutils/Kbuild.src
+++ b/loginutils/Kbuild.src
@@ -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
diff --git a/mailutils/Config.src b/mailutils/Config.src
index baa0433..2a9c5c0 100644
--- a/mailutils/Config.src
+++ b/mailutils/Config.src
@@ -1,5 +1,7 @@
menu "Mail Utilities"
+INSERT
+
config MAKEMIME
bool "makemime"
default y
diff --git a/mailutils/Kbuild.src b/mailutils/Kbuild.src
index 871e879..b2fb735 100644
--- a/mailutils/Kbuild.src
+++ b/mailutils/Kbuild.src
@@ -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
diff --git a/miscutils/Config.src b/miscutils/Config.src
index a822f2a..be2b376 100644
--- a/miscutils/Config.src
+++ b/miscutils/Config.src
@@ -5,6 +5,8 @@
menu "Miscellaneous Utilities"
+INSERT
+
config ADJTIMEX
bool "adjtimex"
default y
diff --git a/miscutils/Kbuild.src b/miscutils/Kbuild.src
index 3c8ce42..d9bf143 100644
--- a/miscutils/Kbuild.src
+++ b/miscutils/Kbuild.src
@@ -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
diff --git a/modutils/Kbuild.src b/modutils/Kbuild.src
index fc0808d..a512f60 100644
--- a/modutils/Kbuild.src
+++ b/modutils/Kbuild.src
@@ -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
diff --git a/networking/Config.src b/networking/Config.src
index eb8dc1c..51dcb77 100644
--- a/networking/Config.src
+++ b/networking/Config.src
@@ -5,6 +5,8 @@
menu "Networking Utilities"
+INSERT
+
config FEATURE_IPV6
bool "Enable IPv6 support"
default y
diff --git a/networking/Kbuild.src b/networking/Kbuild.src
index b0765bc..e1a4ebc 100644
--- a/networking/Kbuild.src
+++ b/networking/Kbuild.src
@@ -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
diff --git a/networking/libiproute/Kbuild.src b/networking/libiproute/Kbuild.src
index 5f9dd32..b0aa50a 100644
--- a/networking/libiproute/Kbuild.src
+++ b/networking/libiproute/Kbuild.src
@@ -7,6 +7,8 @@
lib-y:=
+INSERT
+
lib-$(CONFIG_SLATTACH) += \
utils.o
diff --git a/networking/udhcp/Config.src b/networking/udhcp/Config.src
index f5840a9..aac8856 100644
--- a/networking/udhcp/Config.src
+++ b/networking/udhcp/Config.src
@@ -3,6 +3,8 @@
# see scripts/kbuild/config-language.txt.
#
+INSERT
+
config UDHCPD
bool "udhcp server (udhcpd)"
default y
diff --git a/networking/udhcp/Kbuild.src b/networking/udhcp/Kbuild.src
index 1803903..f845bc1 100644
--- a/networking/udhcp/Kbuild.src
+++ b/networking/udhcp/Kbuild.src
@@ -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
diff --git a/printutils/Config.src b/printutils/Config.src
index 1947896..cc4ab8d 100644
--- a/printutils/Config.src
+++ b/printutils/Config.src
@@ -5,6 +5,8 @@
menu "Print Utilities"
+INSERT
+
config LPD
bool "lpd"
default y
diff --git a/procps/Config.src b/procps/Config.src
index 01f6b0c..e61de56 100644
--- a/procps/Config.src
+++ b/procps/Config.src
@@ -5,6 +5,8 @@
menu "Process Utilities"
+INSERT
+
config FREE
bool "free"
default y
diff --git a/procps/Kbuild.src b/procps/Kbuild.src
index 8e62fdf..c41f12b 100644
--- a/procps/Kbuild.src
+++ b/procps/Kbuild.src
@@ -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
diff --git a/runit/Config.src b/runit/Config.src
index 53b4451..9db9740 100644
--- a/runit/Config.src
+++ b/runit/Config.src
@@ -5,6 +5,8 @@
menu "Runit Utilities"
+INSERT
+
config RUNSV
bool "runsv"
default y
diff --git a/runit/Kbuild.src b/runit/Kbuild.src
index ab9eef6..4d85372 100644
--- a/runit/Kbuild.src
+++ b/runit/Kbuild.src
@@ -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
diff --git a/selinux/Config.src b/selinux/Config.src
index e46030a..64a9920 100644
--- a/selinux/Config.src
+++ b/selinux/Config.src
@@ -6,6 +6,8 @@
menu "SELinux Utilities"
depends on SELINUX
+INSERT
+
config CHCON
bool "chcon"
default n
diff --git a/selinux/Kbuild.src b/selinux/Kbuild.src
index d0c190c..6567e3c 100644
--- a/selinux/Kbuild.src
+++ b/selinux/Kbuild.src
@@ -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
diff --git a/shell/Config.src b/shell/Config.src
index 966fa70..8009119 100644
--- a/shell/Config.src
+++ b/shell/Config.src
@@ -5,6 +5,8 @@
menu "Shells"
+INSERT
+
config ASH
bool "ash"
default y
diff --git a/shell/Kbuild.src b/shell/Kbuild.src
index 8bdb68b..d76b353 100644
--- a/shell/Kbuild.src
+++ b/shell/Kbuild.src
@@ -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
diff --git a/sysklogd/Config.src b/sysklogd/Config.src
index af00d65..6d574ab 100644
--- a/sysklogd/Config.src
+++ b/sysklogd/Config.src
@@ -5,6 +5,8 @@
menu "System Logging Utilities"
+INSERT
+
config SYSLOGD
bool "syslogd"
default y
diff --git a/sysklogd/Kbuild.src b/sysklogd/Kbuild.src
index d802198..faaac11 100644
--- a/sysklogd/Kbuild.src
+++ b/sysklogd/Kbuild.src
@@ -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
diff --git a/util-linux/Config.src b/util-linux/Config.src
index 997cdec..e971259 100644
--- a/util-linux/Config.src
+++ b/util-linux/Config.src
@@ -5,6 +5,8 @@
menu "Linux System Utilities"
+INSERT
+
config ACPID
bool "acpid"
default y
diff --git a/util-linux/Kbuild.src b/util-linux/Kbuild.src
index 4fa3923..afc0db5 100644
--- a/util-linux/Kbuild.src
+++ b/util-linux/Kbuild.src
@@ -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
diff --git a/util-linux/volume_id/Kbuild.src b/util-linux/volume_id/Kbuild.src
index 3520f24..8af3ccd 100644
--- a/util-linux/volume_id/Kbuild.src
+++ b/util-linux/volume_id/Kbuild.src
@@ -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