projects
/
openwrt
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
858ce9a
)
kernel: kmod-crypto-engine: Mark hidden
author
Hauke Mehrtens
<
[email protected]
>
Sun, 20 Jul 2025 16:45:19 +0000
(18:45 +0200)
committer
Hauke Mehrtens
<
[email protected]
>
Fri, 25 Jul 2025 23:11:20 +0000
(
01:11
+0200)
The Kernel config option CONFIG_CRYPTO_ENGINE has no title and can not
be directly selected. Do the same for this kmod and make it hidden.
Link:
https://github.com/openwrt/openwrt/pull/19480
Signed-off-by: Hauke Mehrtens <
[email protected]
>
package/kernel/linux/modules/crypto.mk
patch
|
blob
|
history
diff --git
a/package/kernel/linux/modules/crypto.mk
b/package/kernel/linux/modules/crypto.mk
index d518917ea8ffb49181c00ab941d3a283bbe81663..d1b3f39940d4c9780515a5905beb734d338f3258 100644
(file)
--- a/
package/kernel/linux/modules/crypto.mk
+++ b/
package/kernel/linux/modules/crypto.mk
@@
-251,6
+251,7
@@
$(eval $(call KernelPackage,crypto-echainiv))
define KernelPackage/crypto-engine
TITLE:=Crypto engine
+ HIDDEN:=1
KCONFIG:=CONFIG_CRYPTO_ENGINE
FILES:=$(LINUX_DIR)/crypto/crypto_engine.ko
AUTOLOAD:=$(call AutoLoad,09,crypto_engine)