kernel: Make LIB_ARC4 selectable
[openwrt/staging/stintel.git] / target / linux / generic / hack-5.4 / 260-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/crypto/Kconfig
6 +++ b/crypto/Kconfig
7 @@ -1151,7 +1151,7 @@ config CRYPTO_ANUBIS
8 <http://www.larc.usp.br/~pbarreto/AnubisPage.html>
9
10 config CRYPTO_LIB_ARC4
11 - tristate
12 + tristate "ARC4 cipher library"
13
14 config CRYPTO_ARC4
15 tristate "ARC4 cipher algorithm"