diff options
author | Mathew McBride <matt@traverse.com.au> | 2023-12-12 04:48:37 +0000 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2023-12-14 06:47:37 +0100 |
commit | 9270c3970276c8914aa5318ec636cc90ee79ecc6 (patch) | |
tree | f00d50dcf127bd1185c589db5090cb1cee17f23b | |
parent | 2ab8b3259481a4d3fb988e87d83c5c14b51e2fbb (diff) | |
download | vyos-1x-9270c3970276c8914aa5318ec636cc90ee79ecc6.tar.gz vyos-1x-9270c3970276c8914aa5318ec636cc90ee79ecc6.zip |
T5826: ensure dmidecode is installed as a dependency of vyos-1x
dmicode is used in the "show hardware dmi" and to derive
synthetic MAC addresses (see python/vyos/ifconfig/interface.py).
On non-x86 platforms like arm64 it may not be pulled in explictly
by other packages (like libparted2) so add it as an explicit dependency.
(cherry picked from commit 46c929a99b7d507451d8385b315ae7ef9e7cbed5)
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 362f11009..3f1ba1a63 100644 --- a/debian/control +++ b/debian/control @@ -49,6 +49,7 @@ Depends: curl, dbus, ddclient (>= 3.11.1), + dmidecode, dropbear, easy-rsa, etherwake, |