Remove old stdenv hack for the kernel
This commit is contained in:
parent
b7251e7a84
commit
9db6d05222
@ -41,9 +41,6 @@ final: prev:
|
|||||||
});
|
});
|
||||||
|
|
||||||
linuxPackagesCustom = prev.linuxPackagesFor (prev.linux.override {
|
linuxPackagesCustom = prev.linuxPackagesFor (prev.linux.override {
|
||||||
# Don't use a compiler without compressed instructions, let the kernel
|
|
||||||
# configure the -march and -mabi arguments.
|
|
||||||
stdenv = prev.stdenv;
|
|
||||||
structuredExtraConfig = with prev.lib.kernel; {
|
structuredExtraConfig = with prev.lib.kernel; {
|
||||||
KEXEC = yes;
|
KEXEC = yes;
|
||||||
SERIAL_8250_DW = yes;
|
SERIAL_8250_DW = yes;
|
||||||
|
Loading…
Reference in New Issue
Block a user