summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabio Estevam <festevam@gmail.com>2016-10-03 18:21:48 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-10-03 23:36:36 +0200
commit3a66f4453506370669de2868f4e6cfb9979f7390 (patch)
treed5ead68c9cb8548a3c85cf127e79600dc6347e94
parent8ebc87ecf35729be9be7c9e2f8bb93f68754d150 (diff)
downloadbuildroot-3a66f4453506370669de2868f4e6cfb9979f7390.tar.gz
buildroot-3a66f4453506370669de2868f4e6cfb9979f7390.zip
configs/imx6ulpico: Bump to kernel 4.8
Now that the final kernel 4.8 has been released, let's use it instead of 4.8-rc5. Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--configs/imx6ulpico_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/imx6ulpico_defconfig b/configs/imx6ulpico_defconfig
index d94478a6cb..71277d9b82 100644
--- a/configs/imx6ulpico_defconfig
+++ b/configs/imx6ulpico_defconfig
@@ -17,7 +17,7 @@ BR2_GLOBAL_PATCH_DIR="board/technexion/imx6ulpico/patches"
# kernel
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
-BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.8-rc5"
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.8"
BR2_LINUX_KERNEL_DEFCONFIG="imx_v6_v7"
BR2_LINUX_KERNEL_CONFIG_FRAGMENT_FILES="board/technexion/imx6ulpico/linux.fragment"
BR2_LINUX_KERNEL_DTS_SUPPORT=y
OpenPOWER on IntegriCloud