From 9a55562ecadafbe5a87955b5e0bd4a395fc5d1f896588da295942b5ee5ff54e2 Mon Sep 17 00:00:00 2001 From: Max Lin Date: Tue, 9 Sep 2025 18:24:43 +0800 Subject: [PATCH] Add collectd to Leap 16 code-o-o#leap/features/241 --- .gitmodules | 8 ++++++++ collectd | 1 + libsigrok | 1 + 3 files changed, 10 insertions(+) create mode 160000 collectd create mode 160000 libsigrok diff --git a/.gitmodules b/.gitmodules index 6a7c325..88f3665 100644 --- a/.gitmodules +++ b/.gitmodules @@ -26062,3 +26062,11 @@ path = hplip url = ../../pool/hplip branch = leap-16.0 +[submodule "libsigrok"] + path = libsigrok + url = ../../pool/libsigrok + branch = leap-16.0 +[submodule "collectd"] + path = collectd + url = ../../pool/collectd + branch = leap-16.0 diff --git a/collectd b/collectd new file mode 160000 index 0000000..1b44e9b --- /dev/null +++ b/collectd @@ -0,0 +1 @@ +Subproject commit 1b44e9bf0dc58fe9c612e3aeef55ebce1ce0e437d50c0cf21cd0fbbf45dd9cc5 diff --git a/libsigrok b/libsigrok new file mode 160000 index 0000000..275d57e --- /dev/null +++ b/libsigrok @@ -0,0 +1 @@ +Subproject commit 275d57e7483b3f7ce392278b022bf5c9d8b0e903e475a667ea8968693051beb4 -- 2.51.1