gnu: Add linux-libre-arm-generic at version 5.10.
* gnu/packages/linux.scm (linux-libre-arm-generic-5.10): New variable.
This commit is contained in:
parent
ece9fba60e
commit
ba0dc1dbc1
1 changed files with 12 additions and 0 deletions
|
|
@ -965,6 +965,18 @@ It has been modified to remove all non-free binary blobs.")
|
||||||
(define-public linux-libre-arm-veyron
|
(define-public linux-libre-arm-veyron
|
||||||
(deprecated-package "linux-libre-arm-veyron" linux-libre-arm-generic))
|
(deprecated-package "linux-libre-arm-veyron" linux-libre-arm-generic))
|
||||||
|
|
||||||
|
(define-public linux-libre-arm-generic-5.10
|
||||||
|
(make-linux-libre* linux-libre-5.10-version
|
||||||
|
linux-libre-5.10-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-generic-5.4
|
(define-public linux-libre-arm-generic-5.4
|
||||||
(make-linux-libre* linux-libre-5.4-version
|
(make-linux-libre* linux-libre-5.4-version
|
||||||
linux-libre-5.4-source
|
linux-libre-5.4-source
|
||||||
|
|
|
||||||
Reference in a new issue