# HG changeset patch # User "Benoît THÉBAUDEAU" # Date 1320237306 -3600 # Node ID c14996fd45ad07b7e2591c3ef8e7153829562b50 # Parent 3362c64f4b6ce073338ecad68526f63feb47717e kernel/linux: update revisions Update Linux with the latest available revisions. Signed-off-by: "Benoît THÉBAUDEAU" diff -r 3362c64f4b6c -r c14996fd45ad config/kernel/linux.in --- a/config/kernel/linux.in Wed Oct 26 15:44:26 2011 -0700 +++ b/config/kernel/linux.in Wed Nov 02 13:35:06 2011 +0100 @@ -26,25 +26,13 @@ # Don't remove next line # CT_INSERT_VERSION_BELOW -config KERNEL_V_3_0_4 +config KERNEL_V_3_1 bool - prompt "3.0.4" + prompt "3.1" -config KERNEL_V_3_0_3 +config KERNEL_V_3_0_8 bool - prompt "3.0.3" - -config KERNEL_V_3_0_2 - bool - prompt "3.0.2" - -config KERNEL_V_3_0_1 - bool - prompt "3.0.1" - -config KERNEL_V_3_0 - bool - prompt "3.0" + prompt "3.0.8" config KERNEL_V_2_6_39_4 bool @@ -158,11 +146,8 @@ string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW - default "3.0.4" if KERNEL_V_3_0_4 - default "3.0.3" if KERNEL_V_3_0_3 - default "3.0.2" if KERNEL_V_3_0_2 - default "3.0.1" if KERNEL_V_3_0_1 - default "3.0" if KERNEL_V_3_0 + default "3.1" if KERNEL_V_3_1 + default "3.0.8" if KERNEL_V_3_0_8 default "2.6.39.4" if KERNEL_V_2_6_39_4 default "2.6.38.8" if KERNEL_V_2_6_38_8 default "2.6.37.6" if KERNEL_V_2_6_37_6