kernel/grsec: another optional option
This should fix the testing kernels. Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
parent
e64e3ad88a
commit
ac38b32974
@ -284,7 +284,7 @@ with stdenv.lib;
|
|||||||
# Virtualisation.
|
# Virtualisation.
|
||||||
PARAVIRT? y
|
PARAVIRT? y
|
||||||
${if versionAtLeast version "3.10" then ''
|
${if versionAtLeast version "3.10" then ''
|
||||||
HYPERVISOR_GUEST y
|
HYPERVISOR_GUEST? y
|
||||||
'' else ''
|
'' else ''
|
||||||
PARAVIRT_GUEST? y
|
PARAVIRT_GUEST? y
|
||||||
''}
|
''}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user