kernel filesystem config changes

patch with bcachefs
enable bcachefs, exfat, squashfs
enable ntfs rw
This commit is contained in:
LavaDesu 2021-05-14 12:08:50 +07:00
parent 56f5377205
commit ea087f500e
Signed by: cilly
GPG key ID: 6500251E087653C9
3 changed files with 48 additions and 9 deletions

View file

@ -39,6 +39,13 @@ self: super: {
sha256 = "0lf374ccxhhr8idb8kbpzxzw7pi4s4ghdvnffp4pd6q56qs5j86j";
};
}
{
name = "bcachefs";
patch = builtins.fetchurl {
url = "https://raw.githubusercontent.com/Frogging-Family/linux-tkg/master/linux-tkg-patches/5.11/0008-5.11-bcachefs.patch";
sha256 = "06b3c6k56i5zqgmh5i3rixhz7mhq187cckkcnxb7d2g4vxy1v0vc";
};
}
];
}).overrideAttrs(o: {
passthru = o.passthru // {