From: Álvaro Fernández Rojas Date: Thu, 11 Sep 2025 11:15:16 +0000 (+0200) Subject: kernel: r8127: update to v11.015.00 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F20026%2Fhead;p=thirdparty%2Fopenwrt.git 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 (cherry picked from commit 1cffb44b3c7fb15a94638858a2625d4376755d1a) --- diff --git a/package/kernel/r8127/Makefile b/package/kernel/r8127/Makefile index 4a1035cc4cc..38be4ae82d7 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 2a428207855..275feb82340 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 --- 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 #include #include #include -@@ -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 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);