diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2013-01-04 10:22:47 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-01-04 21:26:58 +0100 |
commit | 150564a8bb82f5577362030b8354aaa68e08a0ea (patch) | |
tree | 9267b125b205109bf467a2c71ff646b78fe04811 /package/uboot-tools/uboot-tools.mk | |
parent | b16f37b03c383f70c6cc50582f6b3ee4cf5aa037 (diff) | |
download | buildroot-novena-150564a8bb82f5577362030b8354aaa68e08a0ea.tar.gz buildroot-novena-150564a8bb82f5577362030b8354aaa68e08a0ea.zip |
uboot-tools: bump to version 2012.10
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/uboot-tools/uboot-tools.mk')
-rw-r--r-- | package/uboot-tools/uboot-tools.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/uboot-tools/uboot-tools.mk b/package/uboot-tools/uboot-tools.mk index 75cda8e04..5957a3dba 100644 --- a/package/uboot-tools/uboot-tools.mk +++ b/package/uboot-tools/uboot-tools.mk @@ -3,7 +3,7 @@ # uboot-tools # ############################################################# -UBOOT_TOOLS_VERSION = 2012.07 +UBOOT_TOOLS_VERSION = 2012.10 UBOOT_TOOLS_SOURCE = u-boot-$(UBOOT_TOOLS_VERSION).tar.bz2 UBOOT_TOOLS_SITE = ftp://ftp.denx.de/pub/u-boot UBOOT_TOOLS_LICENSE = GPLv2+ |