From: Álvaro Fernández Rojas Date: Thu, 11 Sep 2025 11:11:11 +0000 (+0200) Subject: kernel: r8125: update to v9.016.01 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=2dfad04a822b00d1cb62fc50d0ff7501dd7f5eaa;p=openwrt%2Fstaging%2Fblocktrron.git 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 --- 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 #include #include #include -@@ -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 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);