mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
uboot: add patch to increase maximum path length in extlinux.conf
This fixes problems with cross compiled kernels failing to boot. (cherry picked from commit1f4bb8c61d
) (cherry picked from commit828fdd61b9
)
This commit is contained in:
parent
d29202bc48
commit
2a450cec19
@ -32,6 +32,10 @@ let
|
||||
url = https://github.com/dezgeg/u-boot/commit/pythonpath-2018-03.patch;
|
||||
sha256 = "1rhhlhrwhv7ic1n5i720jfh2cxwrkssrkvinllyjy3j9k9bpzcqd";
|
||||
})
|
||||
(fetchpatch {
|
||||
url = https://github.com/dezgeg/u-boot/commit/extlinux-path-length-2018-03.patch;
|
||||
sha256 = "07jafdnxvqv8lz256qy29agjc2k1zj5ad4k28r1w5qkhwj4ixmf8";
|
||||
})
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
|
Loading…
Reference in New Issue
Block a user