mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-01-25 14:31:02 +01:00
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> (cherry picked from commit 93665d0aa35fe504a7195de24fa61f6db4243100)