diff options
-rw-r--r-- | toolchain/elf2flt/Makefile.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/toolchain/elf2flt/Makefile.inc b/toolchain/elf2flt/Makefile.inc index 6dc60328c..be2b4b07b 100644 --- a/toolchain/elf2flt/Makefile.inc +++ b/toolchain/elf2flt/Makefile.inc @@ -2,6 +2,5 @@ # material, please see the LICENCE file in the top-level directory. PKG_NAME:= elf2flt -PKG_VERSION:= git PKG_RELEASE:= 1 -PKG_SITES:= git://uclibc-ng.org/git/elf2flt +PKG_SITES:= https://github.com/uclinux-dev/elf2flt.git |