From: Peter Korsgaard Date: Tue, 13 Oct 2009 07:29:09 +0000 (+0200) Subject: kernel-headers: bump 2.6.27.x / 2.6.31.x stable versions X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f1b7d787642a8c79d116ebf5b308eb5053a065f5;p=buildroot.git kernel-headers: bump 2.6.27.x / 2.6.31.x stable versions Signed-off-by: Peter Korsgaard --- diff --git a/toolchain/kernel-headers/Config.in b/toolchain/kernel-headers/Config.in index a704402115..dc82783ebf 100644 --- a/toolchain/kernel-headers/Config.in +++ b/toolchain/kernel-headers/Config.in @@ -53,10 +53,10 @@ config BR2_KERNEL_HEADERS_RT config BR2_DEFAULT_KERNEL_HEADERS string default "2.6.26.8" if BR2_KERNEL_HEADERS_2_6_26 - default "2.6.27.36" if BR2_KERNEL_HEADERS_2_6_27 + default "2.6.27.37" if BR2_KERNEL_HEADERS_2_6_27 default "2.6.28.10" if BR2_KERNEL_HEADERS_2_6_28 default "2.6.29.6" if BR2_KERNEL_HEADERS_2_6_29 default "2.6.30.9" if BR2_KERNEL_HEADERS_2_6_30 - default "2.6.31.3" if BR2_KERNEL_HEADERS_2_6_31 + default "2.6.31.4" if BR2_KERNEL_HEADERS_2_6_31 default "2.6" if BR2_KERNEL_HEADERS_SNAP