3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

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

View file

@ -339,13 +339,6 @@ It has been modified to remove all non-free binary blobs.")
#: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).