rtl8812au: remove unsupported kernels

Co-authored-by: Jonathan Ringer <jonringer@users.noreply.github.com>
This commit is contained in:
fortune 2021-05-09 08:38:11 +08:00 committed by Jonathan Ringer
parent 3360314646
commit 918cf983fb

View file

@ -46,5 +46,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl2Only;
platforms = platforms.linux;
maintainers = with maintainers; [ danielfullmer ];
broken = kernel.kernelOlder "4.10" || kernel.isHardened;
};
}