[openwrt/openwrt] kernel: r8125: update to v9.016.01
LEDE Commits
lede-commits at lists.infradead.org
Thu Sep 11 22:27:36 PDT 2025
noltari pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/2dfad04a822b00d1cb62fc50d0ff7501dd7f5eaa
commit 2dfad04a822b00d1cb62fc50d0ff7501dd7f5eaa
Author: Álvaro Fernández Rojas <noltari at gmail.com>
AuthorDate: Thu Sep 11 13:11:11 2025 +0200
kernel: r8125: update to v9.016.01
Changelog: https://github.com/openwrt/rtl8125/compare/9.016.00...9.016.01
Signed-off-by: Álvaro Fernández Rojas <noltari at gmail.com>
---
package/kernel/r8125/Makefile | 4 ++--
.../r8125/patches/200-r8125-print-link-speed-and-duplex-mode.patch | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/package/kernel/r8125/Makefile b/package/kernel/r8125/Makefile
index 5b7711b6db..7cb28c9980 100644
--- a/package/kernel/r8125/Makefile
+++ b/package/kernel/r8125/Makefile
@@ -1,12 +1,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=r8125
-PKG_VERSION:=9.016.00
+PKG_VERSION:=9.016.01
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=https://github.com/openwrt/rtl8125/releases/download/$(PKG_VERSION)
-PKG_HASH:=cd1955dd07d2f5a6faaa210ffc4e8af992421295a32ab6ddcfa759bed9eba922
+PKG_HASH:=5434b26500538a62541c55cd09eea099177f59bd9cc48d16969089a9bcdbbd41
PKG_BUILD_PARALLEL:=1
PKG_LICENSE:=GPLv2
diff --git a/package/kernel/r8125/patches/200-r8125-print-link-speed-and-duplex-mode.patch b/package/kernel/r8125/patches/200-r8125-print-link-speed-and-duplex-mode.patch
index b4444ee79c..4f1917e74b 100644
--- a/package/kernel/r8125/patches/200-r8125-print-link-speed-and-duplex-mode.patch
+++ b/package/kernel/r8125/patches/200-r8125-print-link-speed-and-duplex-mode.patch
@@ -38,7 +38,7 @@ Signed-off-by: Álvaro Fernández Rojas <noltari at gmail.com>
#include <linux/netdevice.h>
#include <linux/etherdevice.h>
#include <linux/delay.h>
-@@ -5045,6 +5046,38 @@ rtl8125_link_down_patch(struct net_devic
+@@ -5051,6 +5052,38 @@ rtl8125_link_down_patch(struct net_devic
#endif
}
@@ -77,7 +77,7 @@ Signed-off-by: Álvaro Fernández Rojas <noltari at gmail.com>
static void
_rtl8125_check_link_status(struct net_device *dev, unsigned int link_state)
{
-@@ -5057,11 +5090,18 @@ _rtl8125_check_link_status(struct net_de
+@@ -5063,11 +5096,18 @@ _rtl8125_check_link_status(struct net_de
if (link_state == R8125_LINK_STATE_ON) {
rtl8125_link_on_patch(dev);
More information about the lede-commits
mailing list