correct flashtools repo url

This commit is contained in:
Trammell hudson 2018-02-28 10:53:18 -05:00
parent f618f09a69
commit 495e88f175
No known key found for this signature in database
GPG Key ID: 687A5005935B1533

View File

@ -3,7 +3,7 @@ modules-$(CONFIG_FLASHTOOLS) += flashtools
flashtools_depends := $(musl_dep)
flashtools_version := git
flashtools_repo := ssh://git@github.com/osresearch/flashtools
flashtools_repo := https://github.com/osresearch/flashtools
flashtools_version := 0.0.1
flashtools_dir := flashtools-$(flashtools_version)