me
/
guix
Archived
1
0
Fork 0

gnu: Add linux-libre-arm-generic-5.7.

* gnu/packages/linux (linux-libre-arm-generic): New variable.
master
Vagrant Cascadian 2020-06-02 22:55:19 -07:00
parent 637b64ce7c
commit 076779c4d4
No known key found for this signature in database
GPG Key ID: DC518FC87F9716AA
1 changed files with 12 additions and 0 deletions

View File

@ -894,6 +894,18 @@ It has been modified to remove all non-free binary blobs.")
("CONFIG_RTC_DRV_RK808" . #t))
%default-extra-linux-options)))
(define-public linux-libre-arm-generic-5.7
(make-linux-libre* linux-libre-5.7-version
linux-libre-5.7-source
'("armhf-linux")
#:defconfig "multi_v7_defconfig"
#:extra-version "arm-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-arm-veyron
(deprecated-package "linux-libre-arm-veyron" linux-libre-arm-generic))