summaryrefslogtreecommitdiff
path: root/toolchain/elf2flt/Makefile.inc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2023-09-07 15:58:33 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2023-09-07 15:58:33 +0200
commit5d4436d45c08c028ac3f84bb5c18359226245fd5 (patch)
treed23aba76c03a484302c7ae63f043575c549bacb5 /toolchain/elf2flt/Makefile.inc
parente5d0526d457d0dc3d69e8d90d73ef59b9006525e (diff)
elf2flt: update to latest git
Diffstat (limited to 'toolchain/elf2flt/Makefile.inc')
-rw-r--r--toolchain/elf2flt/Makefile.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/toolchain/elf2flt/Makefile.inc b/toolchain/elf2flt/Makefile.inc
index 2dab7edb5..dd8157f7c 100644
--- a/toolchain/elf2flt/Makefile.inc
+++ b/toolchain/elf2flt/Makefile.inc
@@ -2,9 +2,9 @@
# material, please see the LICENCE file in the top-level directory.
PKG_NAME:= elf2flt
-ifeq ($(ADK_TOOLCHAIN_ELF2FLT_2023_04),y)
-PKG_VERSION:= v2023.04
-PKG_GIT:= tag
+ifeq ($(ADK_TOOLCHAIN_ELF2FLT_GIT),y)
+PKG_VERSION:= 26dfb54a59c8c0106418a0c46ccb4288d9e066fd
+PKG_GIT:= hash
PKG_RELEASE:= 1
PKG_SITES:= https://github.com/uclinux-dev/elf2flt.git
endif