From f5e399670f1ffbcc6670da12519343bf3086d285 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 8 Nov 2018 18:48:28 -0600 Subject: [PATCH] apps/examples/webserver/Kconfig: The webserver "app" allows for DHCP client to be enabled. However, the Kconfig infrastructure does not contain EXAMPLES_WEBSERVER_DHCPC config. Based on patch from "Anonymous" attached to Bitbucket Issue #130 --- examples/webserver/Kconfig | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/examples/webserver/Kconfig b/examples/webserver/Kconfig index 882c0fc3a..f7805e8c7 100644 --- a/examples/webserver/Kconfig +++ b/examples/webserver/Kconfig @@ -29,6 +29,12 @@ config EXAMPLES_WEBSERVER_NETMASK ---help--- This is the network mask to use on this device. +config EXAMPLES_WEBSERVER_DHCPC + bool "Enable DHCPC" + default n + ---help--- + Enable DHCP client. + config EXAMPLES_WEBSERVER_NOMAC bool "No hardware MAC" default y