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:
parent
5cbdbce01b
commit
c0bca28b2f
|
@ -32,7 +32,7 @@ rec {
|
||||||
|
|
||||||
noPAE = ''
|
noPAE = ''
|
||||||
HIGHMEM64G? n
|
HIGHMEM64G? n
|
||||||
PAE n
|
PAE? n
|
||||||
'';
|
'';
|
||||||
|
|
||||||
usefulSubsystems = ''
|
usefulSubsystems = ''
|
||||||
|
|
Loading…
Reference in New Issue