summaryrefslogtreecommitdiffstats
path: root/linux
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2013-04-26 00:35:59 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2013-04-26 12:58:59 +0200
commit01bc22aa03bfe3e623b37c76b21e63596b6c2298 (patch)
tree1f150d32487ef68b4fecc33585837be2ed053b94 /linux
parentb526a80e6d5f415045ea4b44cc885bab73838383 (diff)
downloadbuildroot-novena-01bc22aa03bfe3e623b37c76b21e63596b6c2298.tar.gz
buildroot-novena-01bc22aa03bfe3e623b37c76b21e63596b6c2298.zip
linux: bump 3.8.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 22f03ef1d..ec1a636c9 100644
--- a/linux/Config.in
+++ b/linux/Config.in
@@ -21,7 +21,7 @@ choice
prompt "Kernel version"
config BR2_LINUX_KERNEL_3_8
- bool "3.8.8"
+ bool "3.8.9"
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.8.8" if BR2_LINUX_KERNEL_3_8
+ default "3.8.9" if BR2_LINUX_KERNEL_3_8
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