From c31bc1a1bee410a4bb3a5f220cb03c59cb31a852 Mon Sep 17 00:00:00 2001 From: Anjandev Momi Date: Wed, 18 Dec 2024 18:49:58 -0800 Subject: [PATCH] community/linux-postmarketos-qcom-laptop: enable CRYPTO_MD4 (MR 5923) closes #3386 Needed to fix eduroam iwd on qcom laptots. This config option used to be enabled on v24.06. [ci:skip-build]: already built successfully in CI --- device/community/linux-postmarketos-qcom-laptop/APKBUILD | 4 ++-- device/community/linux-postmarketos-qcom-laptop/pmos.config | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/device/community/linux-postmarketos-qcom-laptop/APKBUILD b/device/community/linux-postmarketos-qcom-laptop/APKBUILD index 03a9cb5ed..12e7abb57 100644 --- a/device/community/linux-postmarketos-qcom-laptop/APKBUILD +++ b/device/community/linux-postmarketos-qcom-laptop/APKBUILD @@ -2,7 +2,7 @@ # Co-Maintainer: Caleb Connolly pkgname=linux-postmarketos-qcom-laptop pkgver=6.12 -pkgrel=0 +pkgrel=1 # Commit from branch @ https://github.com/jhovold/linux/tree/wip/x1e80100-$pkgver _commit="93bd777d19aa0e8b58dee1eb837a16acf56035b0" pkgdesc="Generic kernel for Qualcomm laptops" @@ -83,5 +83,5 @@ package() { sha512sums=" af20b0d7e46e31de152a01e6c811c691f3866add856d4b8cc3e665fde2f10d0fa4ccb401cf3583e4975c0ccb281369fc019825ad274c4edad49f0e8069c154fc linux-postmarketos-qcom-laptop-93bd777d19aa0e8b58dee1eb837a16acf56035b0.tar.gz c343baeb03f91a16994fd53e7cf1be0590be591c3a02e583d897f6b84ee9b33662cac513f84e1756fed58ab283c16471492bf227a1adb00f5bdd660ea4631ef1 misc.config -e3238b32255fba51bf9364a0c9f70d35a95e07d51704dfcd999045fa84a08251707d4da95bb09d8b86502838b8d6d6187b968f33c54c8c7eea883a02096bc6a8 pmos.config +98c3d46a83f496ed3cdb0ae97f9a891ff2acb504205d91646bed23b2efc999d77f486ec905ceebdac08a9d25f51b82caec8857311434a4d9de214f064541df96 pmos.config " diff --git a/device/community/linux-postmarketos-qcom-laptop/pmos.config b/device/community/linux-postmarketos-qcom-laptop/pmos.config index 0ced36f6d..73b201dfa 100644 --- a/device/community/linux-postmarketos-qcom-laptop/pmos.config +++ b/device/community/linux-postmarketos-qcom-laptop/pmos.config @@ -51,6 +51,7 @@ CONFIG_CRYPTO_CMAC=y CONFIG_CRYPTO_DES=m CONFIG_CRYPTO_ECB=y CONFIG_CRYPTO_HMAC=y +CONFIG_CRYPTO_MD4=m CONFIG_CRYPTO_MD5=m CONFIG_CRYPTO_SHA1=y CONFIG_CRYPTO_SHA256=y