kernel: crypto: fix architecture specific modules
authorPetr Štetiar <ynezz@true.cz>
Sat, 8 Apr 2023 08:29:06 +0000 (10:29 +0200)
committerPetr Štetiar <ynezz@true.cz>
Mon, 10 Apr 2023 05:36:33 +0000 (07:36 +0200)
commit8a554a287811eaf43f375b5875c87a75d1c9bcb0
tree0c84f63c334e1d6ec680ca1b5b87183f822e5ea4
parent32f134fbdf027afc342caea17200728033747333
kernel: crypto: fix architecture specific modules

While tracking one bug report related to wrong package dependencies I've
noticed, that a bunch of the crypto modules are actually not
architecture specific, but either board/subtarget (x86/64) or board
(mpc85xx) specific.

So lets fix it, by making those modules architecture specific:

 x86/64  -> x86_64
 mpc85xx -> powerpc

Signed-off-by: Petr Štetiar <ynezz@true.cz>
package/kernel/linux/modules/crypto.mk