Commit Graph

13 Commits

Author SHA1 Message Date
Tim Steinbach 921071da08
linux: Add 5.3, linux-libre: 16791 -> 16794
Update linuxPackages_latest to 5.3
2019-09-16 14:00:02 -04:00
Dima 2a8f7d71ce linux-libre: fixing build / deblobbing (#68844)
Build was failing because we were depending on tagged versions of
the deblobbing scripts. The tags are not updated and thus newer
changes required won't be reflected unless the tag is re-created, which
might not be reliably the case.

So bumping revision and switching to use the branches to access the
deblob scripts.

For context, in our case the missing change is:

--- /nix/store/sfc0rrhj5l44zpqgpsymq5750k5wzg8p-tags-r16790/4.19-gnu/deblob-4.19	1970-01-01 01:00:01.000000000 +0100
+++ ../deblob-4.19	2019-09-14 14:53:44.637404289 +0200
@@ -1879,7 +1879,11 @@

 announce BRCMFMAC - "Broadcom IEEE802.11n embedded FullMAC WLAN driver"
 reject_firmware drivers/net/wireless/broadcom/brcm80211/brcmfmac/firmware.c
-reject_firmware drivers/net/wireless/broadcom/brcm80211/brcmfmac/common.c
+if grep -q firmware_request_nowarn drivers/net/wireless/broadcom/brcm80211/brcmfmac/common.c; then
+  reject_firmware_nowarn drivers/net/wireless/broadcom/brcm80211/brcmfmac/common.c
+else
+  reject_firmware drivers/net/wireless/broadcom/brcm80211/brcmfmac/common.c
+fi
 clean_blob drivers/net/wireless/broadcom/brcm80211/brcmfmac/feature.c
 clean_blob drivers/net/wireless/broadcom/brcm80211/brcmfmac/firmware.h
2019-09-15 17:42:29 +00:00
Alyssa Ross 3057b03c7c
linux_latest-libre: fix build 2019-09-01 11:23:30 +00:00
Alyssa Ross bed7e5aaf2
linux_libre-latest: fix build 2019-05-25 00:53:44 +00:00
Alyssa Ross 0ca13abcb8
linux_latest-libre: fix build
Fixes https://github.com/NixOS/nixpkgs/issues/56890.
2019-03-11 21:35:48 +00:00
Tim Steinbach 117eb5725a
linux-libre: 15814 -> 15951 2019-02-12 19:00:16 -05:00
Tim Steinbach 24cdaa7b48
linux-libre: 15715 -> 15814 2018-12-24 12:33:24 -05:00
Alyssa Ross fa749ac858
linux_latest-libre: document finding latest rev
https://github.com/NixOS/nixpkgs/pull/51403#issuecomment-444064006
2018-12-04 12:08:30 +00:00
Jörg Thalheim 3ba88670ab
linux_latest-libre: update patchset for kernel version 2018-12-02 18:54:57 +00:00
Jan Malakhovski 67a5c0da41 tree-wide: fix all `rev`s of `fetchsvn` 2018-11-08 05:29:47 +00:00
Uli Baum be356b3d4a linux-libre: fix argument list
Building a system with boot.kernelPackages = pkgs.linuxPackages-libre
failed because the expression is called with extra arguments,
See linux-4.14.nix.
2018-08-29 23:00:47 +02:00
Alyssa Ross a202c25ff7
linux-libre: add myself as a maintainer 2018-08-21 11:14:38 +01:00
Alyssa Ross 34a7e678b2
linux-libre: init 2018-08-21 00:39:39 +02:00