We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b621ad9 commit b52e5a9Copy full SHA for b52e5a9
config/config
@@ -85,6 +85,8 @@ CONFIG_CRYPTO_TEST=m
85
CONFIG_CRYPTO_RSA=m
86
CONFIG_CRYPTO_DH=m
87
CONFIG_CRYPTO_ECDH=m
88
+#. Required to verify signatures of modules
89
+CONFIG_CRYPTO_ECDSA=y
90
CONFIG_CRYPTO_ECRDSA=m
91
# CONFIG_CRYPTO_SM2 is not set
92
CONFIG_CRYPTO_CURVE25519=m
prepare_source
@@ -1,6 +1,6 @@
1
pkg=linux
2
version_orig=6.12.42
3
-version="$version_orig-2"
+version="$version_orig-3"
4
5
(
6
debian_repo=https://salsa.debian.org/kernel-team/linux.git
0 commit comments