summaryrefslogtreecommitdiffstats
path: root/configs/platform-v8a/platformconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2020-08-20 13:58:15 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2020-08-21 11:25:16 +0200
commit191399463c9daea435520a35620ee5d1c24e6fff (patch)
tree9fec6003d2924b4f892120ec2a05a3e921bed308 /configs/platform-v8a/platformconfig
parent8ec3694e4a0e45e87f227a50026f9e2fdd1ba930 (diff)
downloadDistroKit-191399463c9daea435520a35620ee5d1c24e6fff.tar.gz
DistroKit-191399463c9daea435520a35620ee5d1c24e6fff.tar.xz
platform-v8a: Update Kernel to Linux-5.8
This updates the Kernel to Linux-5.8 The configuration has been started from "make defconfig" with the following modifications: - all architectures except mvebu and i.MX disabled - modified until reason has nothing more to mourn about - enabled Realtek Phy (needed for i.MX8MP-EVK) Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'configs/platform-v8a/platformconfig')
-rw-r--r--configs/platform-v8a/platformconfig7
1 files changed, 4 insertions, 3 deletions
diff --git a/configs/platform-v8a/platformconfig b/configs/platform-v8a/platformconfig
index b65c57b..ac2f21d 100644
--- a/configs/platform-v8a/platformconfig
+++ b/configs/platform-v8a/platformconfig
@@ -108,8 +108,8 @@ PTXCONF_KERNEL_XPKG=y
PTXCONF_KERNEL_INSTALL=y
PTXCONF_KERNEL_MODULES=y
PTXCONF_KERNEL_MODULES_INSTALL=y
-PTXCONF_KERNEL_VERSION="5.6.2"
-PTXCONF_KERNEL_MD5="8b96e9e8eff865ff84a23b4f858dafa1"
+PTXCONF_KERNEL_VERSION="5.8"
+PTXCONF_KERNEL_MD5="0e5c4c15266218ef26c50fac0016095b"
# PTXCONF_KERNEL_IMAGE_BZ is not set
# PTXCONF_KERNEL_IMAGE_Z is not set
# PTXCONF_KERNEL_IMAGE_XIP is not set
@@ -123,7 +123,7 @@ PTXCONF_KERNEL_IMAGE="Image"
# PTXCONF_KERNEL_XZ is not set
# PTXCONF_KERNEL_LZOP is not set
# PTXCONF_KERNEL_LZ4 is not set
-# PTXCONF_KERNEL_OPENSSL is not set
+PTXCONF_KERNEL_OPENSSL=y
# PTXCONF_KERNEL_LIBELF is not set
# PTXCONF_KERNEL_GCC_PLUGINS is not set
PTXCONF_KERNEL_CONFIG_BASE_VERSION=y
@@ -223,5 +223,6 @@ PTXCONF_HOST_GENEXT2FS=y
PTXCONF_HOST_GENIMAGE=y
PTXCONF_HOST_LIBCONFUSE=y
PTXCONF_HOST_LIBKMOD=y
+PTXCONF_HOST_OPENSSL=y
PTXCONF_HOST_SYSTEM_BC=y
PTXCONF_HOST_UTIL_LINUX_NG=y