me
/
guix
Archived
1
0
Fork 0

linux: Add omap2plus generic kernel.

* gnu/packages/linux.scm (linux-libre-arm-omap2plus): New exported variable.
master
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
1 changed files with 7 additions and 0 deletions

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).