From: Rob Landley Date: Fri, 5 May 2006 18:20:42 +0000 (-0000) Subject: Busybox's udhcp was deleted a while ago. Bolting an external project onto the X-Git-Tag: 1_2_0~431 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=3958e0a151acbbf21806654fe58af24dbfb372c8;p=oweals%2Fbusybox.git Busybox's udhcp was deleted a while ago. Bolting an external project onto the tree doesn't change that. --- diff --git a/Makefile b/Makefile index 9e9e95755..974048fb9 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 networking/udhcp procps loginutils shell \ + networking/libiproute 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 94e59ead1..651b78512 100644 --- a/networking/Config.in +++ b/networking/Config.in @@ -633,8 +633,6 @@ 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