linux: 4.9.33 -> 4.9.34

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