Do not insist on using CONFIG_PAE if we are trying to build a non-PAE kernel

svn path=/nixpkgs/trunk/; revision=19454
This commit is contained in:
Michael Raskin 2010-01-15 05:30:00 +00:00
parent 5cbdbce01b
commit c0bca28b2f

@ -32,7 +32,7 @@ rec {
noPAE = ''
HIGHMEM64G? n
PAE n
PAE? n
'';
usefulSubsystems = ''