Skip to content

Commit 56f3cab

Browse files
robimarko1715173329
authored andcommitted
mdio-tools: update to 1.3.1
Update the mdio-netlink kmod and userspace mdio-tools to version 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 <[email protected]>
1 parent 14bed0f commit 56f3cab

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

kernel/mdio-netlink/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ PKG_RELEASE:=1
66

77
PKG_SOURCE_URL:=https://github.com/wkz/mdio-tools
88
PKG_SOURCE_PROTO:=git
9-
PKG_SOURCE_VERSION:=1.3.0
10-
PKG_MIRROR_HASH:=668a1dcb06da1c0a26e3aac86487ca83cff548c8c6e3763fde905a888fea5f5e
9+
PKG_SOURCE_VERSION:=1.3.1
10+
PKG_MIRROR_HASH:=97dfd25d8cdf5994eeb8cb0a5862c993b8aef373b280bca567d41d4113f494a9
1111

1212
PKG_LICENSE:=GPL-2.0-only
1313
PKG_LICENSE_FILES:=COPYING

net/mdio-tools/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ PKG_RELEASE:=1
55

66
PKG_SOURCE_URL:=https://github.com/wkz/mdio-tools
77
PKG_SOURCE_PROTO:=git
8-
PKG_SOURCE_VERSION:=1.3.0
9-
PKG_MIRROR_HASH:=409ac6aa6a141c0c6691522b27b90cb04d8323d3a9c3b5587f7cbae3f5c24536
8+
PKG_SOURCE_VERSION:=1.3.1
9+
PKG_MIRROR_HASH:=b7973284dc3dffef4bd2a904e3f7aa7fd3caab4aecf85ac57488f5acbf341aba
1010

1111
PKG_FIXUP:=autoreconf
1212

0 commit comments

Comments
 (0)