aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 de453bc21..3dbd3aea1 100644
--- a/archival/Config.src
+++ b/archival/Config.src
@@ -5,6 +5,8 @@
5 5
6menu "Archival Utilities" 6menu "Archival Utilities"
7 7
8INSERT
9
8config FEATURE_SEAMLESS_XZ 10config FEATURE_SEAMLESS_XZ
9 bool "Make tar, rpm, modprobe etc understand .xz data" 11 bool "Make tar, rpm, modprobe etc understand .xz data"
10 default y 12 default y
diff --git a/archival/Kbuild.src b/archival/Kbuild.src
index 3300ea90f..076e58278 100644
--- a/archival/Kbuild.src
+++ b/archival/Kbuild.src
@@ -7,6 +7,9 @@
7libs-y += libunarchive/ 7libs-y += libunarchive/
8 8
9lib-y:= 9lib-y:=
10
11INSERT
12
10lib-$(CONFIG_AR) += ar.o 13lib-$(CONFIG_AR) += ar.o
11lib-$(CONFIG_CPIO) += cpio.o 14lib-$(CONFIG_CPIO) += cpio.o
12lib-$(CONFIG_DPKG) += dpkg.o 15lib-$(CONFIG_DPKG) += dpkg.o
diff --git a/archival/libunarchive/Kbuild.src b/archival/libunarchive/Kbuild.src
index ed8e85793..81854558b 100644
--- a/archival/libunarchive/Kbuild.src
+++ b/archival/libunarchive/Kbuild.src
@@ -33,6 +33,8 @@ DPKG_FILES:= \
33 get_header_tar.o \ 33 get_header_tar.o \
34 filter_accept_list_reassign.o 34 filter_accept_list_reassign.o
35 35
36INSERT
37
36lib-$(CONFIG_AR) += get_header_ar.o unpack_ar_archive.o 38lib-$(CONFIG_AR) += get_header_ar.o unpack_ar_archive.o
37lib-$(CONFIG_BUNZIP2) += decompress_bunzip2.o 39lib-$(CONFIG_BUNZIP2) += decompress_bunzip2.o
38lib-$(CONFIG_UNLZMA) += decompress_unlzma.o 40lib-$(CONFIG_UNLZMA) += decompress_unlzma.o
diff --git a/console-tools/Config.src b/console-tools/Config.src
index 1a8e2e128..6e3191ada 100644
--- a/console-tools/Config.src
+++ b/console-tools/Config.src
@@ -5,6 +5,8 @@
5 5
6menu "Console Utilities" 6menu "Console Utilities"
7 7
8INSERT
9
8config CHVT 10config CHVT
9 bool "chvt" 11 bool "chvt"
10 default y 12 default y
diff --git a/console-tools/Kbuild.src b/console-tools/Kbuild.src
index ad8b8ce77..17f660638 100644
--- a/console-tools/Kbuild.src
+++ b/console-tools/Kbuild.src
@@ -5,6 +5,8 @@
5# Licensed under the GPL v2, see the file LICENSE in this tarball. 5# Licensed under the GPL v2, see the file LICENSE in this tarball.
6 6
7lib-y:= 7lib-y:=
8
9INSERT
8lib-$(CONFIG_CHVT) += chvt.o 10lib-$(CONFIG_CHVT) += chvt.o
9lib-$(CONFIG_FGCONSOLE) += fgconsole.o 11lib-$(CONFIG_FGCONSOLE) += fgconsole.o
10lib-$(CONFIG_CLEAR) += clear.o 12lib-$(CONFIG_CLEAR) += clear.o
diff --git a/coreutils/Kbuild.src b/coreutils/Kbuild.src
index 57ea7d6c4..1c846a75f 100644
--- a/coreutils/Kbuild.src
+++ b/coreutils/Kbuild.src
@@ -7,6 +7,7 @@
7libs-y += libcoreutils/ 7libs-y += libcoreutils/
8 8
9lib-y:= 9lib-y:=
10
10INSERT 11INSERT
11lib-$(CONFIG_CAL) += cal.o 12lib-$(CONFIG_CAL) += cal.o
12lib-$(CONFIG_CATV) += catv.o 13lib-$(CONFIG_CATV) += catv.o
diff --git a/coreutils/libcoreutils/Kbuild.src b/coreutils/libcoreutils/Kbuild.src
index 755d01f86..981b60628 100644
--- a/coreutils/libcoreutils/Kbuild.src
+++ b/coreutils/libcoreutils/Kbuild.src
@@ -5,6 +5,8 @@
5# Licensed under the GPL v2 or later, see the file LICENSE in this tarball. 5# Licensed under the GPL v2 or later, see the file LICENSE in this tarball.
6 6
7lib-y:= 7lib-y:=
8
9INSERT
8lib-$(CONFIG_MKFIFO) += getopt_mk_fifo_nod.o 10lib-$(CONFIG_MKFIFO) += getopt_mk_fifo_nod.o
9lib-$(CONFIG_MKNOD) += getopt_mk_fifo_nod.o 11lib-$(CONFIG_MKNOD) += getopt_mk_fifo_nod.o
10lib-$(CONFIG_INSTALL) += cp_mv_stat.o 12lib-$(CONFIG_INSTALL) += cp_mv_stat.o
diff --git a/debianutils/Config.src b/debianutils/Config.src
index 9bce0498c..838d8f00c 100644
--- a/debianutils/Config.src
+++ b/debianutils/Config.src
@@ -5,6 +5,8 @@
5 5
6menu "Debian Utilities" 6menu "Debian Utilities"
7 7
8INSERT
9
8config MKTEMP 10config MKTEMP
9 bool "mktemp" 11 bool "mktemp"
10 default y 12 default y
diff --git a/debianutils/Kbuild.src b/debianutils/Kbuild.src
index bcf6126ad..da34e4e4f 100644
--- a/debianutils/Kbuild.src
+++ b/debianutils/Kbuild.src
@@ -5,6 +5,8 @@
5# Licensed under the GPL v2, see the file LICENSE in this tarball. 5# Licensed under the GPL v2, see the file LICENSE in this tarball.
6 6
7lib-y:= 7lib-y:=
8
9INSERT
8lib-$(CONFIG_MKTEMP) += mktemp.o 10lib-$(CONFIG_MKTEMP) += mktemp.o
9lib-$(CONFIG_PIPE_PROGRESS) += pipe_progress.o 11lib-$(CONFIG_PIPE_PROGRESS) += pipe_progress.o
10lib-$(CONFIG_RUN_PARTS) += run_parts.o 12lib-$(CONFIG_RUN_PARTS) += run_parts.o
diff --git a/e2fsprogs/Config.src b/e2fsprogs/Config.src
index e331ee5ef..f362c6b0a 100644
--- a/e2fsprogs/Config.src
+++ b/e2fsprogs/Config.src
@@ -5,6 +5,8 @@
5 5
6menu "Linux Ext2 FS Progs" 6menu "Linux Ext2 FS Progs"
7 7
8INSERT
9
8config CHATTR 10config CHATTR
9 bool "chattr" 11 bool "chattr"
10 default y 12 default y
diff --git a/e2fsprogs/Kbuild.src b/e2fsprogs/Kbuild.src
index 0fdc9d215..31c271238 100644
--- a/e2fsprogs/Kbuild.src
+++ b/e2fsprogs/Kbuild.src
@@ -6,6 +6,8 @@
6 6
7lib-y:= 7lib-y:=
8 8
9INSERT
10
9lib-$(CONFIG_CHATTR) += chattr.o e2fs_lib.o 11lib-$(CONFIG_CHATTR) += chattr.o e2fs_lib.o
10lib-$(CONFIG_LSATTR) += lsattr.o e2fs_lib.o 12lib-$(CONFIG_LSATTR) += lsattr.o e2fs_lib.o
11 13
diff --git a/e2fsprogs/old_e2fsprogs/Config.src b/e2fsprogs/old_e2fsprogs/Config.src
index 5990f556c..bbec08e7e 100644
--- a/e2fsprogs/old_e2fsprogs/Config.src
+++ b/e2fsprogs/old_e2fsprogs/Config.src
@@ -5,6 +5,8 @@
5 5
6menu "Linux Ext2 FS Progs" 6menu "Linux Ext2 FS Progs"
7 7
8INSERT
9
8config CHATTR 10config CHATTR
9 bool "chattr" 11 bool "chattr"
10 default n 12 default n
diff --git a/e2fsprogs/old_e2fsprogs/Kbuild.src b/e2fsprogs/old_e2fsprogs/Kbuild.src
index b05bb92e1..07a09ca3d 100644
--- a/e2fsprogs/old_e2fsprogs/Kbuild.src
+++ b/e2fsprogs/old_e2fsprogs/Kbuild.src
@@ -6,6 +6,8 @@
6 6
7lib-y:= 7lib-y:=
8 8
9INSERT
10
9lib-$(CONFIG_CHATTR) += chattr.o 11lib-$(CONFIG_CHATTR) += chattr.o
10lib-$(CONFIG_E2FSCK) += e2fsck.o util.o 12lib-$(CONFIG_E2FSCK) += e2fsck.o util.o
11lib-$(CONFIG_FSCK) += fsck.o util.o 13lib-$(CONFIG_FSCK) += fsck.o util.o
diff --git a/e2fsprogs/old_e2fsprogs/blkid/Kbuild.src b/e2fsprogs/old_e2fsprogs/blkid/Kbuild.src
index ddcfdfd9a..bae77fe63 100644
--- a/e2fsprogs/old_e2fsprogs/blkid/Kbuild.src
+++ b/e2fsprogs/old_e2fsprogs/blkid/Kbuild.src
@@ -10,6 +10,9 @@ NEEDED-$(CONFIG_MKE2FS) = y
10NEEDED-$(CONFIG_TUNE2FS) = y 10NEEDED-$(CONFIG_TUNE2FS) = y
11 11
12lib-y:= 12lib-y:=
13
14INSERT
15
13lib-$(NEEDED-y) += cache.o dev.o devname.o devno.o blkid_getsize.o \ 16lib-$(NEEDED-y) += cache.o dev.o devname.o devno.o blkid_getsize.o \
14 probe.o read.o resolve.o save.o tag.o list.o 17 probe.o read.o resolve.o save.o tag.o list.o
15 18
diff --git a/e2fsprogs/old_e2fsprogs/e2p/Kbuild.src b/e2fsprogs/old_e2fsprogs/e2p/Kbuild.src
index c0ff824e3..194870788 100644
--- a/e2fsprogs/old_e2fsprogs/e2p/Kbuild.src
+++ b/e2fsprogs/old_e2fsprogs/e2p/Kbuild.src
@@ -10,6 +10,9 @@ NEEDED-$(CONFIG_MKE2FS) = y
10NEEDED-$(CONFIG_TUNE2FS) = y 10NEEDED-$(CONFIG_TUNE2FS) = y
11 11
12lib-y:= 12lib-y:=
13
14INSERT
15
13lib-$(NEEDED-y) += fgetsetflags.o fgetsetversion.o pf.o iod.o mntopts.o \ 16lib-$(NEEDED-y) += fgetsetflags.o fgetsetversion.o pf.o iod.o mntopts.o \
14 feature.o ls.o uuid.o pe.o ostype.o ps.o hashstr.o \ 17 feature.o ls.o uuid.o pe.o ostype.o ps.o hashstr.o \
15 parse_num.o 18 parse_num.o
diff --git a/e2fsprogs/old_e2fsprogs/ext2fs/Kbuild.src b/e2fsprogs/old_e2fsprogs/ext2fs/Kbuild.src
index 185887a44..8ca65ee90 100644
--- a/e2fsprogs/old_e2fsprogs/ext2fs/Kbuild.src
+++ b/e2fsprogs/old_e2fsprogs/ext2fs/Kbuild.src
@@ -10,6 +10,9 @@ NEEDED-$(CONFIG_MKE2FS) = y
10NEEDED-$(CONFIG_TUNE2FS) = y 10NEEDED-$(CONFIG_TUNE2FS) = y
11 11
12lib-y:= 12lib-y:=
13
14INSERT
15
13lib-$(NEEDED-y) += gen_bitmap.o bitops.o ismounted.o mkjournal.o unix_io.o \ 16lib-$(NEEDED-y) += gen_bitmap.o bitops.o ismounted.o mkjournal.o unix_io.o \
14 rw_bitmaps.o initialize.o bitmaps.o block.o \ 17 rw_bitmaps.o initialize.o bitmaps.o block.o \
15 ind_block.o inode.o freefs.o alloc_stats.o closefs.o \ 18 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 dde981840..9454faba7 100644
--- a/e2fsprogs/old_e2fsprogs/uuid/Kbuild.src
+++ b/e2fsprogs/old_e2fsprogs/uuid/Kbuild.src
@@ -10,5 +10,7 @@ NEEDED-$(CONFIG_MKE2FS) = y
10NEEDED-$(CONFIG_TUNE2FS) = y 10NEEDED-$(CONFIG_TUNE2FS) = y
11 11
12lib-y:= 12lib-y:=
13
14INSERT
13lib-$(NEEDED-y) += compare.o gen_uuid.o pack.o parse.o unpack.o unparse.o \ 15lib-$(NEEDED-y) += compare.o gen_uuid.o pack.o parse.o unpack.o unparse.o \
14 uuid_time.o 16 uuid_time.o
diff --git a/editors/Config.src b/editors/Config.src
index 6cf21919c..fc824ccd5 100644
--- a/editors/Config.src
+++ b/editors/Config.src
@@ -5,6 +5,8 @@
5 5
6menu "Editors" 6menu "Editors"
7 7
8INSERT
9
8config AWK 10config AWK
9 bool "awk" 11 bool "awk"
10 default y 12 default y
diff --git a/editors/Kbuild.src b/editors/Kbuild.src
index 76302aa76..9d4b9d053 100644
--- a/editors/Kbuild.src
+++ b/editors/Kbuild.src
@@ -5,6 +5,8 @@
5# Licensed under the GPL v2, see the file LICENSE in this tarball. 5# Licensed under the GPL v2, see the file LICENSE in this tarball.
6 6
7lib-y:= 7lib-y:=
8
9INSERT
8lib-$(CONFIG_AWK) += awk.o 10lib-$(CONFIG_AWK) += awk.o
9lib-$(CONFIG_CMP) += cmp.o 11lib-$(CONFIG_CMP) += cmp.o
10lib-$(CONFIG_DIFF) += diff.o 12lib-$(CONFIG_DIFF) += diff.o
diff --git a/init/Config.src b/init/Config.src
index e8121c96a..2e9208150 100644
--- a/init/Config.src
+++ b/init/Config.src
@@ -5,6 +5,8 @@
5 5
6menu "Init Utilities" 6menu "Init Utilities"
7 7
8INSERT
9
8config INIT 10config INIT
9 bool "init" 11 bool "init"
10 default y 12 default y
diff --git a/init/Kbuild.src b/init/Kbuild.src
index ce3f30256..6095a78bb 100644
--- a/init/Kbuild.src
+++ b/init/Kbuild.src
@@ -5,6 +5,8 @@
5# Licensed under the GPL v2, see the file LICENSE in this tarball. 5# Licensed under the GPL v2, see the file LICENSE in this tarball.
6 6
7lib-y:= 7lib-y:=
8
9INSERT
8lib-$(CONFIG_HALT) += halt.o 10lib-$(CONFIG_HALT) += halt.o
9lib-$(CONFIG_INIT) += init.o 11lib-$(CONFIG_INIT) += init.o
10lib-$(CONFIG_MESG) += mesg.o 12lib-$(CONFIG_MESG) += mesg.o
diff --git a/libbb/Config.src b/libbb/Config.src
index a0aeb3683..80b1e0d21 100644
--- a/libbb/Config.src
+++ b/libbb/Config.src
@@ -5,6 +5,8 @@
5 5
6menu "Busybox Library Tuning" 6menu "Busybox Library Tuning"
7 7
8INSERT
9
8config PASSWORD_MINLEN 10config PASSWORD_MINLEN
9 int "Minimum password length" 11 int "Minimum password length"
10 default 6 12 default 6
diff --git a/libbb/Kbuild.src b/libbb/Kbuild.src
index 68d04b3bd..29c136ccb 100644
--- a/libbb/Kbuild.src
+++ b/libbb/Kbuild.src
@@ -6,6 +6,8 @@
6 6
7lib-y:= 7lib-y:=
8 8
9INSERT
10
9lib-y += appletlib.o 11lib-y += appletlib.o
10lib-y += ask_confirmation.o 12lib-y += ask_confirmation.o
11lib-y += bb_askpass.o 13lib-y += bb_askpass.o
diff --git a/loginutils/Config.src b/loginutils/Config.src
index 982d5d669..5d497c4dc 100644
--- a/loginutils/Config.src
+++ b/loginutils/Config.src
@@ -5,6 +5,8 @@
5 5
6menu "Login/Password Management Utilities" 6menu "Login/Password Management Utilities"
7 7
8INSERT
9
8config FEATURE_SHADOWPASSWDS 10config FEATURE_SHADOWPASSWDS
9 bool "Support for shadow passwords" 11 bool "Support for shadow passwords"
10 default y 12 default y
diff --git a/loginutils/Kbuild.src b/loginutils/Kbuild.src
index 3d0d777e8..fd1ea06c1 100644
--- a/loginutils/Kbuild.src
+++ b/loginutils/Kbuild.src
@@ -5,6 +5,8 @@
5# Licensed under the GPL v2, see the file LICENSE in this tarball. 5# Licensed under the GPL v2, see the file LICENSE in this tarball.
6 6
7lib-y:= 7lib-y:=
8
9INSERT
8lib-$(CONFIG_ADDGROUP) += addgroup.o 10lib-$(CONFIG_ADDGROUP) += addgroup.o
9lib-$(CONFIG_ADDUSER) += adduser.o 11lib-$(CONFIG_ADDUSER) += adduser.o
10lib-$(CONFIG_CRYPTPW) += cryptpw.o 12lib-$(CONFIG_CRYPTPW) += cryptpw.o
diff --git a/mailutils/Config.src b/mailutils/Config.src
index baa04331a..2a9c5c074 100644
--- a/mailutils/Config.src
+++ b/mailutils/Config.src
@@ -1,5 +1,7 @@
1menu "Mail Utilities" 1menu "Mail Utilities"
2 2
3INSERT
4
3config MAKEMIME 5config MAKEMIME
4 bool "makemime" 6 bool "makemime"
5 default y 7 default y
diff --git a/mailutils/Kbuild.src b/mailutils/Kbuild.src
index 871e87981..b2fb73515 100644
--- a/mailutils/Kbuild.src
+++ b/mailutils/Kbuild.src
@@ -5,6 +5,8 @@
5# Licensed under the GPL v2, see the file LICENSE in this tarball. 5# Licensed under the GPL v2, see the file LICENSE in this tarball.
6 6
7lib-y:= 7lib-y:=
8
9INSERT
8lib-$(CONFIG_MAKEMIME) += mime.o mail.o 10lib-$(CONFIG_MAKEMIME) += mime.o mail.o
9lib-$(CONFIG_POPMAILDIR) += popmaildir.o mail.o 11lib-$(CONFIG_POPMAILDIR) += popmaildir.o mail.o
10lib-$(CONFIG_REFORMIME) += mime.o mail.o 12lib-$(CONFIG_REFORMIME) += mime.o mail.o
diff --git a/miscutils/Config.src b/miscutils/Config.src
index a822f2a19..be2b37666 100644
--- a/miscutils/Config.src
+++ b/miscutils/Config.src
@@ -5,6 +5,8 @@
5 5
6menu "Miscellaneous Utilities" 6menu "Miscellaneous Utilities"
7 7
8INSERT
9
8config ADJTIMEX 10config ADJTIMEX
9 bool "adjtimex" 11 bool "adjtimex"
10 default y 12 default y
diff --git a/miscutils/Kbuild.src b/miscutils/Kbuild.src
index 3c8ce42ba..d9bf14312 100644
--- a/miscutils/Kbuild.src
+++ b/miscutils/Kbuild.src
@@ -5,6 +5,8 @@
5# Licensed under the GPL v2, see the file LICENSE in this tarball. 5# Licensed under the GPL v2, see the file LICENSE in this tarball.
6 6
7lib-y:= 7lib-y:=
8
9INSERT
8lib-$(CONFIG_ADJTIMEX) += adjtimex.o 10lib-$(CONFIG_ADJTIMEX) += adjtimex.o
9lib-$(CONFIG_BBCONFIG) += bbconfig.o 11lib-$(CONFIG_BBCONFIG) += bbconfig.o
10lib-$(CONFIG_BEEP) += beep.o 12lib-$(CONFIG_BEEP) += beep.o
diff --git a/modutils/Kbuild.src b/modutils/Kbuild.src
index fc0808d7f..a512f6066 100644
--- a/modutils/Kbuild.src
+++ b/modutils/Kbuild.src
@@ -5,6 +5,7 @@
5# Licensed under the GPL v2, see the file LICENSE in this tarball. 5# Licensed under the GPL v2, see the file LICENSE in this tarball.
6 6
7lib-y:= 7lib-y:=
8
8INSERT 9INSERT
9lib-$(CONFIG_MODPROBE_SMALL) += modprobe-small.o 10lib-$(CONFIG_MODPROBE_SMALL) += modprobe-small.o
10lib-$(CONFIG_DEPMOD) += depmod.o modutils.o 11lib-$(CONFIG_DEPMOD) += depmod.o modutils.o
diff --git a/networking/Config.src b/networking/Config.src
index eb8dc1ce2..51dcb7717 100644
--- a/networking/Config.src
+++ b/networking/Config.src
@@ -5,6 +5,8 @@
5 5
6menu "Networking Utilities" 6menu "Networking Utilities"
7 7
8INSERT
9
8config FEATURE_IPV6 10config FEATURE_IPV6
9 bool "Enable IPv6 support" 11 bool "Enable IPv6 support"
10 default y 12 default y
diff --git a/networking/Kbuild.src b/networking/Kbuild.src
index b0765bcf6..e1a4ebcb3 100644
--- a/networking/Kbuild.src
+++ b/networking/Kbuild.src
@@ -5,6 +5,8 @@
5# Licensed under the GPL v2, see the file LICENSE in this tarball. 5# Licensed under the GPL v2, see the file LICENSE in this tarball.
6 6
7lib-y:= 7lib-y:=
8
9INSERT
8lib-$(CONFIG_ARP) += arp.o interface.o 10lib-$(CONFIG_ARP) += arp.o interface.o
9lib-$(CONFIG_ARPING) += arping.o 11lib-$(CONFIG_ARPING) += arping.o
10lib-$(CONFIG_BRCTL) += brctl.o 12lib-$(CONFIG_BRCTL) += brctl.o
diff --git a/networking/libiproute/Kbuild.src b/networking/libiproute/Kbuild.src
index 5f9dd32b6..b0aa50a97 100644
--- a/networking/libiproute/Kbuild.src
+++ b/networking/libiproute/Kbuild.src
@@ -7,6 +7,8 @@
7 7
8lib-y:= 8lib-y:=
9 9
10INSERT
11
10lib-$(CONFIG_SLATTACH) += \ 12lib-$(CONFIG_SLATTACH) += \
11 utils.o 13 utils.o
12 14
diff --git a/networking/udhcp/Config.src b/networking/udhcp/Config.src
index f5840a945..aac88569b 100644
--- a/networking/udhcp/Config.src
+++ b/networking/udhcp/Config.src
@@ -3,6 +3,8 @@
3# see scripts/kbuild/config-language.txt. 3# see scripts/kbuild/config-language.txt.
4# 4#
5 5
6INSERT
7
6config UDHCPD 8config UDHCPD
7 bool "udhcp server (udhcpd)" 9 bool "udhcp server (udhcpd)"
8 default y 10 default y
diff --git a/networking/udhcp/Kbuild.src b/networking/udhcp/Kbuild.src
index 1803903f0..f845bc1d9 100644
--- a/networking/udhcp/Kbuild.src
+++ b/networking/udhcp/Kbuild.src
@@ -7,6 +7,8 @@
7 7
8lib-y:= 8lib-y:=
9 9
10INSERT
11
10lib-$(CONFIG_UDHCPC) += common.o packet.o signalpipe.o socket.o 12lib-$(CONFIG_UDHCPC) += common.o packet.o signalpipe.o socket.o
11lib-$(CONFIG_UDHCPD) += common.o packet.o signalpipe.o socket.o 13lib-$(CONFIG_UDHCPD) += common.o packet.o signalpipe.o socket.o
12 14
diff --git a/printutils/Config.src b/printutils/Config.src
index 194789660..cc4ab8d28 100644
--- a/printutils/Config.src
+++ b/printutils/Config.src
@@ -5,6 +5,8 @@
5 5
6menu "Print Utilities" 6menu "Print Utilities"
7 7
8INSERT
9
8config LPD 10config LPD
9 bool "lpd" 11 bool "lpd"
10 default y 12 default y
diff --git a/procps/Config.src b/procps/Config.src
index 01f6b0cf9..e61de5614 100644
--- a/procps/Config.src
+++ b/procps/Config.src
@@ -5,6 +5,8 @@
5 5
6menu "Process Utilities" 6menu "Process Utilities"
7 7
8INSERT
9
8config FREE 10config FREE
9 bool "free" 11 bool "free"
10 default y 12 default y
diff --git a/procps/Kbuild.src b/procps/Kbuild.src
index 8e62fdfa6..c41f12b15 100644
--- a/procps/Kbuild.src
+++ b/procps/Kbuild.src
@@ -5,6 +5,8 @@
5# Licensed under the GPL v2, see the file LICENSE in this tarball. 5# Licensed under the GPL v2, see the file LICENSE in this tarball.
6 6
7lib-y:= 7lib-y:=
8
9INSERT
8lib-$(CONFIG_FREE) += free.o 10lib-$(CONFIG_FREE) += free.o
9lib-$(CONFIG_FUSER) += fuser.o 11lib-$(CONFIG_FUSER) += fuser.o
10lib-$(CONFIG_KILL) += kill.o 12lib-$(CONFIG_KILL) += kill.o
diff --git a/runit/Config.src b/runit/Config.src
index 53b445101..9db974002 100644
--- a/runit/Config.src
+++ b/runit/Config.src
@@ -5,6 +5,8 @@
5 5
6menu "Runit Utilities" 6menu "Runit Utilities"
7 7
8INSERT
9
8config RUNSV 10config RUNSV
9 bool "runsv" 11 bool "runsv"
10 default y 12 default y
diff --git a/runit/Kbuild.src b/runit/Kbuild.src
index ab9eef6ff..4d85372df 100644
--- a/runit/Kbuild.src
+++ b/runit/Kbuild.src
@@ -5,6 +5,9 @@
5# Licensed under the GPL v2, see the file LICENSE in this tarball. 5# Licensed under the GPL v2, see the file LICENSE in this tarball.
6 6
7lib-y:= 7lib-y:=
8
9INSERT
10
8lib-$(CONFIG_RUNSV) += runsv.o runit_lib.o 11lib-$(CONFIG_RUNSV) += runsv.o runit_lib.o
9lib-$(CONFIG_RUNSVDIR) += runsvdir.o runit_lib.o 12lib-$(CONFIG_RUNSVDIR) += runsvdir.o runit_lib.o
10lib-$(CONFIG_SV) += sv.o runit_lib.o 13lib-$(CONFIG_SV) += sv.o runit_lib.o
diff --git a/selinux/Config.src b/selinux/Config.src
index e46030adf..64a99203e 100644
--- a/selinux/Config.src
+++ b/selinux/Config.src
@@ -6,6 +6,8 @@
6menu "SELinux Utilities" 6menu "SELinux Utilities"
7 depends on SELINUX 7 depends on SELINUX
8 8
9INSERT
10
9config CHCON 11config CHCON
10 bool "chcon" 12 bool "chcon"
11 default n 13 default n
diff --git a/selinux/Kbuild.src b/selinux/Kbuild.src
index d0c190ceb..6567e3c07 100644
--- a/selinux/Kbuild.src
+++ b/selinux/Kbuild.src
@@ -6,6 +6,8 @@
6# Licensed under the GPL v2, see the file LICENSE in this tarball. 6# Licensed under the GPL v2, see the file LICENSE in this tarball.
7 7
8lib-y:= 8lib-y:=
9
10INSERT
9lib-$(CONFIG_CHCON) += chcon.o 11lib-$(CONFIG_CHCON) += chcon.o
10lib-$(CONFIG_GETENFORCE) += getenforce.o 12lib-$(CONFIG_GETENFORCE) += getenforce.o
11lib-$(CONFIG_GETSEBOOL) += getsebool.o 13lib-$(CONFIG_GETSEBOOL) += getsebool.o
diff --git a/shell/Config.src b/shell/Config.src
index 966fa7012..800911966 100644
--- a/shell/Config.src
+++ b/shell/Config.src
@@ -5,6 +5,8 @@
5 5
6menu "Shells" 6menu "Shells"
7 7
8INSERT
9
8config ASH 10config ASH
9 bool "ash" 11 bool "ash"
10 default y 12 default y
diff --git a/shell/Kbuild.src b/shell/Kbuild.src
index 8bdb68b11..d76b35386 100644
--- a/shell/Kbuild.src
+++ b/shell/Kbuild.src
@@ -5,6 +5,9 @@
5# Licensed under the GPL v2, see the file LICENSE in this tarball. 5# Licensed under the GPL v2, see the file LICENSE in this tarball.
6 6
7lib-y:= 7lib-y:=
8
9INSERT
10
8lib-$(CONFIG_ASH) += ash.o ash_ptr_hack.o shell_common.o 11lib-$(CONFIG_ASH) += ash.o ash_ptr_hack.o shell_common.o
9lib-$(CONFIG_HUSH) += hush.o match.o shell_common.o 12lib-$(CONFIG_HUSH) += hush.o match.o shell_common.o
10lib-$(CONFIG_CTTYHACK) += cttyhack.o 13lib-$(CONFIG_CTTYHACK) += cttyhack.o
diff --git a/sysklogd/Config.src b/sysklogd/Config.src
index af00d65bb..6d574abb1 100644
--- a/sysklogd/Config.src
+++ b/sysklogd/Config.src
@@ -5,6 +5,8 @@
5 5
6menu "System Logging Utilities" 6menu "System Logging Utilities"
7 7
8INSERT
9
8config SYSLOGD 10config SYSLOGD
9 bool "syslogd" 11 bool "syslogd"
10 default y 12 default y
diff --git a/sysklogd/Kbuild.src b/sysklogd/Kbuild.src
index d802198e6..faaac110c 100644
--- a/sysklogd/Kbuild.src
+++ b/sysklogd/Kbuild.src
@@ -5,6 +5,8 @@
5# Licensed under the GPL v2, see the file LICENSE in this tarball. 5# Licensed under the GPL v2, see the file LICENSE in this tarball.
6 6
7lib-y:= 7lib-y:=
8
9INSERT
8lib-$(CONFIG_KLOGD) += klogd.o 10lib-$(CONFIG_KLOGD) += klogd.o
9lib-$(CONFIG_LOGGER) += syslogd_and_logger.o 11lib-$(CONFIG_LOGGER) += syslogd_and_logger.o
10lib-$(CONFIG_LOGREAD) += logread.o 12lib-$(CONFIG_LOGREAD) += logread.o
diff --git a/util-linux/Config.src b/util-linux/Config.src
index 997cdec83..e97125917 100644
--- a/util-linux/Config.src
+++ b/util-linux/Config.src
@@ -5,6 +5,8 @@
5 5
6menu "Linux System Utilities" 6menu "Linux System Utilities"
7 7
8INSERT
9
8config ACPID 10config ACPID
9 bool "acpid" 11 bool "acpid"
10 default y 12 default y
diff --git a/util-linux/Kbuild.src b/util-linux/Kbuild.src
index 4fa392398..afc0db50e 100644
--- a/util-linux/Kbuild.src
+++ b/util-linux/Kbuild.src
@@ -5,6 +5,8 @@
5# Licensed under the GPL v2, see the file LICENSE in this tarball. 5# Licensed under the GPL v2, see the file LICENSE in this tarball.
6 6
7lib-y:= 7lib-y:=
8
9INSERT
8lib-$(CONFIG_ACPID) += acpid.o 10lib-$(CONFIG_ACPID) += acpid.o
9lib-$(CONFIG_BLKID) += blkid.o 11lib-$(CONFIG_BLKID) += blkid.o
10lib-$(CONFIG_DMESG) += dmesg.o 12lib-$(CONFIG_DMESG) += dmesg.o
diff --git a/util-linux/volume_id/Kbuild.src b/util-linux/volume_id/Kbuild.src
index 3520f2480..8af3ccd81 100644
--- a/util-linux/volume_id/Kbuild.src
+++ b/util-linux/volume_id/Kbuild.src
@@ -6,6 +6,8 @@
6 6
7lib-y:= 7lib-y:=
8 8
9INSERT
10
9lib-$(CONFIG_BLKID) += get_devname.o 11lib-$(CONFIG_BLKID) += get_devname.o
10lib-$(CONFIG_FINDFS) += get_devname.o 12lib-$(CONFIG_FINDFS) += get_devname.o
11lib-$(CONFIG_FEATURE_MOUNT_LABEL) += get_devname.o 13lib-$(CONFIG_FEATURE_MOUNT_LABEL) += get_devname.o