diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-06-08 12:15:11 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-06-08 12:15:11 +0200 |
commit | d70e0e995e41dc422442acd1eb4b086ff81b1961 (patch) | |
tree | 654f5d83b1584f77d164355408510507a20e6ca7 /networking | |
parent | b68bba56499da8e5079c6dcc9004f1e0b39e8983 (diff) | |
download | busybox-w32-d70e0e995e41dc422442acd1eb4b086ff81b1961.tar.gz busybox-w32-d70e0e995e41dc422442acd1eb4b086ff81b1961.tar.bz2 busybox-w32-d70e0e995e41dc422442acd1eb4b086ff81b1961.zip |
*: add INSERTs to *.src files where appropriate
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking')
-rw-r--r-- | networking/Config.src | 2 | ||||
-rw-r--r-- | networking/Kbuild.src | 2 | ||||
-rw-r--r-- | networking/libiproute/Kbuild.src | 2 | ||||
-rw-r--r-- | networking/udhcp/Config.src | 2 | ||||
-rw-r--r-- | networking/udhcp/Kbuild.src | 2 |
5 files changed, 10 insertions, 0 deletions
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 | ||