summaryrefslogtreecommitdiffstats
path: root/linux
diff options
context:
space:
mode:
authorFabio Estevam <festevam@gmail.com>2017-03-18 11:21:41 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-03-18 15:27:20 +0100
commit83b07f09273d87a58a9abb18fd478a33a9a567a9 (patch)
tree60008b819fab8e609e26b8b4ee650b255d6a3c43 /linux
parent8196b299ba12bd6741bf7f4462cad180dab77fb0 (diff)
downloadbuildroot-83b07f09273d87a58a9abb18fd478a33a9a567a9.tar.gz
buildroot-83b07f09273d87a58a9abb18fd478a33a9a567a9.zip
linux: bump default to version 4.10.4
Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'linux')
-rw-r--r--linux/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/Config.in b/linux/Config.in
index 6a45f06fef..3e2e6d5670 100644
--- a/linux/Config.in
+++ b/linux/Config.in
@@ -26,7 +26,7 @@ choice
prompt "Kernel version"
config BR2_LINUX_KERNEL_LATEST_VERSION
- bool "Latest version (4.10.3)"
+ bool "Latest version (4.10.4)"
config BR2_LINUX_KERNEL_CUSTOM_VERSION
bool "Custom version"
@@ -97,7 +97,7 @@ endif
config BR2_LINUX_KERNEL_VERSION
string
- default "4.10.3" if BR2_LINUX_KERNEL_LATEST_VERSION
+ default "4.10.4" if BR2_LINUX_KERNEL_LATEST_VERSION
default BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE \
if BR2_LINUX_KERNEL_CUSTOM_VERSION
default "custom" if BR2_LINUX_KERNEL_CUSTOM_TARBALL
OpenPOWER on IntegriCloud