From 19eea9db8a83d4ef5ba7f471ba2e8cf74a81df1b Mon Sep 17 00:00:00 2001 From: wangjiadong Date: Tue, 5 Mar 2024 17:07:32 +0800 Subject: [PATCH] Signed-off-by: wangjiadong change updater to updater --- hispark_aries/config.json | 2 +- hispark_pegasus/config.json | 2 +- hispark_pegasus_mini_system/config.json | 2 +- hispark_phoenix/config.json | 2 +- hispark_taurus/config.json | 2 +- hispark_taurus_linux/config.json | 2 +- watchos/config.json | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/hispark_aries/config.json b/hispark_aries/config.json index 8a0e524e..679212c9 100644 --- a/hispark_aries/config.json +++ b/hispark_aries/config.json @@ -66,7 +66,7 @@ ] }, { - "subsystem": "updater", + "subsystem": "update", "components": [ { "component": "sys_installer_lite", "features":[] } ] diff --git a/hispark_pegasus/config.json b/hispark_pegasus/config.json index 3bd30a76..fad461c1 100755 --- a/hispark_pegasus/config.json +++ b/hispark_pegasus/config.json @@ -74,7 +74,7 @@ ] }, { - "subsystem": "updater", + "subsystem": "update", "components": [ { "component": "sys_installer_lite", "features":[] } ] diff --git a/hispark_pegasus_mini_system/config.json b/hispark_pegasus_mini_system/config.json index 922c3d7d..dbfa3eaa 100755 --- a/hispark_pegasus_mini_system/config.json +++ b/hispark_pegasus_mini_system/config.json @@ -63,7 +63,7 @@ ] }, { - "subsystem": "updater", + "subsystem": "update", "components": [ { "component": "sys_installer_lite" } ] diff --git a/hispark_phoenix/config.json b/hispark_phoenix/config.json index 785e5cab..59e126a2 100644 --- a/hispark_phoenix/config.json +++ b/hispark_phoenix/config.json @@ -609,7 +609,7 @@ ] }, { - "subsystem": "updater", + "subsystem": "update", "components": [ { "component": "updater", diff --git a/hispark_taurus/config.json b/hispark_taurus/config.json index 8a1038ad..9b9b8454 100644 --- a/hispark_taurus/config.json +++ b/hispark_taurus/config.json @@ -89,7 +89,7 @@ ] }, { - "subsystem": "updater", + "subsystem": "update", "components": [ { "component": "sys_installer_lite", "features":[] } ] diff --git a/hispark_taurus_linux/config.json b/hispark_taurus_linux/config.json index 80acab96..08238941 100644 --- a/hispark_taurus_linux/config.json +++ b/hispark_taurus_linux/config.json @@ -75,7 +75,7 @@ ] }, { - "subsystem": "updater", + "subsystem": "update", "components": [ { "component": "sys_installer_lite", "features": [] } ] diff --git a/watchos/config.json b/watchos/config.json index 1e161e6e..1de81e40 100644 --- a/watchos/config.json +++ b/watchos/config.json @@ -102,7 +102,7 @@ ] }, { - "subsystem": "updater", + "subsystem": "update", "components": [ { "component": "updater", "features": [] }, { "component": "update_service", "features": [] } -- Gitee