]> git.99rst.org Git - openwrt-packages.git/commit
fwupd: allow enabling the devlink plugin
authorDaniel Golle <redacted>
Mon, 13 Jul 2026 11:45:18 +0000 (12:45 +0100)
committerFlorian Eckert <redacted>
Mon, 13 Jul 2026 13:12:20 +0000 (15:12 +0200)
commit627044ab21c4e2888da27cb244cb0a2a580ec487
tree065e53d414f8b2517be06749775c25b2225f5fd4
parent15af025b7f793fe0b40e2dcbb020d4c12c485e23
fwupd: allow enabling the devlink plugin

The devlink plugin allows updating firmware of network devices
implementing the kernel devlink interface. It is gated on libmnl,
which was hard-disabled so far. Wire the libmnl meson option to a
new FWUPD_PLUGIN_DEVLINK config symbol, enabled by default, and add
the corresponding libmnl runtime dependency to fwupd-libs.

Signed-off-by: Daniel Golle <redacted>
utils/fwupd/Config.in
utils/fwupd/Makefile
git clone https://git.99rst.org/PROJECT