summaryrefslogtreecommitdiffstats
path: root/linux
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2013-06-08 02:11:57 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2013-06-08 21:50:31 +0200
commit4f7bf81e9ba7f8f5e5bb9faf1d23f0e01e70155e (patch)
treef2e217be2f8114627bcd573a67229f910685775c /linux
parentb0e0ec04d57c9cd555f41742226d4257447369b6 (diff)
downloadbuildroot-novena-4f7bf81e9ba7f8f5e5bb9faf1d23f0e01e70155e.tar.gz
buildroot-novena-4f7bf81e9ba7f8f5e5bb9faf1d23f0e01e70155e.zip
linux: bump 3.9.x stable version
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 1bbb574bb..a49ff8a83 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.4"
+ bool "3.9.5"
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.4" if BR2_LINUX_KERNEL_LATEST_VERSION
+ default "3.9.5" 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