forked from mirrors/nixpkgs
rtl8812au: remove unsupported kernels
Co-authored-by: Jonathan Ringer <jonringer@users.noreply.github.com>
This commit is contained in:
parent
3360314646
commit
918cf983fb
|
@ -46,5 +46,6 @@ stdenv.mkDerivation rec {
|
|||
license = licenses.gpl2Only;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ danielfullmer ];
|
||||
broken = kernel.kernelOlder "4.10" || kernel.isHardened;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue