mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-21 22:47:50 +00:00
d450573681
Fixes #2778
12 lines
292 B
Plaintext
12 lines
292 B
Plaintext
LICENSE := GPLv3
|
|
VERSION := git
|
|
DOWNLOADS := g2fg.git
|
|
|
|
URL(g2fg) := https://github.com/alex-ab/g2fg.git
|
|
REV(g2fg) := e6095dd34d71cb180271f47a7bbf20a813102a28
|
|
DIR(g2fg) := boot
|
|
|
|
default: $(DOWNLOADS)
|
|
$(VERBOSE)tar -C boot -xJf boot/grub2.tar.xz
|
|
$(VERBOSE)unxz -kf boot/grub2-head.img.xz
|