# HG changeset patch # User "Yann E. MORIN" # Date 1300569869 -3600 # Node ID 236e33eda764e73990662d8da79ddfdacc99e250 # Parent ade5d48d98f27ba75e28c2f559f1eec9e76e9c59 kernel/linux: add newer versions Signed-off-by: "Yann E. MORIN" diff -r ade5d48d98f2 -r 236e33eda764 config/kernel/linux.in --- a/config/kernel/linux.in Sat Mar 19 21:43:26 2011 +0100 +++ b/config/kernel/linux.in Sat Mar 19 22:24:29 2011 +0100 @@ -24,6 +24,18 @@ # Don't remove next line # CT_INSERT_VERSION_BELOW +config KERNEL_V_2_6_38 + bool + prompt "2.6.38" + +config KERNEL_V_2_6_37_34 + bool + prompt "2.6.37.34" + +config KERNEL_V_2_6_37_3 + bool + prompt "2.6.37.3" + config KERNEL_V_2_6_37_2 bool prompt "2.6.37.2" @@ -67,9 +79,9 @@ bool prompt "2.6.33.7" -config KERNEL_V_2_6_32_29 +config KERNEL_V_2_6_32_33 bool - prompt "2.6.32.29 (longterm)" + prompt "2.6.32.33 (longterm)" help The Linux 2.6.32 tree is a "longterm" maintenance branch. @@ -131,6 +143,9 @@ string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "2.6.38" if KERNEL_V_2_6_38 + default "2.6.37.34" if KERNEL_V_2_6_37_34 + default "2.6.37.3" if KERNEL_V_2_6_37_3 default "2.6.37.2" if KERNEL_V_2_6_37_2 default "2.6.37.1" if KERNEL_V_2_6_37_1 default "2.6.37" if KERNEL_V_2_6_37 @@ -138,7 +153,7 @@ default "2.6.35.11" if KERNEL_V_2_6_35_11 default "2.6.34.8" if KERNEL_V_2_6_34_8 default "2.6.33.7" if KERNEL_V_2_6_33_7 - default "2.6.32.29" if KERNEL_V_2_6_32_29 + default "2.6.32.33" if KERNEL_V_2_6_32_33 default "2.6.31.14" if KERNEL_V_2_6_31_14 default "2.6.27.58" if KERNEL_V_2_6_27_58