Signed-off-by: Clemens Gruber <[email protected]> --- rules/u-boot-tools.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/rules/u-boot-tools.make b/rules/u-boot-tools.make index 9a3aacd19..156f224c1 100644 --- a/rules/u-boot-tools.make +++ b/rules/u-boot-tools.make @@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_U_BOOT_TOOLS) += u-boot-tools # # Paths and names # -U_BOOT_TOOLS_VERSION := 2018.01 -U_BOOT_TOOLS_MD5 := b42e45813369f4ae84490a481e531768 +U_BOOT_TOOLS_VERSION := 2018.05 +U_BOOT_TOOLS_MD5 := ad5c59bc19724c1679feb2a0c9ff4a25 U_BOOT_TOOLS := u-boot-$(U_BOOT_TOOLS_VERSION) U_BOOT_TOOLS_SUFFIX := tar.bz2 U_BOOT_TOOLS_URL := ftp://ftp.denx.de/pub/u-boot/$(U_BOOT_TOOLS).$(U_BOOT_TOOLS_SUFFIX) -- 2.17.1 _______________________________________________ ptxdist mailing list [email protected]
