Adds zero configuration based on LLMNR. This should be working in Windows out of the box, zephyr can be accessed with http://zephyr/. Can be combined with netusb configuration (RNDIS is supported in Windows). Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
12 lines
204 B
Plaintext
12 lines
204 B
Plaintext
# Add hostname
|
|
CONFIG_NET_HOSTNAME_ENABLE=y
|
|
|
|
# IPv4 autoconfiguration
|
|
CONFIG_NET_IPV4_AUTO=y
|
|
|
|
# Remove static IP configuration
|
|
CONFIG_NET_CONFIG_SETTINGS=n
|
|
|
|
# Add LLMNR responder
|
|
CONFIG_LLMNR_RESPONDER=y
|