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

This commit is contained in:
Tan Yan Quan
2025-02-10 15:58:36 +08:00
parent 517e489c75
commit 7a84aa6623
8 changed files with 72 additions and 13 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
*