svn commit: trunk/busybox: networking

landley at busybox.net landley at busybox.net
Fri May 5 18:20:45 UTC 2006


Author: landley
Date: 2006-05-05 11:20:42 -0700 (Fri, 05 May 2006)
New Revision: 15010

Log:
Busybox's udhcp was deleted a while ago.  Bolting an external project onto the
tree doesn't change that.


Modified:
   trunk/busybox/Makefile
   trunk/busybox/networking/Config.in


Changeset:
Modified: trunk/busybox/Makefile
===================================================================
--- trunk/busybox/Makefile	2006-05-05 17:29:09 UTC (rev 15009)
+++ trunk/busybox/Makefile	2006-05-05 18:20:42 UTC (rev 15010)
@@ -27,7 +27,7 @@
 
 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))

Modified: trunk/busybox/networking/Config.in
===================================================================
--- trunk/busybox/networking/Config.in	2006-05-05 17:29:09 UTC (rev 15009)
+++ trunk/busybox/networking/Config.in	2006-05-05 18:20:42 UTC (rev 15010)
@@ -633,8 +633,6 @@
 	help
 	  Add feature to allow for ICMP ECHO instead of UDP datagrams.
 
-source networking/udhcp/Config.in
-
 config CONFIG_VCONFIG
 	bool "vconfig"
 	default n




More information about the busybox-cvs mailing list