linux: 4.11.6 -> 4.11.7

This commit is contained in:
Tim Steinbach
2017-06-24 11:20:32 -04:00
parent 69153f12e4
commit 3a68f0bb78
2 changed files with 6 additions and 3 deletions
@@ -593,7 +593,10 @@ with stdenv.lib;
FW_LOADER_USER_HELPER_FALLBACK? n
# Disable various self-test modules that have no use in a production system
ARM_KPROBES_TEST? n
${optionalString (versionOlder version "4.11") ''
ARM_KPROBES_TEST? n
''}
ASYNC_RAID6_TEST? n
ATOMIC64_SELFTEST? n
BACKTRACE_SELF_TEST? n