kernel: kmod-crypto-lib-aescfb: Mark hidden
authorHauke Mehrtens <hauke@hauke-m.de>
Sun, 20 Jul 2025 16:48:38 +0000 (18:48 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Fri, 25 Jul 2025 23:11:20 +0000 (01:11 +0200)
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@hauke-m.de>
package/kernel/linux/modules/crypto.mk

index d1b3f39940d4c9780515a5905beb734d338f3258..21197baad4dbcffdfdf0046ddcc30323464c68e5 100644 (file)
@@ -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)