Skip to content

Commit 1cde978

Browse files
committed
update r8168 driver
1 parent cd98a70 commit 1cde978

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

openwrt-22.03/patches/package/r8168/Makefile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ include $(TOPDIR)/rules.mk
77
include $(INCLUDE_DIR)/kernel.mk
88

99
PKG_NAME:=r8168
10-
PKG_VERSION:=8.050.03
11-
PKG_RELEASE:=$(AUTORELEASE)
10+
PKG_VERSION:=8.051.02
11+
PKG_RELEASE:=1
1212

1313
PKG_SOURCE_PROTO:=git
1414
PKG_SOURCE_URL:=https://github.com/BROBIRD/openwrt-r8168.git
15-
PKG_SOURCE_VERSION:=ddfaceacd1b7ed2857fb995642a8ffb1fc37e989
16-
PKG_MIRROR_HASH:=5428f60dc33e9503c6cfdf690c00077149dce24cbb0591129d905b9f1aad9202
15+
PKG_SOURCE_VERSION:=4f6cfe1ca12fb772deed57f1d2d1062af041ad07
16+
PKG_MIRROR_HASH:=6b149f5eb3b9e1dc50867a694984d253aa58d97dd5fbab30eb405d2d7b2be587
1717

1818
PKG_BUILD_DIR:=$(KERNEL_BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
1919

@@ -29,7 +29,7 @@ define KernelPackage/r8168
2929
CONFLICTS:=kmod-r8169
3030
endef
3131

32-
define Package/r8168/description
32+
define KernelPackage/r8168/description
3333
This package contains a driver for Realtek r8168 chipsets.
3434
endef
3535

openwrt-22.03/patches/package/r8168/patches/001-r8168-add-LED-configuration-from-OF.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#include <linux/if_vlan.h>
99
#include <linux/crc32.h>
1010
#include <linux/interrupt.h>
11-
@@ -24643,6 +24644,22 @@ rtl8168_set_bios_setting(struct net_devi
11+
@@ -24769,6 +24770,22 @@ rtl8168_set_bios_setting(struct net_devi
1212
}
1313
}
1414

@@ -31,7 +31,7 @@
3131
static void
3232
rtl8168_init_software_variable(struct net_device *dev)
3333
{
34-
@@ -25206,6 +25223,8 @@ rtl8168_init_software_variable(struct ne
34+
@@ -25343,6 +25360,8 @@ rtl8168_init_software_variable(struct ne
3535
tp->NotWrMcuPatchCode = TRUE;
3636
}
3737

0 commit comments

Comments
 (0)