fix jffs2 mtd partition splitting on little-endian CPU

This commit is contained in:
Daniel Barlow
2023-09-26 16:40:37 +01:00
parent ab147abd9b
commit dfe7228b99
2 changed files with 21 additions and 0 deletions

View File

@@ -54,6 +54,7 @@ stdenv.mkDerivation rec {
patches = [
./cmdline-cookie.patch
./make-mtdsplit-jffs2-endian-agnostic.patch
];
# this is here to work around what I think is a bug in nixpkgs