rtl8812au: mark as broken on grsec kernels
All hydra builds against grsec kernels fail; builds against vanilla kernels work.
This commit is contained in:
parent
2a097803d4
commit
2182fd52ad
@ -27,5 +27,6 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = "https://github.com/csssuf/rtl8812au";
|
homepage = "https://github.com/csssuf/rtl8812au";
|
||||||
license = stdenv.lib.licenses.gpl2;
|
license = stdenv.lib.licenses.gpl2;
|
||||||
platforms = [ "x86_64-linux" "i686-linux" ];
|
platforms = [ "x86_64-linux" "i686-linux" ];
|
||||||
|
broken = (kernel.features.grsecurity or false);
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user