summaryrefslogtreecommitdiffstats
path: root/linux
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2013-07-04 15:31:36 -0300
committerPeter Korsgaard <jacmet@sunsite.dk>2013-07-07 23:03:05 +0200
commit57a0b924c66bbc373f05c27e54f61c4a28cff136 (patch)
treeef1984a42af2e185b8992f66a7c55e133f31174a /linux
parenteaf446e751d41d68c069edfe3732ff74cf083c7b (diff)
downloadbuildroot-novena-57a0b924c66bbc373f05c27e54f61c4a28cff136.tar.gz
buildroot-novena-57a0b924c66bbc373f05c27e54f61c4a28cff136.zip
linux: default to version 3.10
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
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 f58e714bd..421f85553 100644
--- a/linux/Config.in
+++ b/linux/Config.in
@@ -21,7 +21,7 @@ choice
prompt "Kernel version"
config BR2_LINUX_KERNEL_LATEST_VERSION
- bool "3.9.8"
+ bool "3.10"
config BR2_LINUX_KERNEL_SAME_AS_HEADERS
bool "Same as toolchain kernel headers"
@@ -76,7 +76,7 @@ config BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION
config BR2_LINUX_KERNEL_VERSION
string
- default "3.9.8" if BR2_LINUX_KERNEL_LATEST_VERSION
+ default "3.10" if BR2_LINUX_KERNEL_LATEST_VERSION
default BR2_DEFAULT_KERNEL_HEADERS if BR2_LINUX_KERNEL_SAME_AS_HEADERS
default BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE if BR2_LINUX_KERNEL_CUSTOM_VERSION
default "custom" if BR2_LINUX_KERNEL_CUSTOM_TARBALL