[Buildroot] [git commit branch/2013.08.x] Update for 2013.08.1

Peter Korsgaard jacmet at sunsite.dk
Tue Sep 17 11:21:15 UTC 2013


commit: http://git.buildroot.net/buildroot/commit/?id=ad2600ce216f3df4c2cf0ff097c0bceb1ef149b0
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/2013.08.x

Signed-off-by: Peter Korsgaard <jacmet at sunsite.dk>
---
 CHANGES  |    9 +++++++++
 Makefile |    2 +-
 2 files changed, 10 insertions(+), 1 deletions(-)

diff --git a/CHANGES b/CHANGES
index f1b01a3..754f379 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,12 @@
+2013.08.1, Released September 17th, 2013:
+
+	Handle the removed GCC and development files on target options
+	through Config.in.legacy.
+
+	Rootfs /lib symlink handling fixed (triggered by make external-deps)
+
+	Updated/fixed packages: elf2flt, ti-gfx
+
 2013.08, Released August 31th, 2013:
 
 	Minor fixes.
diff --git a/Makefile b/Makefile
index 819a597..70749ef 100644
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,7 @@
 #--------------------------------------------------------------
 
 # Set and export the version string
-export BR2_VERSION:=2013.08
+export BR2_VERSION:=2013.08.1
 
 # Check for minimal make version (note: this check will break at make 10.x)
 MIN_MAKE_VERSION=3.81


More information about the buildroot mailing list