mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: Add linux-libre-beagle-bone-black.
* gnu/packages/linux.scm (linux-libre-beagle-bone-black): New variable.
This commit is contained in:
parent
cde7c23f15
commit
de459dc095
1 changed files with 7 additions and 0 deletions
|
@ -408,6 +408,13 @@ (define-public linux-libre-arm-generic
|
|||
#:defconfig "multi_v7_defconfig"
|
||||
#:extra-version "arm-generic"))
|
||||
|
||||
(define-public linux-libre-beagle-bone-black
|
||||
(make-linux-libre %linux-libre-version
|
||||
%linux-libre-hash
|
||||
'("armhf-linux")
|
||||
#:defconfig "omap2plus_defconfig"
|
||||
#:extra-version "beagle-bone-black"))
|
||||
|
||||
|
||||
;;;
|
||||
;;; Pluggable authentication modules (PAM).
|
||||
|
|
Loading…
Reference in a new issue