diff --git a/meta-oniro-staging/recipes-connectivity/openthread/ot-br-posix/0001-web-service-ot-client-add-needed-header-for-fd_set-c.patch b/meta-oniro-staging/recipes-connectivity/openthread/ot-br-posix/0001-web-service-ot-client-add-needed-header-for-fd_set-c.patch
index 46679215b2068e26a5da3b4ebb9f205b9b82c06f..29f2af8492b1d6ab6e347c385b99d899c1e5afde 100644
--- a/meta-oniro-staging/recipes-connectivity/openthread/ot-br-posix/0001-web-service-ot-client-add-needed-header-for-fd_set-c.patch
+++ b/meta-oniro-staging/recipes-connectivity/openthread/ot-br-posix/0001-web-service-ot-client-add-needed-header-for-fd_set-c.patch
@@ -6,7 +6,7 @@ Subject: [PATCH] web-service/ot-client: add needed header for fd_set() call
 The select.h header file is needed for fd_set(). Depending on the
 compiler and settings this will result in an error when not included.
 
-Upstream-Status: Pending
+Upstream-Status: Submitted [https://github.com/openthread/ot-br-posix/pull/1326]
 
 Signed-off-by: Stefan Schmidt <stefan.schmidt@huawei.com>
 ---