linuxPackages.rtl8814au: mark broken on kernel versions < 5.2 and > 6.14 (#459966)

This commit is contained in:
Masum Reza
2025-11-09 05:14:07 +00:00
committed by GitHub
@@ -42,5 +42,6 @@ stdenv.mkDerivation {
homepage = "https://github.com/morrownr/8814au";
license = licenses.gpl2Only;
maintainers = [ maintainers.lassulus ];
broken = kernel.kernelOlder "5.2" || kernel.kernelAtLeast "6.15";
};
}