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

linux: Add omap2plus generic kernel.

* gnu/packages/linux.scm (linux-libre-arm-omap2plus): New exported variable.
This commit is contained in:
Mathieu Othacehe 2017-11-03 15:15:23 +01:00
parent 2ac42fe51f
commit f6948189a9
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -402,6 +402,13 @@ It has been modified to remove all non-free binary blobs.")
#:defconfig "multi_v7_defconfig"
#:extra-version "arm-generic"))
(define-public linux-libre-arm-omap2plus
(make-linux-libre %linux-libre-version
%linux-libre-hash
'("armhf-linux")
#:defconfig "omap2plus_defconfig"
#:extra-version "arm-omap2plus"))
;;;
;;; Pluggable authentication modules (PAM).