diff options
| author | Álvaro Fernández Rojas | 2025-09-11 11:15:16 +0000 |
|---|---|---|
| committer | Álvaro Fernández Rojas | 2025-09-12 05:28:34 +0000 |
| commit | 1cffb44b3c7fb15a94638858a2625d4376755d1a (patch) | |
| tree | 33c1801231bb8c7c292d222455ddbe9685186fe1 | |
| parent | 27a3e5c7b7608009dd3166bf0983eb40ffdec275 (diff) | |
| download | openwrt-1cffb44b3c7fb15a94638858a2625d4376755d1a.tar.gz | |
kernel: r8127: update to v11.015.00
Changelog: https://github.com/openwrt/rtl8125/compare/11.014.00...11.015.00
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
| -rw-r--r-- | package/kernel/r8127/Makefile | 6 | ||||
| -rw-r--r-- | package/kernel/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@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@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@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); |