gnu: Add linux-libre-arm-generic.
* gnu/packages/linux.scm (linux-libre-arm-generic): New variable.
This commit is contained in:
parent
78edccccaf
commit
cde7c23f15
1 changed files with 11 additions and 0 deletions
|
@ -397,6 +397,17 @@ It has been modified to remove all non-free binary blobs.")
|
||||||
%intel-compatible-systems
|
%intel-compatible-systems
|
||||||
#:configuration-file kernel-config))
|
#:configuration-file kernel-config))
|
||||||
|
|
||||||
|
;; Avoid rebuilding kernel variants when there is a minor version bump.
|
||||||
|
(define %linux-libre-version "4.7.3")
|
||||||
|
(define %linux-libre-hash "18sy1vh4x66hsk0qbq8g5299my082d530zm8c7xnbakq7350igi6")
|
||||||
|
|
||||||
|
(define-public linux-libre-arm-generic
|
||||||
|
(make-linux-libre %linux-libre-version
|
||||||
|
%linux-libre-hash
|
||||||
|
'("armhf-linux")
|
||||||
|
#:defconfig "multi_v7_defconfig"
|
||||||
|
#:extra-version "arm-generic"))
|
||||||
|
|
||||||
|
|
||||||
;;;
|
;;;
|
||||||
;;; Pluggable authentication modules (PAM).
|
;;; Pluggable authentication modules (PAM).
|
||||||
|
|
Reference in a new issue