From 3c600cab7ca96a3aafdaa802266e04ef93e2a602 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sun, 24 Oct 2021 21:20:44 +0200 Subject: vyos-router: dhcpv6: T3885: add alternative UUID source Not all boards/devices ship the /sys/class/dmi/id/product_uuid file, thus a fallback is used (e.g. on PCEngines APU4 board) which feeds the device specific UUID from /sys/class/dmi/id/product_serial (cherry picked from commit 224941480bb5e41ee6b43e3bf0f357568f18d44f) --- debian/control | 1 + 1 file changed, 1 insertion(+) (limited to 'debian') diff --git a/debian/control b/debian/control index edbeee7..0836fe8 100644 --- a/debian/control +++ b/debian/control @@ -21,6 +21,7 @@ Depends: sed (>= 4.1.5), systemd, libboost-filesystem1.55.0 | libboost-filesystem1.62.0 | libboost-filesystem1.67.0, libapt-pkg4.12 | libapt-pkg5.0, + uuid-runtime, ${perl:Depends}, ${shlibs:Depends} Suggests: util-linux (>= 2.13-5), net-tools, -- cgit v1.2.3