Bump out-of-tree Intel e1000e driver to build with Linux 5.10 (#1215)

This commit is contained in:
Stefan Agner 2021-02-09 14:06:00 +01:00 committed by GitHub
parent 57ffd6444b
commit 023d0b27f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
# from https://downloadcenter.intel.com/download/15817/Intel-Network-Adapter-Driver-for-PCIe-Intel-Gigabit-Ethernet-Network-Connections-Under-Linux- # from https://downloadcenter.intel.com/download/15817/Intel-Network-Adapter-Driver-for-PCIe-Intel-Gigabit-Ethernet-Network-Connections-Under-Linux-
md5 711dc0ada83947b0e22e53699d4fa1ac e1000e-3.8.4.tar.gz md5 54a1488fe9e7ed56d2bb96aaa66f35e9 e1000e-3.8.7.tar.gz
# Locally calculated # Locally calculated
sha256 4441515302f901e32f29b9b4702239f176d3c02c3b9a697009f93012205e0de1 e1000e-3.8.4.tar.gz sha256 63bad49d2d37c975e5f5f88689c953eeb9be37b0ef035945c79820a95f480f11 e1000e-3.8.7.tar.gz

View File

@ -4,7 +4,7 @@
# #
################################################################################ ################################################################################
INTEL_E1000E_VERSION = 3.8.4 INTEL_E1000E_VERSION = 3.8.7
INTEL_E1000E_LICENSE = GPL-2.0 INTEL_E1000E_LICENSE = GPL-2.0
INTEL_E1000E_LICENSE_FILES = COPYING INTEL_E1000E_LICENSE_FILES = COPYING
INTEL_E1000E_SOURCE = e1000e-$(INTEL_E1000E_VERSION).tar.gz INTEL_E1000E_SOURCE = e1000e-$(INTEL_E1000E_VERSION).tar.gz