mirror of https://codeberg.org/hako/Rosenthal.git
* rosenthal/packages/bootloaders.scm: New file. (u-boot-rpi-arm64): New variable.remotes/origin/cloudflared-unbundle
parent
4c0227fb4a
commit
0b31c973e8
1 changed files with 9 additions and 0 deletions
@ -0,0 +1,9 @@ |
||||
;; SPDX-FileCopyrightText: 2022 Hilton Chain <hako@ultrarare.space> |
||||
;; |
||||
;; SPDX-License-Identifier: GPL-3.0-or-later |
||||
|
||||
(define-module (rosenthal packages bootloaders) |
||||
#:use-module (gnu packages bootloaders)) |
||||
|
||||
(define-public u-boot-rpi-arm64 |
||||
(make-u-boot-package "rpi_arm64" "aarch64-linux-gnu")) |
Loading…
Reference in new issue