diff options
| author | Álvaro Fernández Rojas | 2025-09-11 11:11:11 +0000 |
|---|---|---|
| committer | Álvaro Fernández Rojas | 2025-09-12 05:27:10 +0000 |
| commit | 2dfad04a822b00d1cb62fc50d0ff7501dd7f5eaa (patch) | |
| tree | 49f29a51f8c90559514da878dae3af19dd60ab87 | |
| parent | 3ca84b840ceccda56ea9b7ad0c17da72d814bd18 (diff) | |
| download | openwrt-2dfad04a822b00d1cb62fc50d0ff7501dd7f5eaa.tar.gz | |
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@gmail.com>
| -rw-r--r-- | package/kernel/r8125/Makefile | 4 | ||||
| -rw-r--r-- | package/kernel/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@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@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); |