gnu: linux-libre-beagle-bone-black: Remove kernel variant.

linux-libre-beagle-bone-black is misslabeled. This kernel variant is
for the original beagle board.

* gnu/packages/linux.scm (linux-libre-beagle-bone-black): Remove.
This commit is contained in:
David Craven 2016-09-26 12:11:28 +02:00
parent e4e9c0a083
commit 7a0630035c
No known key found for this signature in database
GPG Key ID: C5E051C79C0BECDB
1 changed files with 0 additions and 7 deletions

View File

@ -339,13 +339,6 @@ 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).