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 0ec65e887..e341c6d04 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 := 2017.05 -U_BOOT_TOOLS_MD5 := 1b9ab3707ded74bbde9405987f816969 +U_BOOT_TOOLS_VERSION := 2017.07 +U_BOOT_TOOLS_MD5 := b74741e7a9ad1cf9a5bfa87302b80f2b 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.14.1 _______________________________________________ ptxdist mailing list [email protected]
