[openwrt/openwrt] kernel: kmod-crypto-lib-aescfb: Mark hidden

LEDE Commits lede-commits at lists.infradead.org
Fri Jul 25 16:47:41 PDT 2025


hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/aa51a1c13a3aaf7042a3998080cfabcf7f3d7b68

commit aa51a1c13a3aaf7042a3998080cfabcf7f3d7b68
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Sun Jul 20 18:48:38 2025 +0200

    kernel: kmod-crypto-lib-aescfb: Mark hidden
    
    The Kernel config option CONFIG_CRYPTO_LIB_AESCFB 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 <hauke at hauke-m.de>
---
 package/kernel/linux/modules/crypto.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/kernel/linux/modules/crypto.mk b/package/kernel/linux/modules/crypto.mk
index d1b3f39940..21197baad4 100644
--- a/package/kernel/linux/modules/crypto.mk
+++ b/package/kernel/linux/modules/crypto.mk
@@ -562,6 +562,7 @@ $(eval $(call KernelPackage,crypto-kpp))
 define KernelPackage/crypto-lib-aescfb
   TITLE:=AES cipher operations feedback mode library
   DEPENDS:=@!LINUX_6_6
+  HIDDEN:=1
   KCONFIG:=CONFIG_CRYPTO_LIB_AESCFB
   FILES:=$(LINUX_DIR)/lib/crypto/libaescfb.ko
   AUTOLOAD:=$(call AutoLoad,09,libaescfb)




More information about the lede-commits mailing list