diff options
author | Denys Vlasenko | 2010-06-08 12:15:11 +0200 |
---|---|---|
committer | Denys Vlasenko | 2010-06-08 12:15:11 +0200 |
commit | d70e0e995e41dc422442acd1eb4b086ff81b1961 (patch) | |
tree | 654f5d83b1584f77d164355408510507a20e6ca7 /networking | |
parent | b68bba56499da8e5079c6dcc9004f1e0b39e8983 (diff) | |
download | busybox-d70e0e995e41dc422442acd1eb4b086ff81b1961.zip busybox-d70e0e995e41dc422442acd1eb4b086ff81b1961.tar.gz |
*: 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 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 |