diff options
author | Robert Marko <robimarko@gmail.com> | 2023-12-20 13:51:23 +0100 |
---|---|---|
committer | Tianling Shen <cnsztl@gmail.com> | 2023-12-21 11:11:27 +0800 |
commit | 56f3cab124f9d69e4a66ac4a610b4c2883cf5068 (patch) | |
tree | f524fdabdcc662b2758ed8ea8135cbebd02c78b2 /net/mdio-tools/Makefile | |
parent | 14bed0f1efa0f1f3b892a110565c741f43164769 (diff) |
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 <robimarko@gmail.com>
Diffstat (limited to 'net/mdio-tools/Makefile')
-rw-r--r-- | net/mdio-tools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/mdio-tools/Makefile b/net/mdio-tools/Makefile index cdae3af08..e52c7fa5b 100644 --- a/net/mdio-tools/Makefile +++ b/net/mdio-tools/Makefile @@ -5,8 +5,8 @@ PKG_RELEASE:=1 PKG_SOURCE_URL:=https://github.com/wkz/mdio-tools PKG_SOURCE_PROTO:=git -PKG_SOURCE_VERSION:=1.3.0 -PKG_MIRROR_HASH:=409ac6aa6a141c0c6691522b27b90cb04d8323d3a9c3b5587f7cbae3f5c24536 +PKG_SOURCE_VERSION:=1.3.1 +PKG_MIRROR_HASH:=b7973284dc3dffef4bd2a904e3f7aa7fd3caab4aecf85ac57488f5acbf341aba PKG_FIXUP:=autoreconf |