summaryrefslogtreecommitdiff
path: root/toolchain/elf2flt/Makefile.inc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2023-12-22 18:49:11 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2023-12-22 18:49:11 +0100
commit3d647cc685411e5089714b3a4b12cde983aba9ad (patch)
tree792e5e8fa0e424f6088c74b2f5d14e5a6de85cec /toolchain/elf2flt/Makefile.inc
parented2ae3a36f05e601cddff68b5d29318ff63e25f3 (diff)
elf2flt: update to 2023.09
Diffstat (limited to 'toolchain/elf2flt/Makefile.inc')
-rw-r--r--toolchain/elf2flt/Makefile.inc10
1 files changed, 2 insertions, 8 deletions
diff --git a/toolchain/elf2flt/Makefile.inc b/toolchain/elf2flt/Makefile.inc
index bd167c0a3..ff7ab660e 100644
--- a/toolchain/elf2flt/Makefile.inc
+++ b/toolchain/elf2flt/Makefile.inc
@@ -2,14 +2,8 @@
# material, please see the LICENCE file in the top-level directory.
PKG_NAME:= elf2flt
-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
-ifeq ($(ADK_TOOLCHAIN_ELF2FLT_2021_08),y)
-PKG_VERSION:= v2021.08
+ifeq ($(ADK_TOOLCHAIN_ELF2FLT_2023_09),y)
+PKG_VERSION:= v2023.09
PKG_GIT:= tag
PKG_RELEASE:= 1
PKG_SITES:= https://github.com/uclinux-dev/elf2flt.git