diff options
| author | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-07-26 09:18:51 +0200 |
|---|---|---|
| committer | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-07-26 09:18:51 +0200 |
| commit | 14769b940725a9e323d237179e812ccfdae08382 (patch) | |
| tree | 67892a70fc54e30373442acaae6a4058ce3a983e /Boot | |
| parent | 31f1293d3192e0910906858aded1aca88c6ef4c5 (diff) | |
[IMP] DDK compiles as a DLL now.
[IMP] DDK versioning symbols.
[UPD] manifest.json of NetBoot has been updated.
[UPD] update OS-Design.drawio to replace launcher to UI and CF and CG at
the same level, SCI is the lowest level of abstraction as it should be.
Signed-off-by: Amlal EL Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Boot')
| -rw-r--r-- | Boot/Modules/NetBoot/manifest.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Boot/Modules/NetBoot/manifest.json b/Boot/Modules/NetBoot/manifest.json index 5f94c677..708c451e 100644 --- a/Boot/Modules/NetBoot/manifest.json +++ b/Boot/Modules/NetBoot/manifest.json @@ -1,4 +1,4 @@ { - "pluginName": "iBoot", - "description": "OTA updates." + "pluginName": "NetBoot", + "description": "Over the Air update module." } |
