gnu: Add linux-libre-beagle-bone-black.

* gnu/packages/linux.scm (linux-libre-beagle-bone-black): New variable.
This commit is contained in:
David Craven 2016-09-08 19:42:50 +02:00
parent cde7c23f15
commit de459dc095
No known key found for this signature in database
GPG Key ID: C5E051C79C0BECDB
1 changed files with 7 additions and 0 deletions

View File

@ -408,6 +408,13 @@ It has been modified to remove all non-free binary blobs.")
#:defconfig "multi_v7_defconfig" #:defconfig "multi_v7_defconfig"
#:extra-version "arm-generic")) #: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). ;;; Pluggable authentication modules (PAM).