From 46f05470293142234fb00f0b491710f9064838b2 Mon Sep 17 00:00:00 2001 From: James Smith Date: Tue, 8 Sep 2020 14:42:28 -0700 Subject: nongnu: broadcom-sta: Fix build on linux 5.6 and later. * nongnu/packages/linux.scm (broadcom-sta-x86_64-source): Add file. * nongnu/packages/patches/broadcom-sta-linux-5.6.patch: New patch from NixOS. Signed-off-by: Alex Griffin --- nongnu/packages/linux.scm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'nongnu/packages/linux.scm') diff --git a/nongnu/packages/linux.scm b/nongnu/packages/linux.scm index 49c8ad7..1f17607 100644 --- a/nongnu/packages/linux.scm +++ b/nongnu/packages/linux.scm @@ -2,6 +2,7 @@ ;;; Copyright © 2019 Pierre Neidhardt ;;; Copyright © 2019 Giacomo Leidi ;;; Copyright © 2019 Timotej Lazar +;;; Copyright © 2020 James Smith ;;; ;;; This program is free software: you can redistribute it and/or modify ;;; it under the terms of the GNU General Public License as published by @@ -555,7 +556,9 @@ package contains nonfree firmware for the following chips: "broadcom-sta-linux-4.12.patch" "broadcom-sta-linux-4.15.patch" "broadcom-sta-fix_mac_profile_discrepancy.patch" - "broadcom-sta-linux-5.1.patch"))) + "broadcom-sta-linux-5.1.patch" + ;; source: https://github.com/NixOS/nixpkgs/commit/8ce65087c333097ab714d23800b69fc471ec48ca + "broadcom-sta-linux-5.6.patch"))) (sha256 (base32 "1gj485qqr190idilacpxwgqyw21il03zph2rddizgj7fbd6pfyaz")))) -- cgit v1.2.3