kernel/grsec: another optional option

This should fix the testing kernels.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
Austin Seipp 2014-05-18 08:57:08 -05:00
parent e64e3ad88a
commit ac38b32974

View File

@ -284,7 +284,7 @@ with stdenv.lib;
# Virtualisation.
PARAVIRT? y
${if versionAtLeast version "3.10" then ''
HYPERVISOR_GUEST y
HYPERVISOR_GUEST? y
'' else ''
PARAVIRT_GUEST? y
''}