# HG changeset patch # User "Bryan Hundven" # Date 1330644229 28800 # Node ID 9c0ff084f02b9f7ae401169a7fcf2d03858abf33 # Parent 4fcedd2c14b2e6b14b5be9923f3db3c992440883 kernel/linux: update kernel versions 3.2.7..3.2.9 Signed-off-by: Bryan Hundven [yann.morin.1998@free.fr: add 3.2.9 too] Signed-off-by: "Yann E. MORIN" diff -r 4fcedd2c14b2 -r 9c0ff084f02b config/kernel/linux.in --- a/config/kernel/linux.in Mon Feb 27 15:24:18 2012 +0800 +++ b/config/kernel/linux.in Thu Mar 01 15:23:49 2012 -0800 @@ -26,6 +26,18 @@ # Don't remove next line # CT_INSERT_VERSION_BELOW +config KERNEL_V_3_2_9 + bool + prompt "3.2.9" + +config KERNEL_V_3_2_8 + bool + prompt "3.2.8" + +config KERNEL_V_3_2_7 + bool + prompt "3.2.7" + config KERNEL_V_3_2_6 bool prompt "3.2.6" @@ -151,6 +163,9 @@ string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "3.2.9" if KERNEL_V_3_2_9 + default "3.2.8" if KERNEL_V_3_2_8 + default "3.2.7" if KERNEL_V_3_2_7 default "3.2.6" if KERNEL_V_3_2_6 default "3.2.5" if KERNEL_V_3_2_5 default "3.2.4" if KERNEL_V_3_2_4