From 61fb48930f45aa536584b2047f9e703186e8f69f Mon Sep 17 00:00:00 2001 From: Russ Dill Date: Mon, 14 Oct 2002 21:41:28 +0000 Subject: added full udhcp integration --- networking/config.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'networking/config.in') diff --git a/networking/config.in b/networking/config.in index 4438a8c6c..bc14940d5 100644 --- a/networking/config.in +++ b/networking/config.in @@ -47,12 +47,13 @@ if [ "$CONFIG_TRACEROUTE" = "y" ]; then bool ' Enable verbose output' CONFIG_FEATURE_TRACEROUTE_VERBOSE bool ' Enable SO_DEBUG option' CONFIG_FEATURE_TRACEROUTE_SO_DEBUG fi -bool 'udhcpc' CONFIG_UDHCPC bool 'wget' CONFIG_WGET if [ "$CONFIG_WGET" = "y" ]; then bool ' Enable a nifty process meter (+2k)' CONFIG_FEATURE_WGET_STATUSBAR bool ' Enable HTTP authentication' CONFIG_FEATURE_WGET_AUTHENTICATION fi +source networking/udhcp/config.in + endmenu -- cgit v1.2.3