outputs.zimage -> outputs.kernel.zImage
remove config option/derivation in favour of accessing as output of the kernel derivation (matches what we do with e.g. modulesupport)
This commit is contained in:
@@ -28,17 +28,7 @@ in
|
||||
kernel
|
||||
******
|
||||
|
||||
Kernel vmlinux file (usually ELF)
|
||||
'';
|
||||
};
|
||||
zimage = mkOption {
|
||||
type = types.package;
|
||||
internal = true;
|
||||
description = ''
|
||||
zimage
|
||||
******
|
||||
|
||||
Kernel in compressed self-extracting package
|
||||
Kernel package (multi-output derivation)
|
||||
'';
|
||||
};
|
||||
dtb = mkOption {
|
||||
|
Reference in New Issue
Block a user