mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-19 01:11:55 -05:00
gnu: Add linux-libre-arm64-generic at version 5.8.
* gnu/packages/linux (linux-libre-arm64-generic-5.8): New variable.
This commit is contained in:
parent
554b13f35a
commit
2d4c25f016
1 changed files with 12 additions and 0 deletions
|
@ -967,6 +967,18 @@ (define-public linux-libre-arm64-generic
|
|||
("CONFIG_RTC_DRV_RK808" . #t))
|
||||
%default-extra-linux-options)))
|
||||
|
||||
(define-public linux-libre-arm64-generic-5.8
|
||||
(make-linux-libre* linux-libre-5.8-version
|
||||
linux-libre-5.8-source
|
||||
'("aarch64-linux")
|
||||
#:defconfig "defconfig"
|
||||
#:extra-version "arm64-generic"
|
||||
#:extra-options
|
||||
(append
|
||||
`(;; needed to fix the RTC on rockchip platforms
|
||||
("CONFIG_RTC_DRV_RK808" . #t))
|
||||
%default-extra-linux-options)))
|
||||
|
||||
(define-public linux-libre-riscv64-generic
|
||||
(make-linux-libre* linux-libre-version
|
||||
linux-libre-source
|
||||
|
|
Loading…
Reference in a new issue