diff options
author | Mark H Weaver <mhw@netris.org> | 2020-07-10 00:15:42 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2020-07-10 00:15:42 -0400 |
commit | 3f4f0770512b286523a398e3f9f3eb6441f44b17 (patch) | |
tree | 6270ba98c497d5b0dc79a5e4073a243a2cf0418c /gnu/local.mk | |
parent | 1e8b8dcf558ef9ba7dbcf59f34cab6c5415df36d (diff) | |
download | guix-3f4f0770512b286523a398e3f9f3eb6441f44b17.tar.gz |
gnu: linux-libre: Fix regression with Atheros 9271.
* gnu/packages/patches/linux-libre-fix-atheros-9271.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/linux.scm (%linux-libre-fix-atheros-9271-patch): New variable. (linux-libre-4.4-source, linux-libre-4.9-source) (linux-libre-4.14-source, linux-libre-4.19-source) (linux-libre-5.4-source, linux-libre-5.7-source): Add the patch.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index cecc8bc4b1..5c3b391960 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1238,6 +1238,7 @@ dist_patch_DATA = \ %D%/packages/patches/lierolibre-try-building-other-arch.patch \ %D%/packages/patches/linkchecker-tests-require-network.patch \ %D%/packages/patches/linphoneqt-tabbutton.patch \ + %D%/packages/patches/linux-libre-fix-atheros-9271.patch \ %D%/packages/patches/linux-libre-support-for-Pinebook-Pro.patch \ %D%/packages/patches/linux-pam-no-setfsuid.patch \ %D%/packages/patches/lirc-localstatedir.patch \ |