mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
core/linux-armv7 to 5.4.8-2 (#1755)
Enables CONFIG_KEY_DH_OPERATIONS, as needed for WPS support in iwd (e.g. for eduroam), according to the docs (https://iwd.wiki.kernel.org/gettingstarted)
This commit is contained in:
parent
7c5f64d1c2
commit
aecbfb2183
2 changed files with 5 additions and 5 deletions
|
@ -8,7 +8,7 @@ _srcname=linux-5.4
|
|||
_kernelname=${pkgbase#linux}
|
||||
_desc="ARMv7 multi-platform"
|
||||
pkgver=5.4.8
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
rcnver=5.4.5
|
||||
rcnrel=armv7-x13
|
||||
arch=('armv7h')
|
||||
|
@ -47,7 +47,7 @@ md5sums=('ce9b2d974d27408a61c53a30d3f98fb9'
|
|||
'5ab56d2bf2422714f82e586d1440a835'
|
||||
'20ce2ab46d910316fe00e70ddfb06130'
|
||||
'b209fbb5ea8c5eecb9afa7b77c450f7f'
|
||||
'4d9d2486172baf43dad720347d2dc6d1'
|
||||
'bf4fe6c44612aa3bfe210b5f04dba4ed'
|
||||
'4f2379ed84258050edb858ee8d281678'
|
||||
'61c5ff73c136ed07a7aadbf58db3d96a'
|
||||
'584777ae88bce2c5659960151b64c7d8'
|
||||
|
|
|
@ -9133,7 +9133,7 @@ CONFIG_KEYS=y
|
|||
# CONFIG_BIG_KEYS is not set
|
||||
# CONFIG_TRUSTED_KEYS is not set
|
||||
# CONFIG_ENCRYPTED_KEYS is not set
|
||||
# CONFIG_KEY_DH_OPERATIONS is not set
|
||||
CONFIG_KEY_DH_OPERATIONS=y
|
||||
# CONFIG_SECURITY_DMESG_RESTRICT is not set
|
||||
CONFIG_SECURITY=y
|
||||
CONFIG_SECURITYFS=y
|
||||
|
@ -9208,7 +9208,7 @@ CONFIG_CRYPTO_RNG_DEFAULT=y
|
|||
CONFIG_CRYPTO_AKCIPHER2=y
|
||||
CONFIG_CRYPTO_AKCIPHER=y
|
||||
CONFIG_CRYPTO_KPP2=y
|
||||
CONFIG_CRYPTO_KPP=m
|
||||
CONFIG_CRYPTO_KPP=y
|
||||
CONFIG_CRYPTO_ACOMP2=y
|
||||
CONFIG_CRYPTO_MANAGER=y
|
||||
CONFIG_CRYPTO_MANAGER2=y
|
||||
|
@ -9228,7 +9228,7 @@ CONFIG_CRYPTO_ENGINE=m
|
|||
# Public-key cryptography
|
||||
#
|
||||
CONFIG_CRYPTO_RSA=y
|
||||
CONFIG_CRYPTO_DH=m
|
||||
CONFIG_CRYPTO_DH=y
|
||||
CONFIG_CRYPTO_ECC=m
|
||||
CONFIG_CRYPTO_ECDH=m
|
||||
# CONFIG_CRYPTO_ECRDSA is not set
|
||||
|
|
Loading…
Reference in a new issue