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