diff options
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 | ||
6 | menu "Archival Utilities" | 6 | menu "Archival Utilities" |
7 | 7 | ||
8 | INSERT | ||
9 | |||
8 | config FEATURE_SEAMLESS_XZ | 10 | config 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 @@ | |||
7 | libs-y += libunarchive/ | 7 | libs-y += libunarchive/ |
8 | 8 | ||
9 | lib-y:= | 9 | lib-y:= |
10 | |||
11 | INSERT | ||
12 | |||
10 | lib-$(CONFIG_AR) += ar.o | 13 | lib-$(CONFIG_AR) += ar.o |
11 | lib-$(CONFIG_CPIO) += cpio.o | 14 | lib-$(CONFIG_CPIO) += cpio.o |
12 | lib-$(CONFIG_DPKG) += dpkg.o | 15 | lib-$(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 | ||
36 | INSERT | ||
37 | |||
36 | lib-$(CONFIG_AR) += get_header_ar.o unpack_ar_archive.o | 38 | lib-$(CONFIG_AR) += get_header_ar.o unpack_ar_archive.o |
37 | lib-$(CONFIG_BUNZIP2) += decompress_bunzip2.o | 39 | lib-$(CONFIG_BUNZIP2) += decompress_bunzip2.o |
38 | lib-$(CONFIG_UNLZMA) += decompress_unlzma.o | 40 | lib-$(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 | ||
6 | menu "Console Utilities" | 6 | menu "Console Utilities" |
7 | 7 | ||
8 | INSERT | ||
9 | |||
8 | config CHVT | 10 | config 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 | ||
7 | lib-y:= | 7 | lib-y:= |
8 | |||
9 | INSERT | ||
8 | lib-$(CONFIG_CHVT) += chvt.o | 10 | lib-$(CONFIG_CHVT) += chvt.o |
9 | lib-$(CONFIG_FGCONSOLE) += fgconsole.o | 11 | lib-$(CONFIG_FGCONSOLE) += fgconsole.o |
10 | lib-$(CONFIG_CLEAR) += clear.o | 12 | lib-$(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 @@ | |||
7 | libs-y += libcoreutils/ | 7 | libs-y += libcoreutils/ |
8 | 8 | ||
9 | lib-y:= | 9 | lib-y:= |
10 | |||
10 | INSERT | 11 | INSERT |
11 | lib-$(CONFIG_CAL) += cal.o | 12 | lib-$(CONFIG_CAL) += cal.o |
12 | lib-$(CONFIG_CATV) += catv.o | 13 | lib-$(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 | ||
7 | lib-y:= | 7 | lib-y:= |
8 | |||
9 | INSERT | ||
8 | lib-$(CONFIG_MKFIFO) += getopt_mk_fifo_nod.o | 10 | lib-$(CONFIG_MKFIFO) += getopt_mk_fifo_nod.o |
9 | lib-$(CONFIG_MKNOD) += getopt_mk_fifo_nod.o | 11 | lib-$(CONFIG_MKNOD) += getopt_mk_fifo_nod.o |
10 | lib-$(CONFIG_INSTALL) += cp_mv_stat.o | 12 | lib-$(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 | ||
6 | menu "Debian Utilities" | 6 | menu "Debian Utilities" |
7 | 7 | ||
8 | INSERT | ||
9 | |||
8 | config MKTEMP | 10 | config 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 | ||
7 | lib-y:= | 7 | lib-y:= |
8 | |||
9 | INSERT | ||
8 | lib-$(CONFIG_MKTEMP) += mktemp.o | 10 | lib-$(CONFIG_MKTEMP) += mktemp.o |
9 | lib-$(CONFIG_PIPE_PROGRESS) += pipe_progress.o | 11 | lib-$(CONFIG_PIPE_PROGRESS) += pipe_progress.o |
10 | lib-$(CONFIG_RUN_PARTS) += run_parts.o | 12 | lib-$(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 | ||
6 | menu "Linux Ext2 FS Progs" | 6 | menu "Linux Ext2 FS Progs" |
7 | 7 | ||
8 | INSERT | ||
9 | |||
8 | config CHATTR | 10 | config 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 | ||
7 | lib-y:= | 7 | lib-y:= |
8 | 8 | ||
9 | INSERT | ||
10 | |||
9 | lib-$(CONFIG_CHATTR) += chattr.o e2fs_lib.o | 11 | lib-$(CONFIG_CHATTR) += chattr.o e2fs_lib.o |
10 | lib-$(CONFIG_LSATTR) += lsattr.o e2fs_lib.o | 12 | lib-$(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 | ||
6 | menu "Linux Ext2 FS Progs" | 6 | menu "Linux Ext2 FS Progs" |
7 | 7 | ||
8 | INSERT | ||
9 | |||
8 | config CHATTR | 10 | config 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 | ||
7 | lib-y:= | 7 | lib-y:= |
8 | 8 | ||
9 | INSERT | ||
10 | |||
9 | lib-$(CONFIG_CHATTR) += chattr.o | 11 | lib-$(CONFIG_CHATTR) += chattr.o |
10 | lib-$(CONFIG_E2FSCK) += e2fsck.o util.o | 12 | lib-$(CONFIG_E2FSCK) += e2fsck.o util.o |
11 | lib-$(CONFIG_FSCK) += fsck.o util.o | 13 | lib-$(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 | |||
10 | NEEDED-$(CONFIG_TUNE2FS) = y | 10 | NEEDED-$(CONFIG_TUNE2FS) = y |
11 | 11 | ||
12 | lib-y:= | 12 | lib-y:= |
13 | |||
14 | INSERT | ||
15 | |||
13 | lib-$(NEEDED-y) += cache.o dev.o devname.o devno.o blkid_getsize.o \ | 16 | lib-$(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 | |||
10 | NEEDED-$(CONFIG_TUNE2FS) = y | 10 | NEEDED-$(CONFIG_TUNE2FS) = y |
11 | 11 | ||
12 | lib-y:= | 12 | lib-y:= |
13 | |||
14 | INSERT | ||
15 | |||
13 | lib-$(NEEDED-y) += fgetsetflags.o fgetsetversion.o pf.o iod.o mntopts.o \ | 16 | lib-$(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 | |||
10 | NEEDED-$(CONFIG_TUNE2FS) = y | 10 | NEEDED-$(CONFIG_TUNE2FS) = y |
11 | 11 | ||
12 | lib-y:= | 12 | lib-y:= |
13 | |||
14 | INSERT | ||
15 | |||
13 | lib-$(NEEDED-y) += gen_bitmap.o bitops.o ismounted.o mkjournal.o unix_io.o \ | 16 | lib-$(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 | |||
10 | NEEDED-$(CONFIG_TUNE2FS) = y | 10 | NEEDED-$(CONFIG_TUNE2FS) = y |
11 | 11 | ||
12 | lib-y:= | 12 | lib-y:= |
13 | |||
14 | INSERT | ||
13 | lib-$(NEEDED-y) += compare.o gen_uuid.o pack.o parse.o unpack.o unparse.o \ | 15 | lib-$(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 | ||
6 | menu "Editors" | 6 | menu "Editors" |
7 | 7 | ||
8 | INSERT | ||
9 | |||
8 | config AWK | 10 | config 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 | ||
7 | lib-y:= | 7 | lib-y:= |
8 | |||
9 | INSERT | ||
8 | lib-$(CONFIG_AWK) += awk.o | 10 | lib-$(CONFIG_AWK) += awk.o |
9 | lib-$(CONFIG_CMP) += cmp.o | 11 | lib-$(CONFIG_CMP) += cmp.o |
10 | lib-$(CONFIG_DIFF) += diff.o | 12 | lib-$(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 | ||
6 | menu "Init Utilities" | 6 | menu "Init Utilities" |
7 | 7 | ||
8 | INSERT | ||
9 | |||
8 | config INIT | 10 | config 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 | ||
7 | lib-y:= | 7 | lib-y:= |
8 | |||
9 | INSERT | ||
8 | lib-$(CONFIG_HALT) += halt.o | 10 | lib-$(CONFIG_HALT) += halt.o |
9 | lib-$(CONFIG_INIT) += init.o | 11 | lib-$(CONFIG_INIT) += init.o |
10 | lib-$(CONFIG_MESG) += mesg.o | 12 | lib-$(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 | ||
6 | menu "Busybox Library Tuning" | 6 | menu "Busybox Library Tuning" |
7 | 7 | ||
8 | INSERT | ||
9 | |||
8 | config PASSWORD_MINLEN | 10 | config 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 | ||
7 | lib-y:= | 7 | lib-y:= |
8 | 8 | ||
9 | INSERT | ||
10 | |||
9 | lib-y += appletlib.o | 11 | lib-y += appletlib.o |
10 | lib-y += ask_confirmation.o | 12 | lib-y += ask_confirmation.o |
11 | lib-y += bb_askpass.o | 13 | lib-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 | ||
6 | menu "Login/Password Management Utilities" | 6 | menu "Login/Password Management Utilities" |
7 | 7 | ||
8 | INSERT | ||
9 | |||
8 | config FEATURE_SHADOWPASSWDS | 10 | config 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 | ||
7 | lib-y:= | 7 | lib-y:= |
8 | |||
9 | INSERT | ||
8 | lib-$(CONFIG_ADDGROUP) += addgroup.o | 10 | lib-$(CONFIG_ADDGROUP) += addgroup.o |
9 | lib-$(CONFIG_ADDUSER) += adduser.o | 11 | lib-$(CONFIG_ADDUSER) += adduser.o |
10 | lib-$(CONFIG_CRYPTPW) += cryptpw.o | 12 | lib-$(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 @@ | |||
1 | menu "Mail Utilities" | 1 | menu "Mail Utilities" |
2 | 2 | ||
3 | INSERT | ||
4 | |||
3 | config MAKEMIME | 5 | config 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 | ||
7 | lib-y:= | 7 | lib-y:= |
8 | |||
9 | INSERT | ||
8 | lib-$(CONFIG_MAKEMIME) += mime.o mail.o | 10 | lib-$(CONFIG_MAKEMIME) += mime.o mail.o |
9 | lib-$(CONFIG_POPMAILDIR) += popmaildir.o mail.o | 11 | lib-$(CONFIG_POPMAILDIR) += popmaildir.o mail.o |
10 | lib-$(CONFIG_REFORMIME) += mime.o mail.o | 12 | lib-$(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 | ||
6 | menu "Miscellaneous Utilities" | 6 | menu "Miscellaneous Utilities" |
7 | 7 | ||
8 | INSERT | ||
9 | |||
8 | config ADJTIMEX | 10 | config 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 | ||
7 | lib-y:= | 7 | lib-y:= |
8 | |||
9 | INSERT | ||
8 | lib-$(CONFIG_ADJTIMEX) += adjtimex.o | 10 | lib-$(CONFIG_ADJTIMEX) += adjtimex.o |
9 | lib-$(CONFIG_BBCONFIG) += bbconfig.o | 11 | lib-$(CONFIG_BBCONFIG) += bbconfig.o |
10 | lib-$(CONFIG_BEEP) += beep.o | 12 | lib-$(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 | ||
7 | lib-y:= | 7 | lib-y:= |
8 | |||
8 | INSERT | 9 | INSERT |
9 | lib-$(CONFIG_MODPROBE_SMALL) += modprobe-small.o | 10 | lib-$(CONFIG_MODPROBE_SMALL) += modprobe-small.o |
10 | lib-$(CONFIG_DEPMOD) += depmod.o modutils.o | 11 | lib-$(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 | ||
6 | menu "Networking Utilities" | 6 | menu "Networking Utilities" |
7 | 7 | ||
8 | INSERT | ||
9 | |||
8 | config FEATURE_IPV6 | 10 | config 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 | ||
7 | lib-y:= | 7 | lib-y:= |
8 | |||
9 | INSERT | ||
8 | lib-$(CONFIG_ARP) += arp.o interface.o | 10 | lib-$(CONFIG_ARP) += arp.o interface.o |
9 | lib-$(CONFIG_ARPING) += arping.o | 11 | lib-$(CONFIG_ARPING) += arping.o |
10 | lib-$(CONFIG_BRCTL) += brctl.o | 12 | lib-$(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 | ||
8 | lib-y:= | 8 | lib-y:= |
9 | 9 | ||
10 | INSERT | ||
11 | |||
10 | lib-$(CONFIG_SLATTACH) += \ | 12 | lib-$(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 | ||
6 | INSERT | ||
7 | |||
6 | config UDHCPD | 8 | config 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 | ||
8 | lib-y:= | 8 | lib-y:= |
9 | 9 | ||
10 | INSERT | ||
11 | |||
10 | lib-$(CONFIG_UDHCPC) += common.o packet.o signalpipe.o socket.o | 12 | lib-$(CONFIG_UDHCPC) += common.o packet.o signalpipe.o socket.o |
11 | lib-$(CONFIG_UDHCPD) += common.o packet.o signalpipe.o socket.o | 13 | lib-$(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 | ||
6 | menu "Print Utilities" | 6 | menu "Print Utilities" |
7 | 7 | ||
8 | INSERT | ||
9 | |||
8 | config LPD | 10 | config 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 | ||
6 | menu "Process Utilities" | 6 | menu "Process Utilities" |
7 | 7 | ||
8 | INSERT | ||
9 | |||
8 | config FREE | 10 | config 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 | ||
7 | lib-y:= | 7 | lib-y:= |
8 | |||
9 | INSERT | ||
8 | lib-$(CONFIG_FREE) += free.o | 10 | lib-$(CONFIG_FREE) += free.o |
9 | lib-$(CONFIG_FUSER) += fuser.o | 11 | lib-$(CONFIG_FUSER) += fuser.o |
10 | lib-$(CONFIG_KILL) += kill.o | 12 | lib-$(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 | ||
6 | menu "Runit Utilities" | 6 | menu "Runit Utilities" |
7 | 7 | ||
8 | INSERT | ||
9 | |||
8 | config RUNSV | 10 | config 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 | ||
7 | lib-y:= | 7 | lib-y:= |
8 | |||
9 | INSERT | ||
10 | |||
8 | lib-$(CONFIG_RUNSV) += runsv.o runit_lib.o | 11 | lib-$(CONFIG_RUNSV) += runsv.o runit_lib.o |
9 | lib-$(CONFIG_RUNSVDIR) += runsvdir.o runit_lib.o | 12 | lib-$(CONFIG_RUNSVDIR) += runsvdir.o runit_lib.o |
10 | lib-$(CONFIG_SV) += sv.o runit_lib.o | 13 | lib-$(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 @@ | |||
6 | menu "SELinux Utilities" | 6 | menu "SELinux Utilities" |
7 | depends on SELINUX | 7 | depends on SELINUX |
8 | 8 | ||
9 | INSERT | ||
10 | |||
9 | config CHCON | 11 | config 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 | ||
8 | lib-y:= | 8 | lib-y:= |
9 | |||
10 | INSERT | ||
9 | lib-$(CONFIG_CHCON) += chcon.o | 11 | lib-$(CONFIG_CHCON) += chcon.o |
10 | lib-$(CONFIG_GETENFORCE) += getenforce.o | 12 | lib-$(CONFIG_GETENFORCE) += getenforce.o |
11 | lib-$(CONFIG_GETSEBOOL) += getsebool.o | 13 | lib-$(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 | ||
6 | menu "Shells" | 6 | menu "Shells" |
7 | 7 | ||
8 | INSERT | ||
9 | |||
8 | config ASH | 10 | config 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 | ||
7 | lib-y:= | 7 | lib-y:= |
8 | |||
9 | INSERT | ||
10 | |||
8 | lib-$(CONFIG_ASH) += ash.o ash_ptr_hack.o shell_common.o | 11 | lib-$(CONFIG_ASH) += ash.o ash_ptr_hack.o shell_common.o |
9 | lib-$(CONFIG_HUSH) += hush.o match.o shell_common.o | 12 | lib-$(CONFIG_HUSH) += hush.o match.o shell_common.o |
10 | lib-$(CONFIG_CTTYHACK) += cttyhack.o | 13 | lib-$(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 | ||
6 | menu "System Logging Utilities" | 6 | menu "System Logging Utilities" |
7 | 7 | ||
8 | INSERT | ||
9 | |||
8 | config SYSLOGD | 10 | config 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 | ||
7 | lib-y:= | 7 | lib-y:= |
8 | |||
9 | INSERT | ||
8 | lib-$(CONFIG_KLOGD) += klogd.o | 10 | lib-$(CONFIG_KLOGD) += klogd.o |
9 | lib-$(CONFIG_LOGGER) += syslogd_and_logger.o | 11 | lib-$(CONFIG_LOGGER) += syslogd_and_logger.o |
10 | lib-$(CONFIG_LOGREAD) += logread.o | 12 | lib-$(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 | ||
6 | menu "Linux System Utilities" | 6 | menu "Linux System Utilities" |
7 | 7 | ||
8 | INSERT | ||
9 | |||
8 | config ACPID | 10 | config 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 | ||
7 | lib-y:= | 7 | lib-y:= |
8 | |||
9 | INSERT | ||
8 | lib-$(CONFIG_ACPID) += acpid.o | 10 | lib-$(CONFIG_ACPID) += acpid.o |
9 | lib-$(CONFIG_BLKID) += blkid.o | 11 | lib-$(CONFIG_BLKID) += blkid.o |
10 | lib-$(CONFIG_DMESG) += dmesg.o | 12 | lib-$(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 | ||
7 | lib-y:= | 7 | lib-y:= |
8 | 8 | ||
9 | INSERT | ||
10 | |||
9 | lib-$(CONFIG_BLKID) += get_devname.o | 11 | lib-$(CONFIG_BLKID) += get_devname.o |
10 | lib-$(CONFIG_FINDFS) += get_devname.o | 12 | lib-$(CONFIG_FINDFS) += get_devname.o |
11 | lib-$(CONFIG_FEATURE_MOUNT_LABEL) += get_devname.o | 13 | lib-$(CONFIG_FEATURE_MOUNT_LABEL) += get_devname.o |