summaryrefslogtreecommitdiffstats
path: root/linux
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2013-04-17 09:53:51 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2013-04-17 22:04:07 +0200
commit7ab3c58a1d117ed2b48cf195a527f5c8ff08ca60 (patch)
treeae2263e5f9a77b69f3a745d4f862df032c40008b /linux
parenta3efaabced3c2839a6ed1c253397dc75c192bbb3 (diff)
downloadbuildroot-novena-7ab3c58a1d117ed2b48cf195a527f5c8ff08ca60.tar.gz
buildroot-novena-7ab3c58a1d117ed2b48cf195a527f5c8ff08ca60.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 659ca6cda..22f03ef1d 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.7"
+ bool "3.8.8"
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.7" if BR2_LINUX_KERNEL_3_8
+ default "3.8.8" 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