svn commit: trunk/busybox: networking
vapier at busybox.net
vapier at busybox.net
Mon May 8 03:24:41 UTC 2006
Author: vapier
Date: 2006-05-07 20:24:36 -0700 (Sun, 07 May 2006)
New Revision: 15032
Log:
re-enable udhcp in a few more places
Modified:
trunk/busybox/Makefile
trunk/busybox/networking/Config.in
Changeset:
Modified: trunk/busybox/Makefile
===================================================================
--- trunk/busybox/Makefile 2006-05-08 03:20:50 UTC (rev 15031)
+++ trunk/busybox/Makefile 2006-05-08 03:24:36 UTC (rev 15032)
@@ -27,7 +27,7 @@
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))
Modified: trunk/busybox/networking/Config.in
===================================================================
--- trunk/busybox/networking/Config.in 2006-05-08 03:20:50 UTC (rev 15031)
+++ trunk/busybox/networking/Config.in 2006-05-08 03:24:36 UTC (rev 15032)
@@ -633,6 +633,8 @@
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 @@
in the busybox examples.
endmenu
-
More information about the busybox-cvs
mailing list