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:
parent
e4e9c0a083
commit
7a0630035c
|
@ -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).
|
||||||
|
|
Loading…
Reference in New Issue