mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 21:57:55 +00:00
4b826d10ef
Fixes #2727
11 lines
250 B
Plaintext
11 lines
250 B
Plaintext
LICENSE := GPLv3
|
|
VERSION := git
|
|
DOWNLOADS := g2fg.git
|
|
|
|
URL(g2fg) := https://github.com/alex-ab/g2fg.git
|
|
REV(g2fg) := d2b93f99c21d46083c3635d1dff29c45cebbbdb9
|
|
DIR(g2fg) := boot
|
|
|
|
default: $(DOWNLOADS)
|
|
$(VERBOSE)tar -C boot -xjf boot/grub2.tar.bz2
|