diff options
author | L. Pereira <l@tia.mat.br> | 2023-07-29 13:08:52 -0700 |
---|---|---|
committer | L. Pereira <l@tia.mat.br> | 2023-07-29 23:27:52 -0700 |
commit | a2ac044128305c426235de1b9d3f83ba27c36407 (patch) | |
tree | ba3dd2739c9307e36a731f0e60c2272d4e748fe2 /CMakeLists.txt | |
parent | 45fa969ad76a8909db5d4f41e5d3fa25e656b888 (diff) |
Show kernel module icons even without modules present on filesystem
This is common on Arch Linux systems when the kernel is updated (the
running kernel modules are removed from disk).
This table was created using modules from Linux 6.3.8, with the same
rules as the fallback mechanism uses (longest string prefix match), and
is updatable using the sync manager.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 0e7fa1ac..7071909c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -134,6 +134,7 @@ set(HARDINFO_RESOURCES "data/edid.ids" "data/ieee_oui.ids" "data/pci.ids.min" + "data/kernel-module-icons.json" ) set(HARDINFO_MANPAGES |