summaryrefslogtreecommitdiffstats
path: root/core/modules/hardware-stats/module.conf
diff options
context:
space:
mode:
authorSimon Rettberg2021-09-15 15:01:59 +0200
committerSimon Rettberg2021-09-15 15:01:59 +0200
commitfa520390a79114bf7c11c5bca093c60691553b84 (patch)
tree8774995a716d3408d7e59beeb71d5267e83abb7c /core/modules/hardware-stats/module.conf
parent[dhcpc-busybox] Fix udev activation of interface/dhcp service (diff)
downloadmltk-fa520390a79114bf7c11c5bca093c60691553b84.tar.gz
mltk-fa520390a79114bf7c11c5bca093c60691553b84.tar.xz
mltk-fa520390a79114bf7c11c5bca093c60691553b84.zip
[hardware-stats] Include new json-based hw reporting
Fetch scripts from cgit for now. A bit ugly but this needs to be re-organized first.
Diffstat (limited to 'core/modules/hardware-stats/module.conf')
-rw-r--r--core/modules/hardware-stats/module.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/modules/hardware-stats/module.conf b/core/modules/hardware-stats/module.conf
index a452e852..b37a97c7 100644
--- a/core/modules/hardware-stats/module.conf
+++ b/core/modules/hardware-stats/module.conf
@@ -8,3 +8,7 @@ REQUIRED_BINARIES="
blockdev
"
+REQUIRED_FILES="
+ /opt/openslx/system-check/collect_hw_info_json.py
+ /opt/openslx/system-check/dmiparser.py
+"