# HG changeset patch # User "Benoît Thébaudeau" # Date 1334581022 -7200 # Node ID a7a9df2662ccd8664f2c25d27977d3bbcbdfb4c2 # Parent 58974be61289d12205d3b0940bac240a0a9b420a kernel/linux: update revisions Update Linux with the latest available revisions. Signed-off-by: "Benoît Thébaudeau" [yann.morin.1998@free.fr: add a few other versions since released] Signed-off-by: "Yann E. MORIN" diff -r 58974be61289 -r a7a9df2662cc config/kernel/linux.in --- a/config/kernel/linux.in Thu Apr 26 19:55:59 2012 -0600 +++ b/config/kernel/linux.in Mon Apr 16 14:57:02 2012 +0200 @@ -26,6 +26,18 @@ # Don't remove next line # CT_INSERT_VERSION_BELOW +config KERNEL_V_3_3_4 + bool + prompt "3.3.4" + +config KERNEL_V_3_3_3 + bool + prompt "3.3.3" + +config KERNEL_V_3_3_2 + bool + prompt "3.3.2" + config KERNEL_V_3_3_1 bool prompt "3.3.1" @@ -34,17 +46,17 @@ bool prompt "3.3" -config KERNEL_V_3_2_14 +config KERNEL_V_3_2_16 bool - prompt "3.2.14" + prompt "3.2.16" config KERNEL_V_3_1_10 bool prompt "3.1.10" -config KERNEL_V_3_0_27 +config KERNEL_V_3_0_30 bool - prompt "3.0.27" + prompt "3.0.30" config KERNEL_V_2_6_39_4 bool @@ -135,11 +147,14 @@ string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "3.3.4" if KERNEL_V_3_3_4 + default "3.3.3" if KERNEL_V_3_3_3 + default "3.3.2" if KERNEL_V_3_3_2 default "3.3.1" if KERNEL_V_3_3_1 default "3.3" if KERNEL_V_3_3 - default "3.2.14" if KERNEL_V_3_2_14 + default "3.2.16" if KERNEL_V_3_2_16 default "3.1.10" if KERNEL_V_3_1_10 - default "3.0.27" if KERNEL_V_3_0_27 + default "3.0.30" if KERNEL_V_3_0_30 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