]> git.ipfire.org Git - thirdparty/openwrt.git/commit
linux: crypto: fix dependencies for curve25519 and poly1305 21483/head
authorRobert Marko <robimarko@gmail.com>
Fri, 9 Jan 2026 19:37:01 +0000 (20:37 +0100)
committerRobert Marko <robimarko@gmail.com>
Sat, 10 Jan 2026 23:25:06 +0000 (00:25 +0100)
commit93665d0aa35fe504a7195de24fa61f6db4243100
treef9e638ffc41fcbc0f57fa6243a6eb7a5c8fee265
parentdd519f6c05b37e2a676cc20991d2525066fe6d06
linux: crypto: fix dependencies for curve25519 and poly1305

Currently, kmod-crypto-kpp is only implied for curve25519 and thus it
can get unselected and then building will fail due to missing kpp.ko.

Same issue happens with kmod-crypto-hash for poly1305.

So, lets drop the whole implies logic and make sure to always select
them as dependencies.

Fixes: #21386
Link: https://github.com/openwrt/openwrt/pull/21483
Signed-off-by: Robert Marko <robimarko@gmail.com>
package/kernel/linux/modules/crypto.mk