| Submitter | Gustavo Zacarias |
|---|---|
| Date | Feb. 4, 2013, 12:25 p.m. |
| Message ID | <1359980717-9587-1-git-send-email-gustavo@zacarias.com.ar> |
| Download | mbox | patch |
| Permalink | /patch/217892/ |
| State | Accepted |
| Commit | 7c42bb1f3af67a063400a3926c5614d06da17d47 |
| Headers | show |
Comments
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:
Gustavo> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
The fixes afaik don't affect the tools, but ok - Committed, thanks.
On 02/04/2013 07:21 PM, Peter Korsgaard wrote:
> The fixes afaik don't affect the tools, but ok - Committed, thanks.
True, it's mostly to avoid the tarball collection.
Regards.
Patch
diff --git a/package/uboot-tools/uboot-tools.mk b/package/uboot-tools/uboot-tools.mk index 3470b60..9d7596a 100644 --- a/package/uboot-tools/uboot-tools.mk +++ b/package/uboot-tools/uboot-tools.mk @@ -3,7 +3,7 @@ # uboot-tools # ############################################################# -UBOOT_TOOLS_VERSION = 2013.01 +UBOOT_TOOLS_VERSION = 2013.01.01 UBOOT_TOOLS_SOURCE = u-boot-$(UBOOT_TOOLS_VERSION).tar.bz2 UBOOT_TOOLS_SITE = ftp://ftp.denx.de/pub/u-boot UBOOT_TOOLS_LICENSE = GPLv2+
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> --- package/uboot-tools/uboot-tools.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)