mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: Add linux-libre-arm64-generic-5.7.
* gnu/packages/linux (linux-libre-arm64-generic): New variable.
This commit is contained in:
parent
21569e53b2
commit
637b64ce7c
1 changed files with 12 additions and 0 deletions
|
@ -956,6 +956,18 @@ (define-public linux-libre-arm64-generic-5.6
|
|||
("CONFIG_RTC_DRV_RK808" . #t))
|
||||
%default-extra-linux-options)))
|
||||
|
||||
(define-public linux-libre-arm64-generic-5.7
|
||||
(make-linux-libre* linux-libre-5.7-version
|
||||
linux-libre-5.7-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