# HG changeset patch # User "Yann E. MORIN" # Date 1268852288 -3600 # Node ID 2abad517a563df3b624d2d80e5d67ba1d0f14d0e # Parent 2548f6f333da6114422d52daef97cf42d8ad1b28 kernel/linux: add latest versions 2.6.32.10 and 2.6.33.1 diff -r 2548f6f333da -r 2abad517a563 config/kernel/linux.in --- a/config/kernel/linux.in Tue Mar 16 23:10:46 2010 +0100 +++ b/config/kernel/linux.in Wed Mar 17 19:58:08 2010 +0100 @@ -34,13 +34,17 @@ # Don't remove next line # CT_INSERT_VERSION_BELOW +config KERNEL_V_2_6_33_1 + bool + prompt "2.6.33.1" + config KERNEL_V_2_6_33 bool prompt "2.6.33" -config KERNEL_V_2_6_32_9 +config KERNEL_V_2_6_32_10 bool - prompt "2.6.32.9" + prompt "2.6.32.10" config KERNEL_V_2_6_31_12 bool @@ -83,8 +87,9 @@ string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "2.6.33.1" if KERNEL_V_2_6_33_1 default "2.6.33" if KERNEL_V_2_6_33 - default "2.6.32.9" if KERNEL_V_2_6_32_9 + default "2.6.32.10" if KERNEL_V_2_6_32_10 default "2.6.31.12" if KERNEL_V_2_6_31_12 default "2.6.30.10" if KERNEL_V_2_6_30_10 default "2.6.29.6" if KERNEL_V_2_6_29_6