aboutsummaryrefslogtreecommitdiff
path: root/networking/config.in
diff options
context:
space:
mode:
Diffstat (limited to 'networking/config.in')
-rw-r--r--networking/config.in3
1 files changed, 2 insertions, 1 deletions
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