From 01c0f1bf042779ffbd8968e27a8c566092722113 Mon Sep 17 00:00:00 2001
From: Robert Nelson <robertcnelson@gmail.com>
Date: Sun, 2 Oct 2016 20:15:22 -0500
Subject: [PATCH] 4.8-bone1 release

Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
---
 patches/defconfig               | 2 +-
 patches/defconfig-bone          | 2 +-
 patches/ref_omap2plus_defconfig | 2 +-
 version.sh                      | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/patches/defconfig b/patches/defconfig
index 3988e635a..b23eceac6 100644
--- a/patches/defconfig
+++ b/patches/defconfig
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/arm 4.8.0-rc7 Kernel Configuration
+# Linux/arm 4.8.0 Kernel Configuration
 #
 CONFIG_ARM=y
 CONFIG_ARM_HAS_SG_CHAIN=y
diff --git a/patches/defconfig-bone b/patches/defconfig-bone
index 744babdc5..d846b0c06 100644
--- a/patches/defconfig-bone
+++ b/patches/defconfig-bone
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/arm 4.8.0-rc7 Kernel Configuration
+# Linux/arm 4.8.0 Kernel Configuration
 #
 CONFIG_ARM=y
 CONFIG_ARM_HAS_SG_CHAIN=y
diff --git a/patches/ref_omap2plus_defconfig b/patches/ref_omap2plus_defconfig
index 256283c79..71a4cae86 100644
--- a/patches/ref_omap2plus_defconfig
+++ b/patches/ref_omap2plus_defconfig
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/arm 4.8.0-rc8 Kernel Configuration
+# Linux/arm 4.8.0 Kernel Configuration
 #
 CONFIG_ARM=y
 CONFIG_ARM_HAS_SG_CHAIN=y
diff --git a/version.sh b/version.sh
index 4920dc0e8..3afc6ecc8 100644
--- a/version.sh
+++ b/version.sh
@@ -27,7 +27,7 @@ toolchain="gcc_linaro_gnueabihf_6"
 
 #Kernel/Build
 KERNEL_REL=4.8
-KERNEL_TAG=${KERNEL_REL}-rc8
+KERNEL_TAG=${KERNEL_REL}
 BUILD=${build_prefix}1
 kernel_rt=""
 
-- 
GitLab