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
This commit is contained in:
Anjandev Momi 2024-12-18 18:49:58 -08:00 committed by Oliver Smith
parent 3d1f84a2c8
commit c31bc1a1be
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB
2 changed files with 3 additions and 2 deletions

View file

@ -2,7 +2,7 @@
# Co-Maintainer: Caleb Connolly <caleb@postmarketos.org>
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
"

View file

@ -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