summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulien Boibessot <julien.boibessot@armadeus.com>2014-01-14 13:47:26 +0100
committerPeter Korsgaard <peter@korsgaard.com>2014-01-14 14:53:18 +0100
commit4950bda10f1bf7468cec7c8af8dca6b20f36f6d4 (patch)
treec30b81461bbbeed1f8be50cc368daf7197329a75
parent0209905c36113b127db4178cfb074164e9ba93c9 (diff)
downloadbuildroot-4950bda10f1bf7468cec7c8af8dca6b20f36f6d4.tar.gz
buildroot-4950bda10f1bf7468cec7c8af8dca6b20f36f6d4.zip
configs: bump apf28 module Linux version to latest vanilla stable one (3.12.7)
Signed-off-by: Julien Boibessot <julien.boibessot@armadeus.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r--configs/armadeus_apf28_defconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/armadeus_apf28_defconfig b/configs/armadeus_apf28_defconfig
index 360e113514..06a6e769e2 100644
--- a/configs/armadeus_apf28_defconfig
+++ b/configs/armadeus_apf28_defconfig
@@ -4,7 +4,7 @@ BR2_arm926t=y
# Lock down headers to avoid breaking with new defaults
BR2_KERNEL_HEADERS_VERSION=y
-BR2_DEFAULT_KERNEL_VERSION="3.12.6"
+BR2_DEFAULT_KERNEL_VERSION="3.12.7"
# System
BR2_TARGET_GENERIC_HOSTNAME="apf28"
@@ -15,7 +15,7 @@ BR2_TARGET_GENERIC_GETTY_PORT="ttyAMA0"
# Kernel
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.12.6"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="3.12.7"
BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/armadeus/apf28/linux-3.12.config"
BR2_LINUX_KERNEL_UIMAGE_LOADADDR="0x40008000"
OpenPOWER on IntegriCloud