summary refs log tree commit diff
path: root/pkgs/os-specific/linux/rtl8723bs
Commit message (Collapse)AuthorAge
* rtl8723bs: *Flags are listsRobin Gloster2019-12-30
|
* treewide: Purge `stdenv.platform` and top-level `platform`John Ericson2018-08-20
| | | | Progress towards #27069
* rtl8723bs: 2016-04-11 -> 2017-04-06Tim Steinbach2017-08-28
|
* 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
|
* Merge pull request #18073 from joachifm/rtl8723bsJoachim F2016-09-01
|\ | | | | rtl8723bs: 6918e9b2ff29 -> 2016-04-11, fix build against 4.7
| * rtl8723bs: 6918e9b2ff29 -> 2016-04-11, fix build against 4.7Joachim Fasting2016-08-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upstream https://github.com/hadess/rtl8723bs/commit/e71a5fc58c3a1092805c69e7bccb5ab2f6da38f9 adds linux 4.7 support; all subsequent commits are error fixes so we bump to current HEAD for good measure. Built against linux and linux_latest. Mark as broken on -grsec, seems incompatible with PaX constification: > 76fb2-src/hal/rtl8723b_hal_init.c:2186:26: error: assignment of member 'free_hal_data' in read-only object pHalFunc->free_hal_data = &rtl8723b_free_hal_data; and so on.
* | Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster2016-07-15
|\|
| * rtl8723bs: Support all LinuxTuomas Tynkkynen2016-07-04
| |
* | Merge remote-tracking branch 'upstream/master' into hardened-stdenvRobin Gloster2016-05-02
|\|
| * rtl8723bs: version bumpEric Litak2016-04-25
| |
| * rtl8723bs-firmware: init, split off from rtl8723bsEric Litak2016-04-25
| |
| * rtl8723bs: improved buildEric Litak2016-04-25
| |
* | linuxPackages.rtl8723bs: disable pic hardeningRobin Gloster2016-03-29
|/
* rtl8723bs: only works with kernel 3.19 and laterJoachim Fasting2016-03-26
| | | | See e.g., https://hydra.nixos.org/build/33512583/nixlog/1/raw
* Adding rtl8723bs driver recipe.LluĂ­s Batlle i Rossell2016-03-10
Not tested on hardware.