[PATCH 7/8] backports: Do not build BPAUTO_BUILD_SYSTEM_DATA_VERIFICATION on < 3.13

Hauke Mehrtens <[email protected]>
Newsgroups org.kernel.vger.backports
Message-ID <[email protected]>
SYSTEM_DATA_VERIFICATION now uses hash_algo_name() which was added in
kernel 3.13. Just do not build this on older kernel versions.

Signed-off-by: Hauke Mehrtens <[email protected]>
---
 backport/compat/Kconfig | 1 +
 dependencies            | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/backport/compat/Kconfig b/backport/compat/Kconfig
index 3af729a3..41b50a6b 100644
--- a/backport/compat/Kconfig
+++ b/backport/compat/Kconfig
@@ -150,6 +150,7 @@ config BPAUTO_BUILD_SYSTEM_DATA_VERIFICATION
 	bool
 	default y if BPAUTO_SYSTEM_DATA_VERIFICATION
 	depends on KERNEL_4_7 || !SYSTEM_DATA_VERIFICATION
+	depends on !KERNEL_3_13
 	select BPAUTO_ASN1_DECODER
 	select BPAUTO_PUBLIC_KEY
 	select BPAUTO_PKCS7
diff --git a/dependencies b/dependencies
index 47558470..cb6741c7 100644
--- a/dependencies
+++ b/dependencies
@@ -89,3 +89,6 @@ R8188EU  3.14
 # depends on crypto_sync_skcipher()
 AIRO 4.20
 AIRO_CS 4.20
+
+# needs BPAUTO_BUILD_SYSTEM_DATA_VERIFICATION
+CFG80211_REQUIRE_SIGNED_REGDB 3_13
-- 
2.20.1

--
To unsubscribe from this list: send the line "unsubscribe backports" in
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.