summaryrefslogtreecommitdiff
path: root/backport/compat
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2018-12-01 18:28:01 +0100
committerHauke Mehrtens <hauke@hauke-m.de>2018-12-06 22:53:12 +0100
commitb198137b5b0011ed7ea8b58f2b6a3e391ceec662 (patch)
tree08ee8e8a3cd63fe5e2c68188106b5d01998c1d63 /backport/compat
parent5736cbd4d51cfd02808d730d717ee47ce70c5143 (diff)
backports: Remove BPAUTO_CRYPTO_SKCIPHER
This was added in commit 32751c901728 ("backport: add crypto skcipher interface"), but all the drivers which need it were deactivated in commit cdcec8e6128 ("backports: disable things needing LIB80211 unless SKCIPHER can exist") because it does not compile any more. Remove this code now completely from the tree. lib80211 does not use skcipher any more, but directly uses the crpyto API. since kernel 4.20. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'backport/compat')
-rw-r--r--backport/compat/Kconfig8
-rw-r--r--backport/compat/Makefile2
2 files changed, 0 insertions, 10 deletions
diff --git a/backport/compat/Kconfig b/backport/compat/Kconfig
index f88a646e..bb5d864c 100644
--- a/backport/compat/Kconfig
+++ b/backport/compat/Kconfig
@@ -102,14 +102,6 @@ config BPAUTO_USERSEL_BUILD_ALL
It's only really useful for compat testing, so
you probably shouldn't enable it.
-config BPAUTO_CRYPTO_SKCIPHER
- tristate
- depends on KERNEL_4_3
- default y if BACKPORTED_LIB80211_CRYPT_WEP
- default y if BACKPORTED_LIB80211_CRYPT_TKIP
- #c-file crypto/skcipher.c
- #module-name skcipher
-
config BPAUTO_WANT_DEV_COREDUMP
bool
diff --git a/backport/compat/Makefile b/backport/compat/Makefile
index fdc68c8b..99b52faa 100644
--- a/backport/compat/Makefile
+++ b/backport/compat/Makefile
@@ -41,8 +41,6 @@ compat-$(CPTCFG_KERNEL_4_20) += backport-4.20.o
compat-$(CPTCFG_KERNEL_4_20) += backport-genetlink.o
-compat-$(CPTCFG_BPAUTO_CRYPTO_SKCIPHER) += crypto-skcipher.o
-
compat-$(CPTCFG_BPAUTO_BUILD_SYSTEM_DATA_VERIFICATION) += verification/verify.o
compat-$(CPTCFG_BPAUTO_BUILD_SYSTEM_DATA_VERIFICATION) += verification/pkcs7.asn1.o
compat-$(CPTCFG_BPAUTO_BUILD_SYSTEM_DATA_VERIFICATION) += verification/pkcs7_verify.o