[Buildroot] [git commit branch/2015.08.x] Update for 2015.08.1

Peter Korsgaard peter at korsgaard.com
Sun Sep 6 20:57:13 UTC 2015


commit: http://git.buildroot.net/buildroot/commit/?id=e009e7d8615eec10d2c0c2676ef5a276f0a6a5e2
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/2015.08.x

Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 CHANGES  |    6 ++++++
 Makefile |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/CHANGES b/CHANGES
index 89df9a4..dad9102 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,9 @@
+2015.08.1, Released September 6th, 2015
+
+	Fix kernel module infrastructure modules support check
+
+	Updated/fixed packages: eudev
+
 2015.08, Released August 31st, 2015
 
 	Minor fixes.
diff --git a/Makefile b/Makefile
index 2254a8f..5a87dfa 100644
--- a/Makefile
+++ b/Makefile
@@ -41,7 +41,7 @@ else # umask
 all:
 
 # Set and export the version string
-export BR2_VERSION := 2015.08
+export BR2_VERSION := 2015.08.1
 
 # Save running make version since it's clobbered by the make package
 RUNNING_MAKE_VERSION := $(MAKE_VERSION)


More information about the buildroot mailing list