diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-10-24 21:20:44 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-10-24 21:20:44 +0200 |
commit | 224941480bb5e41ee6b43e3bf0f357568f18d44f (patch) | |
tree | fde1f1ccb5060d6ea84dbd310e06d201a11cfb55 /debian | |
parent | 6a94fc44e95735b9f6bd4fc162c3775b902dc0eb (diff) | |
download | vyatta-cfg-224941480bb5e41ee6b43e3bf0f357568f18d44f.tar.gz vyatta-cfg-224941480bb5e41ee6b43e3bf0f357568f18d44f.zip |
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
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 0d821c5..f5b686d 100644 --- a/debian/control +++ b/debian/control @@ -19,6 +19,7 @@ Depends: sed (>= 4.1.5), libvyatta-cfg1 (>=${binary:Version}), unionfs-fuse, systemd, + uuid-runtime, libboost-filesystem1.67.0 | libboost-filesystem1.74.0, libapt-pkg4.12 | libapt-pkg5.0 | libapt-pkg6.0, ${perl:Depends}, ${shlibs:Depends} |