Update to latest Linux LTS kernel 5.15.25 (#1774)

* Linux: Update kernel 5.15.25

Use highest available kernel version in Buildroot 2021.08 (5.13)

* Update Hardkernel patches to Linux 5.15

* Update generic-x86-64/ova kernel config/patches for 5.15

* Drop Intel e1000e Sourceforge driver

The driver has been discontinued sometime last year. The main reason the
out-of-tree kernel has been enabled was for support for the i219-V
network chips which meanwhile are supported in mainline.
This commit is contained in:
Stefan Agner
2022-03-01 23:40:25 +01:00
committed by GitHub
parent fc0f1e20d5
commit de21729578
36 changed files with 157 additions and 445 deletions

View File

@@ -1,11 +0,0 @@
comment "e1000e needs a Linux kernel to be built"
depends on !BR2_LINUX_KERNEL
config BR2_PACKAGE_INTEL_E1000E
bool "Intel Network Adapter Driver for PCIe"
depends on BR2_LINUX_KERNEL
help
Install Intel Network Adapter Driver for PCIe
(external module)
https://downloadcenter.intel.com/download/15817/Intel-Network-Adapter-Driver-for-PCIe-Intel-Gigabit-Ethernet-Network-Connections-Under-Linux-

View File

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

View File

@@ -1,20 +0,0 @@
################################################################################
#
# Intel Network Adapter Driver for PCIe
#
################################################################################
INTEL_E1000E_VERSION = 3.8.7
INTEL_E1000E_LICENSE = GPL-2.0
INTEL_E1000E_LICENSE_FILES = COPYING
INTEL_E1000E_SOURCE = e1000e-$(INTEL_E1000E_VERSION).tar.gz
INTEL_E1000E_SITE = https://downloads.sourceforge.net/project/e1000/e1000e%20historic%20archive/$(INTEL_E1000E_VERSION)
INTEL_E1000E_MODULE_SUBDIRS = src
INTEL_E1000E_MODULE_MAKE_OPTS = \
CONFIG_E1000E=m \
KVER=$(LINUX_VERSION_PROBED) \
KSRC=$(LINUX_DIR)
$(eval $(kernel-module))
$(eval $(generic-package))