diff options
| author | Hauke Mehrtens | 2025-07-26 11:12:48 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2025-07-26 23:35:36 +0000 |
| commit | e8a27c4196b3b4394c841a68f08f7d682594a6e3 (patch) | |
| tree | bf4232f158964482dd7a02f7baa1c8aca35547e4 | |
| parent | 098e98dd4df5381bde600cfbce3f40227f9632e7 (diff) | |
| download | openwrt-e8a27c4196b3b4394c841a68f08f7d682594a6e3.tar.gz | |
kernel: kmod-crypto-lib-aescfb: Remove package
kmod-crypto-lib-aescfb is marked hidden and not selected by any other
package, it can not be build.
The Kconfig option in the kernel has no title, so it can not be
selected, it is only selected by CONFIG_TCG_TPM2_HMAC in the kernel.
Fixes: ef2310b031a9 ("kernel: modules: update dependency for kmod-tpm")
Fixes: aa51a1c13a3a ("kernel: kmod-crypto-lib-aescfb: Mark hidden")
Link: https://github.com/openwrt/openwrt/pull/19532
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -rw-r--r-- | package/kernel/linux/modules/crypto.mk | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/package/kernel/linux/modules/crypto.mk b/package/kernel/linux/modules/crypto.mk index 21197baad4..3f6b20fbbb 100644 --- a/package/kernel/linux/modules/crypto.mk +++ b/package/kernel/linux/modules/crypto.mk @@ -559,18 +559,6 @@ endef $(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) - $(call AddDepends/crypto) -endef - -$(eval $(call KernelPackage,crypto-lib-aescfb)) - define KernelPackage/crypto-lib-chacha20 TITLE:=ChaCha library interface KCONFIG:=CONFIG_CRYPTO_LIB_CHACHA |