mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-13 16:35:30 +00:00
configs/ez80f910200zco/dhcpd converted to use the kconfig-frontends tools
This commit is contained in:
parent
e73fc0b37d
commit
003c3ded18
1 changed files with 17 additions and 0 deletions
|
|
@ -10,5 +10,22 @@ config EXAMPLES_DHCPD
|
|||
Enable the DHCP server example
|
||||
|
||||
if EXAMPLES_DHCPD
|
||||
|
||||
config EXAMPLES_DHCPD_NOMAC
|
||||
bool "Use Canned MAC Address"
|
||||
default n
|
||||
|
||||
config EXAMPLES_DHCPD_IPADDR
|
||||
hex "Target IP address"
|
||||
default 0x0a000002
|
||||
|
||||
config EXAMPLES_DHCPD_DRIPADDR
|
||||
hex "Default Router IP address (Gateway)"
|
||||
default 0x0a000001
|
||||
|
||||
config EXAMPLES_DHCPD_NETMASK
|
||||
hex "Network Mask"
|
||||
default 0xffffff00
|
||||
|
||||
endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue