From 05f5e64ce32648e4104a85a52bcf983e3d125a3f Mon Sep 17 00:00:00 2001 From: potatoyangyl <13547259+potatoyangyl@user.noreply.gitee.com> Date: Thu, 4 Jan 2024 12:05:35 +0000 Subject: [PATCH 1/2] update bundle.json. Signed-off-by: potatoyangyl <13547259+potatoyangyl@user.noreply.gitee.com> --- bundle.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index 126c4e679..7ff406ae8 100644 --- a/bundle.json +++ b/bundle.json @@ -22,7 +22,9 @@ "rom": "", "ram": "", "deps": { - "components": [], + "components": [ + "netstack" + ], "third_party": [ "nghttp2", "openssl", -- Gitee From 8ad91925fd4b9a4af6f42ca2e0fd2b7c47bc7934 Mon Sep 17 00:00:00 2001 From: Aurora Date: Tue, 9 Jan 2024 01:56:55 +0000 Subject: [PATCH 2/2] update bundle.json. Signed-off-by: Aurora --- bundle.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/bundle.json b/bundle.json index 7ff406ae8..d67399c8b 100644 --- a/bundle.json +++ b/bundle.json @@ -22,14 +22,11 @@ "rom": "", "ram": "", "deps": { - "components": [ - "netstack" - ], + "components": [], "third_party": [ "nghttp2", "openssl", - "zlib", - "cares" + "zlib" ] }, "build": { -- Gitee