aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2019-09-28 14:11:47 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2019-10-12 01:02:17 +0200
commit9c79b1d3e551d6d35ab28627b3d6d3d232c5faef (patch)
tree6b6e46b79759bdee314d76b7e53f4dde484d11de
parent4418aba60245ab4adddb5ca015d62239fa3c2b21 (diff)
downloadbackports-linux-5.3.y.tar.gz
backports: lib-arc4: Do not build when activated in kernelv5.3.6-1linux-5.3.y
Upstream commit d611ecd9295eafa268b5a1390baabefcd5c980cd Only build the own lib-arc4 version when it is not build as a module or into the kernel. Without this change it was also build when CRYPTO_LIB_ARC4 was build as a module in the kernel. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
-rw-r--r--backport/compat/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/backport/compat/Kconfig b/backport/compat/Kconfig
index e462776e..3af729a3 100644
--- a/backport/compat/Kconfig
+++ b/backport/compat/Kconfig
@@ -175,6 +175,6 @@ config BPAUTO_CRYPTO_LIB_ARC4
config BPAUTO_BUILD_CRYPTO_LIB_ARC4
bool
default y if BPAUTO_CRYPTO_LIB_ARC4
- depends on KERNEL_4_20 || !CRYPTO_LIB_ARC4
+ depends on !(CRYPTO_LIB_ARC4=y || CRYPTO_LIB_ARC4=m)
#h-file crypto/arc4.h
#c-file lib/crypto/arc4.c