diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-06-22 20:14:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-22 20:14:21 +0200 |
commit | 308069860351a888b5603bf3808bdc89b5e0de1b (patch) | |
tree | efb59319a16f5d5c29c16a4abe63fd7acd06fdaf /debian | |
parent | faec9b37e180a9474a8ad8c75dd0044de3179167 (diff) | |
download | vyos-1x-308069860351a888b5603bf3808bdc89b5e0de1b.tar.gz vyos-1x-308069860351a888b5603bf3808bdc89b5e0de1b.zip |
Debian: add missing dependency on bridge-utils
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 b4ecb066c..46218df0e 100644 --- a/debian/control +++ b/debian/control @@ -34,6 +34,7 @@ Depends: beep, bmon, bsdmainutils, + bridge-utils, conntrack, conserver-client, conserver-server, |