summaryrefslogtreecommitdiff
path: root/networking
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-05-08 03:24:36 +0000
committerMike Frysinger <vapier@gentoo.org>2006-05-08 03:24:36 +0000
commit1b4e1dae71130fe74a728c8c9185ec8e4ba614c8 (patch)
tree18d8f99c81804f20fd9dd74f3f11983c87a31ded /networking
parent7031f62d9b750568b5e98bdb8c59c3c1a72e073d (diff)
downloadbusybox-w32-1b4e1dae71130fe74a728c8c9185ec8e4ba614c8.tar.gz
busybox-w32-1b4e1dae71130fe74a728c8c9185ec8e4ba614c8.tar.bz2
busybox-w32-1b4e1dae71130fe74a728c8c9185ec8e4ba614c8.zip
re-enable udhcp in a few more places
Diffstat (limited to 'networking')
-rw-r--r--networking/Config.in3
1 files changed, 2 insertions, 1 deletions
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
633 help 633 help
634 Add feature to allow for ICMP ECHO instead of UDP datagrams. 634 Add feature to allow for ICMP ECHO instead of UDP datagrams.
635 635
636source networking/udhcp/Config.in
637
636config CONFIG_VCONFIG 638config CONFIG_VCONFIG
637 bool "vconfig" 639 bool "vconfig"
638 default n 640 default n
@@ -679,4 +681,3 @@ config CONFIG_ZCIP
679 in the busybox examples. 681 in the busybox examples.
680 682
681endmenu 683endmenu
682