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
This commit is contained in:
parent
f954b15cac
commit
f5e399670f
@ -29,6 +29,12 @@ config EXAMPLES_WEBSERVER_NETMASK
|
|||||||
---help---
|
---help---
|
||||||
This is the network mask to use on this device.
|
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
|
config EXAMPLES_WEBSERVER_NOMAC
|
||||||
bool "No hardware MAC"
|
bool "No hardware MAC"
|
||||||
default y
|
default y
|
||||||
|
Loading…
x
Reference in New Issue
Block a user