fix(openthread): update openthread upstream to support BR DNS resolution

This commit is contained in:
Tan Yan Quan
2025-04-02 11:02:00 +08:00
parent 401f9e7efc
commit 0f92073ed4
7 changed files with 71 additions and 12 deletions

View File

@@ -440,6 +440,16 @@
#define OPENTHREAD_CONFIG_DNSSD_SERVER_ENABLE 1
#endif
/**
* @def OPENTHREAD_CONFIG_DNS_UPSTREAM_QUERY_ENABLE
*
* Define to 1 to enable upstream forwarding support.
*
*/
#ifndef OPENTHREAD_CONFIG_DNS_UPSTREAM_QUERY_ENABLE
#define OPENTHREAD_CONFIG_DNS_UPSTREAM_QUERY_ENABLE 1
#endif
/**
* @def OPENTHREAD_CONFIG_BACKBONE_ROUTER_ENABLE
*