mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
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
1 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue