package/mdio-tools: bump version to 1.3.1

[v1.3.1] - 2023-12-02
---------------------

Fixes mvls to work with kernels 6.2 and onwards.

- mdio: Multiple registers can now be dumped at once, via the generic
  dump operation.

- mvls: Relax the driver matching to accept the strings used in
  kernels 6.2 and newer.

Signed-off-by: Robert Marko <robimarko@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Robert Marko 2024-01-30 11:00:39 +01:00 committed by Peter Korsgaard
parent 2953cd2644
commit b0fabbd2aa
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
# Locally computed
sha256 d2ab71d92173053af41d754e9c229e1ead768b9f8b7f4947b3b87b84c4c5e360 mdio-tools-1.3.0.tar.gz
sha256 652353ba153fdd8b1d58ded4b90d0639536d705aa5923018e27ea0b78aa8e4fb mdio-tools-1.3.1.tar.gz
sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING

View File

@ -4,7 +4,7 @@
#
################################################################################
MDIO_TOOLS_VERSION = 1.3.0
MDIO_TOOLS_VERSION = 1.3.1
MDIO_TOOLS_SITE = https://github.com/wkz/mdio-tools/releases/download/$(MDIO_TOOLS_VERSION)
MDIO_TOOLS_LICENSE = GPL-2.0
MDIO_TOOLS_LICENSE_FILES = COPYING