mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
linux: Add omap2plus generic kernel.
* gnu/packages/linux.scm (linux-libre-arm-omap2plus): New exported variable.
This commit is contained in:
parent
2ac42fe51f
commit
f6948189a9
1 changed files with 7 additions and 0 deletions
|
@ -402,6 +402,13 @@ (define-public linux-libre-arm-generic
|
||||||
#:defconfig "multi_v7_defconfig"
|
#:defconfig "multi_v7_defconfig"
|
||||||
#:extra-version "arm-generic"))
|
#: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).
|
;;; Pluggable authentication modules (PAM).
|
||||||
|
|
Loading…
Reference in a new issue