aboutsummaryrefslogtreecommitdiff
path: root/modules/computer/modules.c
diff options
context:
space:
mode:
authorhwspeedy <ns@bigbear.dk>2024-02-28 07:30:34 +0100
committerhwspeedy <ns@bigbear.dk>2024-02-28 07:30:34 +0100
commitd7b80385dea105d99b0e3666bce87c68b5511b54 (patch)
tree6f0533a6ccaca507853dc5cd302f0e034985efac /modules/computer/modules.c
parent968f3caf1b2b5a77229943ff76eb7f18778e277d (diff)
ADD Sync blobversion check - only update if new on server
Diffstat (limited to 'modules/computer/modules.c')
-rw-r--r--modules/computer/modules.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/computer/modules.c b/modules/computer/modules.c
index ae47947c..4c0c54ea 100644
--- a/modules/computer/modules.c
+++ b/modules/computer/modules.c
@@ -167,6 +167,7 @@ void kernel_module_icon_init(void)
static SyncEntry sync_entry = {
.name = N_("Update kernel module icon table"),
.file_name = "kernel-module-icons.json",
+ .optional = TRUE,
};
sync_manager_add_entry(&sync_entry);