re-enable udhcp in a few more places
authorMike Frysinger <vapier@gentoo.org>
Mon, 8 May 2006 03:24:36 +0000 (03:24 -0000)
committerMike Frysinger <vapier@gentoo.org>
Mon, 8 May 2006 03:24:36 +0000 (03:24 -0000)
Makefile
networking/Config.in

index a16a98c64e30e7b5defd64cd9ba89aaf2c1026da..f877cfbbc1f26b3da38ee853761814853c7bd55d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,7 @@ vpath %/Config.in $(srctree)
 
 DIRS:=applets archival archival/libunarchive coreutils console-tools \
        debianutils editors findutils init miscutils modutils networking \
-       networking/libiproute procps loginutils shell \
+       networking/libiproute networking/udhcp procps loginutils shell \
        sysklogd util-linux e2fsprogs libpwdgrp coreutils/libcoreutils libbb
 
 SRC_DIRS:=$(patsubst %,$(top_srcdir)/%,$(DIRS))
index 651b785121e640ef6f8f44ababa29a124466cd8e..e76002c0d4ca632f5d02fb508715235c8853d8c6 100644 (file)
@@ -633,6 +633,8 @@ config CONFIG_FEATURE_TRACEROUTE_USE_ICMP
        help
          Add feature to allow for ICMP ECHO instead of UDP datagrams.
 
+source networking/udhcp/Config.in
+
 config CONFIG_VCONFIG
        bool "vconfig"
        default n
@@ -679,4 +681,3 @@ config CONFIG_ZCIP
          in the busybox examples.
 
 endmenu
-