r8168: update to 8.049.01

(cherry picked from commit bd7988e68e3ad3183f3f047f861f5d62e706450b)
This commit is contained in:
AmadeusGhost 2021-07-29 12:20:16 +08:00 committed by Tianling Shen
parent 111cec90d7
commit 7e5734d76b
No known key found for this signature in database
GPG Key ID: 6850B6345C862176
2 changed files with 7 additions and 7 deletions

View File

@ -7,13 +7,13 @@ include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=r8168
PKG_VERSION:=8.048.03
PKG_RELEASE:=3
PKG_VERSION:=8.049.01
PKG_RELEASE:=1
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://github.com/BROBIRD/openwrt-r8168.git
PKG_SOURCE_VERSION:=93718d4ae69097a14a9e93ea8765f7767e2ddd9e
PKG_MIRROR_HASH:=d5cfe3184d84de5a686720c9855c295ab1cd1423777f70c5488eb7aa588a52e9
PKG_SOURCE_VERSION:=66fdc44a1f69c4fda18e6f922a234cbaa933ede6
PKG_MIRROR_HASH:=a480cf9c70bbc3ee5d9b967e5006ff4fc9bba2bf38638fb2b7567f10b6f41bf3
PKG_BUILD_DIR:=$(KERNEL_BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)

View File

@ -1,6 +1,6 @@
--- a/src/r8168_n.c
+++ b/src/r8168_n.c
@@ -46,6 +46,7 @@
@@ -47,6 +47,7 @@
#include <linux/etherdevice.h>
#include <linux/delay.h>
#include <linux/mii.h>
@ -8,7 +8,7 @@
#include <linux/if_vlan.h>
#include <linux/crc32.h>
#include <linux/interrupt.h>
@@ -23978,6 +23979,22 @@ rtl8168_set_bios_setting(struct net_device *dev)
@@ -23481,6 +23482,22 @@ rtl8168_set_bios_setting(struct net_device *dev)
}
}
@ -31,7 +31,7 @@
static void
rtl8168_init_software_variable(struct net_device *dev)
{
@@ -24441,6 +24458,8 @@ rtl8168_init_software_variable(struct net_device *dev)
@@ -23986,6 +24003,8 @@ rtl8168_init_software_variable(struct net_device *dev)
tp->NotWrMcuPatchCode = TRUE;
}