summary refs log tree commit diff
path: root/pkgs/os-specific/linux/rtl8812au
Commit message (Collapse)AuthorAge
* rtl8812au: fix build with Linux >= 5.0Daniel Fullmer2019-05-16
|
* rtl8812au: 5.2.20_25672.20171213 -> 5.2.20.2_28373.20180619Daniel Fullmer2018-12-14
|
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* rtl8812au: 4.3.20 -> 5.2.20_25672.20171213Daniel Fullmer2018-02-10
|
* rtl8812au: fix build with Linux >= 4.14.9Orivej Desh2017-12-31
|
* rtl8812au: Fixes for newer linux kernelsDaniel Fullmer2017-08-11
| | | | | This includes the patches from the pull requests #42, #43, and #46 submitted to Grawp/rtl8812au_rtl8821au
* rtl8812au: Fix comment typoDaniel Fullmer2017-08-11
| | | | | | The commit 5d693c84d2e492080e982bf7429d6e923229d721 cleaned up the substitute() function in stdenv and caused this line to fail.
* pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2017-08-01
| | | | | | | | | | | | * pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
* tree-wide: remove uses of features.grsecurityJoachim Fasting2017-05-14
|
* rtl8812au: compiles on linux 4.8Yochai Meir2016-11-03
|
* rtl8812au: 4.2.2-1 -> 4.3.20Yochai2016-09-29
|
* linuxPackages.rtl8812au: fix buildRobin Gloster2016-08-14
|
* Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster2016-03-28
|\
| * rtl8812au: mark as broken on grsec kernelsJoachim Fasting2016-03-27
| | | | | | | | | | All hydra builds against grsec kernels fail; builds against vanilla kernels work.
* | Use general hardening flag toggle listsFranz Pletz2016-03-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The following parameters are now available: * hardeningDisable To disable specific hardening flags * hardeningEnable To enable specific hardening flags Only the cc-wrapper supports this right now, but these may be reused by other wrappers, builders or setup hooks. cc-wrapper supports the following flags: * fortify * stackprotector * pie (disabled by default) * pic * strictoverflow * format * relro * bindnow
* | Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster2016-02-28
|\|
| * Remove all dots at end of descriptionszimbatm2016-02-27
| | | | | | | | | | | | | | Specially crafted for @JagaJaga find pkgs -name "*.nix" -exec \ sed -e 's|\(description.*\)\.";|\1";|g' -i {} \;
* | linuxPackages.rtl8812au: turn off pic hardeningRobin Gloster2016-02-12
|/
* rtl8812au: init at 4.2.2Yochai2015-09-03