apply mtdpslit patch only for openwrt kernel

it doesn't apply to mainline because there's no mtdsplit
in mainline
This commit is contained in:
Daniel Barlow
2023-09-26 18:40:22 +01:00
parent d0c2b3b274
commit abd01a7809
3 changed files with 6 additions and 1 deletions

View File

@@ -54,7 +54,6 @@ 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