summaryrefslogtreecommitdiff
path: root/linux/Config.in
diff options
context:
space:
mode:
authorFabio Estevam <festevam@gmail.com>2016-06-01 17:13:26 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-06-01 23:33:35 +0200
commitbaeb0a3053fffba4bebf65c649efb1904e60645a (patch)
tree9f6a32855eff220307d719b4b3cabdd18c85080f /linux/Config.in
parentf253c146dea525b9bb542791e2246aa0380951f4 (diff)
linux: Bump default to version 4.6.1
Signed-off-by: Fabio Estevam <festevam@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'linux/Config.in')
-rw-r--r--linux/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/Config.in b/linux/Config.in
index 45c7d3bfa..f3c6ebed6 100644
--- a/linux/Config.in
+++ b/linux/Config.in
@@ -27,7 +27,7 @@ choice
prompt "Kernel version"
config BR2_LINUX_KERNEL_LATEST_VERSION
- bool "Latest version (4.6)"
+ bool "Latest version (4.6.1)"
config BR2_LINUX_KERNEL_CUSTOM_VERSION
bool "Custom version"
@@ -110,7 +110,7 @@ config BR2_LINUX_KERNEL_CUSTOM_LOCAL_PATH
config BR2_LINUX_KERNEL_VERSION
string
- default "4.6" if BR2_LINUX_KERNEL_LATEST_VERSION
+ default "4.6.1" 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