summary refs log tree commit diff
path: root/pkgs/os-specific/linux/rtl8723bs
Commit message (Collapse)AuthorAge
* lib: Clean up how linux and gcc config is specifiedJohn Ericson2021-01-23
| | | | | | | Second attempt of 8929989614589ee3acd070a6409b2b9700c92d65; see that commit for details. This reverts commit 0bc275e63423456d6deb650e146120c39c1e0723.
* Revert "lib: Clean up how linux and gcc config is specified"Jonathan Ringer2021-01-22
| | | | | | | This is a stdenv-rebuild, and should not be merged into master This reverts commit 8929989614589ee3acd070a6409b2b9700c92d65.
* lib: Clean up how linux and gcc config is specifiedJohn Ericson2021-01-21
| | | | | | | | | | | | | | | | The `platform` field is pointless nesting: it's just stuff that happens to be defined together, and that should be an implementation detail. This instead makes `linux-kernel` and `gcc` top level fields in platform configs. They join `rustc` there [all are optional], which was put there and not in `platform` in anticipation of a change like this. `linux-kernel.arch` in particular also becomes `linuxArch`, to match the other `*Arch`es. The next step after is this to combine the *specific* machines from `lib.systems.platforms` with `lib.systems.examples`, keeping just the "multiplatform" ones for defaulting.
* pkgs/os-specific: stdenv.lib -> libBen Siraphob2021-01-17
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* 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.