mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: Add u-boot-wandboard.
* gnu/packages/bootloaders.scm (u-boot-wandboard): New variable.
This commit is contained in:
parent
fd0b21d5f6
commit
95a3422ef1
1 changed files with 3 additions and 0 deletions
|
@ -463,6 +463,9 @@ (define-public u-boot-a20-olinuxino-micro
|
|||
(define-public u-boot-nintendo-nes-classic-edition
|
||||
(make-u-boot-package "Nintendo_NES_Classic_Edition" "arm-linux-gnueabihf"))
|
||||
|
||||
(define-public u-boot-wandboard
|
||||
(make-u-boot-package "wandboard" "arm-linux-gnueabihf"))
|
||||
|
||||
(define-public vboot-utils
|
||||
(package
|
||||
(name "vboot-utils")
|
||||
|
|
Loading…
Reference in a new issue