mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-19 04:57:55 +00:00
255181c02f
The current source URL is not available anymore.
kakaroto changed his copy of heads to point to his own github account's fbwhiptail:
b13cc5e68d
But it seems that source.puri.sm/coreboot is a more accessible home for the
project.
16 lines
321 B
Plaintext
16 lines
321 B
Plaintext
modules-$(CONFIG_FBWHIPTAIL) += fbwhiptail
|
|
|
|
fbwhiptail_depends := cairo $(musl_dep)
|
|
|
|
fbwhiptail_version := git
|
|
fbwhiptail_dir := fbwhiptail
|
|
fbwhiptail_repo := https://source.puri.sm/coreboot/fbwhiptail.git
|
|
|
|
fbwhiptail_target := \
|
|
$(MAKE_JOBS) \
|
|
$(CROSS_TOOLS) \
|
|
fbwhiptail
|
|
|
|
fbwhiptail_output := \
|
|
fbwhiptail whiptail
|