[solved] Wireguard dependency

Begonnen von orinoco, 2021/02/09, 23:05:37

Vorheriges Thema - Nächstes Thema

orinoco

Hello,

it's annoying that wireguard depends on linux-image-rt-amd64.

$ LANG=C sudo apt -V install wireguard
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following additional packages will be installed:
   linux-image-5.10.0-3-rt-amd64 (5.10.13-1)
   linux-image-rt-amd64 (5.10.13-1)
   wireguard-tools (1.0.20200827-1)
Suggested packages:
   debian-kernel-handbook (1.0.19)
The following NEW packages will be installed:
   linux-image-5.10.0-3-rt-amd64 (5.10.13-1)
   linux-image-rt-amd64 (5.10.13-1)
   wireguard (1.0.20200827-1)
   wireguard-tools (1.0.20200827-1)


And

$ LANG=C apt-cache depends wireguard
wireguard
|Depends: <wireguard-modules>
    linux-image-amd64
    linux-image-cloud-amd64
    linux-image-rt-amd64
  Depends: wireguard-dkms
  Depends: wireguard-tools


The module seems to be there

$ find /lib/modules/5.10.14-towo.1-siduction-amd64/ -name wireguard*
/lib/modules/5.10.14-towo.1-siduction-amd64/kernel/drivers/net/wireguard
/lib/modules/5.10.14-towo.1-siduction-amd64/kernel/drivers/net/wireguard/wireguard.ko


Any chance to fit the dependency with the siduction-kernel only?

towo

That problem should be fixed with our latest linux-image-siduction-amd64 (5.10-14.1).
Ich gehe nicht zum Karneval, ich verleihe nur manchmal mein Gesicht.

orinoco

Many thanks for your quick support, towo.