projects
/
openwrt
/
staging
/
xback.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1bb528
)
generic: 6.1: add missing config TRUSTED_KEYS_TEE
author
Christian Marangi
<ansuelsmth@gmail.com>
Mon, 25 Sep 2023 16:04:51 +0000
(18:04 +0200)
committer
Christian Marangi
<ansuelsmth@gmail.com>
Mon, 25 Sep 2023 17:33:24 +0000
(19:33 +0200)
Add missing config TRUSTED_KEYS_TEE for kernel 6.1 triggered when
TRUSTED_KEYS is enabled.
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
target/linux/generic/config-6.1
patch
|
blob
|
history
diff --git
a/target/linux/generic/config-6.1
b/target/linux/generic/config-6.1
index be0e56f869d28845cc0160f6fec8b319c53a30b9..5796cbb67c8f964223b8f9a80c7288e98ab12cf8 100644
(file)
--- a/
target/linux/generic/config-6.1
+++ b/
target/linux/generic/config-6.1
@@
-6989,6
+6989,7
@@
CONFIG_TRAD_SIGNALS=y
# CONFIG_TRUSTED_FOUNDATIONS is not set
# CONFIG_TRUSTED_KEYS is not set
# CONFIG_TRUSTED_KEYS_TPM is not set
+# CONFIG_TRUSTED_KEYS_TEE is not set
# CONFIG_TSL2583 is not set
# CONFIG_TSL2591 is not set
# CONFIG_TSL2772 is not set