kernel-headers: bump 2.6.27.x/2.6.31.x stable versions
authorPeter Korsgaard <jacmet@sunsite.dk>
Tue, 10 Nov 2009 07:37:36 +0000 (08:37 +0100)
committerPeter Korsgaard <jacmet@sunsite.dk>
Tue, 10 Nov 2009 07:37:36 +0000 (08:37 +0100)
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
toolchain/kernel-headers/Config.in

index 07f9f4dc220d1d53ed700aecf1006e2894cc60d6..42173f126f20810671638a721d49f01bc86ac099 100644 (file)
@@ -62,10 +62,10 @@ config BR2_DEFAULT_KERNEL_VERSION
 config BR2_DEFAULT_KERNEL_HEADERS
        string
        default "2.6.26.8"      if BR2_KERNEL_HEADERS_2_6_26
-       default "2.6.27.38"     if BR2_KERNEL_HEADERS_2_6_27
+       default "2.6.27.39"     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.5"      if BR2_KERNEL_HEADERS_2_6_31
+       default "2.6.31.6"      if BR2_KERNEL_HEADERS_2_6_31
        default "2.6"           if BR2_KERNEL_HEADERS_SNAP
        default $BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION