kernel: add linux 5.10 support
[openwrt/staging/wigyori.git] / target / linux / generic / hack-5.10 / 261-lib-arc4-unhide.patch
1 This makes it possible to select CONFIG_CRYPTO_LIB_ARC4 directly. We
2 need this to be able to compile this into the kernel and make use of it
3 from backports.
4
5 --- a/lib/crypto/Kconfig
6 +++ b/lib/crypto/Kconfig
7 @@ -6,7 +6,7 @@ config CRYPTO_LIB_AES
8 tristate
9
10 config CRYPTO_LIB_ARC4
11 - tristate
12 + tristate "ARC4 cipher library"
13
14 config CRYPTO_ARCH_HAVE_LIB_BLAKE2S
15 tristate