Browse Source

mdio-tools: update to version 1.0.1

Version 1.0.1 brought the following changes:
[v1.0.1] - 2021-11-26

Primarily fixes a few issues in the kernel module that were found
during a quick review from Russell King:

https://lore.kernel.org/netdev/YYPThd7aX+TBWslz@shell.armlinux.org.uk/
https://lore.kernel.org/netdev/YYPU1gOvUPa00JWg@shell.armlinux.org.uk/

- mdio: The mvls subcommand now supports flushing the ATU

- mdio-netlink: Plug some glaring holes around integer overflows of
  the PC.
- mdio-netlink: Release reference to MDIO bus after a transaction
  completes.

So, update to the latest version and switch the kernel module back
to fetching tarballs like the userspace tool does.

Signed-off-by: Robert Marko <robimarko@gmail.com>
lilik-openwrt-22.03
Robert Marko 2 years ago
committed by Rosen Penev
parent
commit
9f0fdb0ee2
2 changed files with 4 additions and 5 deletions
  1. +2
    -3
      kernel/mdio-netlink/Makefile
  2. +2
    -2
      net/mdio-tools/Makefile

+ 2
- 3
kernel/mdio-netlink/Makefile View File

@ -6,9 +6,8 @@ PKG_RELEASE:=1
PKG_SOURCE_URL:=https://github.com/wkz/mdio-tools
PKG_SOURCE_PROTO:=git
PKG_SOURCE_DATE:=2021-07-19
PKG_SOURCE_VERSION:=65f6898f25b00deebe1c38811e893d9dcd4d7ef3
PKG_MIRROR_HASH:=c1532381ac7954a4dbff97f04e7ff2c66cc09dce420458fd3f830c843714616b
PKG_SOURCE_VERSION:=1.0.1
PKG_MIRROR_HASH:=70d58ebc86786fcee302b8427b462170b0ab5d22595059728e3fc6c0f4486374
PKG_LICENSE:=GPL-2.0-only
PKG_LICENSE_FILES:=COPYING


+ 2
- 2
net/mdio-tools/Makefile View File

@ -5,8 +5,8 @@ PKG_RELEASE:=1
PKG_SOURCE_URL:=https://github.com/wkz/mdio-tools
PKG_SOURCE_PROTO:=git
PKG_SOURCE_VERSION:=1.0.0
PKG_MIRROR_HASH:=e8050610965d7e2c83f4abdff76da7b57d0ed656bbbaff56c757c20d13806932
PKG_SOURCE_VERSION:=1.0.1
PKG_MIRROR_HASH:=36bc20b91034a2bbc627a4d4b58c3b46279f5bb65bf2067347a751bb0f9a0371
PKG_FIXUP:=autoreconf


Loading…
Cancel
Save