From: Mike Frysinger Date: Mon, 8 May 2006 03:24:36 +0000 (-0000) Subject: re-enable udhcp in a few more places X-Git-Tag: 1_2_0~413 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1b4e1dae71130fe74a728c8c9185ec8e4ba614c8;p=oweals%2Fbusybox.git re-enable udhcp in a few more places --- diff --git a/Makefile b/Makefile index a16a98c64..f877cfbbc 100644 --- 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)) diff --git a/networking/Config.in b/networking/Config.in index 651b78512..e76002c0d 100644 --- a/networking/Config.in +++ b/networking/Config.in @@ -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 -