mirror of
https://github.com/apache/nuttx.git
synced 2026-05-14 02:58:01 +08:00
ce0599f46c
When CONFIG_NETDB_RESOLVCONF is enabled, CONFIG_NETDB_DNSSERVER_NAMESERVERS will undefined, could cause net/icmpv6/icmpv6_input.c build error. just add one nameserver to avoid overwrite ipv4 nameserver. Signed-off-by: zhanghongyu <zhanghongyu@xiaomi.com>