Merge pull request #402 from lundmar/fix_elf2flt_repo

Update elf2flt git repository location
This commit is contained in:
Bryan Hundven 2016-08-23 14:25:22 -07:00 committed by GitHub
commit 19fdf86ab6
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ if ELF2FLT_GIT
config ELF2FLT_GIT_CSET
string
prompt "git cset"
default "454b6b415a31959661406bdfbd9dad22229367bf"
default "9dbc458c6122c495bbdec8dc975a15c9d39e5ff2"
help
Enter the git changeset to use.

View File

@ -25,7 +25,7 @@ do_binutils_get() {
CT_GetCustom "elf2flt" "${CT_ELF2FLT_CUSTOM_VERSION}" \
"${CT_ELF2FLT_CUSTOM_LOCATION}"
else
CT_GetGit elf2flt "${CT_ELF2FLT_GIT_CSET}" http://cgit.openadk.org/cgi/cgit/elf2flt.git
CT_GetGit elf2flt "${CT_ELF2FLT_GIT_CSET}" https://github.com/uclinux-dev/elf2flt.git
fi
fi
}