mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-18 20:47:55 +00:00
flashprog: use latest head commit of wp_cli branch which is experimental branch
This is https://github.com/SourceArcade/flashprog/tree/wp_cli Signed-off-by: Thierry Laurion <insurgo@riseup.net>
This commit is contained in:
parent
2bf173c59a
commit
243f203c4a
@ -2,13 +2,11 @@ modules-$(CONFIG_FLASHPROG) += flashprog
|
||||
|
||||
flashprog_depends := pciutils $(musl_dep)
|
||||
|
||||
flashprog_change := 72991
|
||||
flashprog_revision := 5
|
||||
flashprog_version := $(flashprog_change)_$(flashprog_revision)
|
||||
flashprog_version := 9dc6d843b0678001c9baf0e8602ecb25b16329d2
|
||||
flashprog_dir := flashprog-$(flashprog_version)
|
||||
flashprog_tar := $(flashprog_dir).tar.gz
|
||||
flashprog_url := https://review.sourcearcade.org/changes/flashprog~$(flashprog_change)/revisions/$(flashprog_revision)/archive?format=tgz
|
||||
flashprog_hash := 8e8e6d901d3bc37b80db1f10dd21b9490709bdb54a0ca06892f8922a284f2ed9
|
||||
flashprog_url := https://github.com/SourceArcade/flashprog/archive/$(flashprog_version).tar.gz
|
||||
flashprog_hash := fa4ddf3b60314994a37e4599122ae4c7f42135c13c782e580bc580d715cfa2fc
|
||||
|
||||
# Default options for flashprog
|
||||
flashprog_cfg := \
|
||||
|
Loading…
Reference in New Issue
Block a user