gnu: linux-libre@5.3: Apply upstream entropy fix.
See <https://bugs.gnu.org/37501>. * gnu/packages/linux.scm (linux-libre-5.3-source): Add "linux-libre-active-entropy.patch".
This commit is contained in:
parent
cf3d1763ed
commit
861907f01e
|
@ -435,7 +435,8 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
|
||||||
|
|
||||||
(define-public linux-libre-5.3-source
|
(define-public linux-libre-5.3-source
|
||||||
(source-with-patches linux-libre-5.3-pristine-source
|
(source-with-patches linux-libre-5.3-pristine-source
|
||||||
(list %boot-logo-patch
|
(list (search-patch "linux-libre-active-entropy.patch")
|
||||||
|
%boot-logo-patch
|
||||||
%linux-libre-arm-export-__sync_icache_dcache-patch)))
|
%linux-libre-arm-export-__sync_icache_dcache-patch)))
|
||||||
|
|
||||||
(define-public linux-libre-5.2-source
|
(define-public linux-libre-5.2-source
|
||||||
|
|
Loading…
Reference in New Issue