[openwrt/openwrt] kernel: r8127: update to v11.015.00

LEDE Commits lede-commits at lists.infradead.org
Fri Sep 12 10:25:25 PDT 2025


noltari pushed a commit to openwrt/openwrt.git, branch openwrt-23.05:
https://git.openwrt.org/3971b1586889a608f5e7ee5055ef53c477dc07ee

commit 3971b1586889a608f5e7ee5055ef53c477dc07ee
Author: Álvaro Fernández Rojas <noltari at gmail.com>
AuthorDate: Thu Sep 11 13:15:16 2025 +0200

    kernel: r8127: update to v11.015.00
    
    Changelog: https://github.com/openwrt/rtl8127/compare/11.014.00...11.015.00
    
    Signed-off-by: Álvaro Fernández Rojas <noltari at gmail.com>
    (cherry picked from commit 1cffb44b3c7fb15a94638858a2625d4376755d1a)
---
 package/kernel/r8127/Makefile                                       | 6 +++---
 .../r8127/patches/200-r8127-print-link-speed-and-duplex-mode.patch  | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/package/kernel/r8127/Makefile b/package/kernel/r8127/Makefile
index 4a1035cc4c..38be4ae82d 100644
--- a/package/kernel/r8127/Makefile
+++ b/package/kernel/r8127/Makefile
@@ -1,12 +1,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=r8127
-PKG_VERSION:=11.014.00
-PKG_RELEASE:=3
+PKG_VERSION:=11.015.00
+PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
 PKG_SOURCE_URL:=https://github.com/openwrt/rtl8127/releases/download/$(PKG_VERSION)
-PKG_HASH:=f496bc16c32d2e8f9482c57d006604c70d9e8d55b4f1f999b88c602de9104094
+PKG_HASH:=ab21bf69368fb9de7f591b2e81cf1a815988bbf086ecbf41af7de9787b10594b
 
 PKG_BUILD_PARALLEL:=1
 PKG_LICENSE:=GPLv2
diff --git a/package/kernel/r8127/patches/200-r8127-print-link-speed-and-duplex-mode.patch b/package/kernel/r8127/patches/200-r8127-print-link-speed-and-duplex-mode.patch
index 2a42820785..275feb8234 100644
--- a/package/kernel/r8127/patches/200-r8127-print-link-speed-and-duplex-mode.patch
+++ b/package/kernel/r8127/patches/200-r8127-print-link-speed-and-duplex-mode.patch
@@ -18,7 +18,7 @@ Signed-off-by: Álvaro Fernández Rojas <noltari at gmail.com>
 
 --- a/src/r8127.h
 +++ b/src/r8127.h
-@@ -1753,6 +1753,11 @@ enum RTL8127_register_content {
+@@ -1770,6 +1770,11 @@ enum RTL8127_register_content {
          LinkStatus = 0x02,
          FullDup = 0x01,
  
@@ -40,7 +40,7 @@ Signed-off-by: Álvaro Fernández Rojas <noltari at gmail.com>
  #include <linux/netdevice.h>
  #include <linux/etherdevice.h>
  #include <linux/delay.h>
-@@ -4746,6 +4747,42 @@ rtl8127_link_down_patch(struct net_devic
+@@ -4734,6 +4735,42 @@ rtl8127_link_down_patch(struct net_devic
  #endif
  }
  
@@ -83,7 +83,7 @@ Signed-off-by: Álvaro Fernández Rojas <noltari at gmail.com>
  static void
  _rtl8127_check_link_status(struct net_device *dev, unsigned int link_state)
  {
-@@ -4758,11 +4795,18 @@ _rtl8127_check_link_status(struct net_de
+@@ -4746,11 +4783,18 @@ _rtl8127_check_link_status(struct net_de
          if (link_state == R8127_LINK_STATE_ON) {
                  rtl8127_link_on_patch(dev);
  




More information about the lede-commits mailing list