Skip to content

Commit

Permalink
Merge pull request #829 from tlaurion/flashtools_par_upstream
Browse files Browse the repository at this point in the history
modules/flashtools: bring par to upstream flashtools.
  • Loading branch information
tlaurion authored Sep 7, 2020
2 parents 7ce12fe + 4d72869 commit 51fd3b3
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions modules/flashtools
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,11 @@ modules-$(CONFIG_FLASHTOOLS) += flashtools

flashtools_depends := $(musl_dep)

flashtools_version := git
flashtools_repo := https://github.com/osresearch/flashtools

flashtools_version := 0.0.1
flashtools_version := 40d5170e84a3822552df7a500cd00aa870fdfe76
flashtools_dir := flashtools-$(flashtools_version)
flashtools_tar := flashtools-$(flashtools_version).tar.gz
flashtools_url := https://github.com/osresearch/flashtools/archive/v$(flashtools_version).tar.gz
flashtools_hash := e8205aa3d19e536080f5974ed06ab9a88c4c3f37870c2f6a3a08a2f39302c22c
flashtools_url := https://github.com/osresearch/flashtools/archive/$(flashtools_version).tar.gz
flashtools_hash := dca7f4fd129509bdcbf5e4646905d6dd82e91061d7faf62bbe7193c31bb7cd4c

flashtools_target := \
$(CROSS_TOOLS) \
Expand Down

0 comments on commit 51fd3b3

Please sign in to comment.