aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-04-10 18:02:12 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2006-04-10 18:02:12 +0000
commitca7166fe9d723aeabf886520749dcfeb2221d8cc (patch)
treec0c19d743b2faf723b1db6515be1f6012466baa9
parent4a8d9effcadc2670b0add531ddec15fc82ec0ce0 (diff)
downloadbusybox-w32-ca7166fe9d723aeabf886520749dcfeb2221d8cc.tar.gz
busybox-w32-ca7166fe9d723aeabf886520749dcfeb2221d8cc.tar.bz2
busybox-w32-ca7166fe9d723aeabf886520749dcfeb2221d8cc.zip
- put udhcp back in (Rob, you removed this in r14787 by accident..).
-rw-r--r--networking/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/networking/Config.in b/networking/Config.in
index 36349e90f..03b8d7bde 100644
--- a/networking/Config.in
+++ b/networking/Config.in
@@ -653,6 +653,7 @@ config CONFIG_FEATURE_TRACEROUTE_USE_ICMP
653 help 653 help
654 Add feature to allow for ICMP ECHO instead of UDP datagrams. 654 Add feature to allow for ICMP ECHO instead of UDP datagrams.
655 655
656source networking/udhcp/Config.in
656 657
657config CONFIG_VCONFIG 658config CONFIG_VCONFIG
658 bool "vconfig" 659 bool "vconfig"