This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 3.x development tree".
The branch, master has been updated via 9e91f03ff298d2e6a2b632daa7a02de7179f9a4d (commit) from 8adf51b8ca1ca82565af02579f470a472fa6c27f (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 9e91f03ff298d2e6a2b632daa7a02de7179f9a4d Author: Michael Tremer michael.tremer@ipfire.org Date: Wed Aug 14 22:57:14 2013 +0200
u-boot: Update to 2013.07 final.
Add support for Wandboard Quad.
-----------------------------------------------------------------------
Summary of changes: u-boot/targets | 1 + u-boot/u-boot.nm | 4 +--- 2 files changed, 2 insertions(+), 3 deletions(-)
Difference in files: diff --git a/u-boot/targets b/u-boot/targets index 18cf5b1..ce81d23 100644 --- a/u-boot/targets +++ b/u-boot/targets @@ -4,3 +4,4 @@ armv5tel dreamplug u-boot.bin u-boot.kwb armv7hl omap4_panda u-boot.bin u-boot.img armv7hl wandboard_solo u-boot.imx armv7hl wandboard_dl u-boot.imx +armv7hl wandboard_quad u-boot.imx diff --git a/u-boot/u-boot.nm b/u-boot/u-boot.nm index 517c262..25be430 100644 --- a/u-boot/u-boot.nm +++ b/u-boot/u-boot.nm @@ -5,9 +5,7 @@
name = u-boot version = 2013.07 -rc = 2 -release = 0.1.rc%{rc} -thisapp = %{name}-%{version}-rc%{rc} +release = 1 sup_arches = armv5tel armv7hl
groups = Development/Tools
hooks/post-receive -- IPFire 3.x development tree