# HG changeset patch # User "Yann E. MORIN" # Date 1265912516 -3600 # Node ID cb9e664f758b2672a1092c04b8bf19138377d34d # Parent ac0755f0e6ab677b7bd90d5293a186a016317623 kernel/linux: add latest 2.6.32.8 diff -r ac0755f0e6ab -r cb9e664f758b config/kernel/linux.in --- a/config/kernel/linux.in Thu Feb 04 00:11:56 2010 +0100 +++ b/config/kernel/linux.in Thu Feb 11 19:21:56 2010 +0100 @@ -34,6 +34,10 @@ # Don't remove next line # CT_INSERT_VERSION_BELOW +config KERNEL_V_2_6_32_8 + bool + prompt "2.6.32.8" + config KERNEL_V_2_6_32_7 bool prompt "2.6.32.7" @@ -107,6 +111,7 @@ string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "2.6.32.8" if KERNEL_V_2_6_32_8 default "2.6.32.7" if KERNEL_V_2_6_32_7 default "2.6.32.6" if KERNEL_V_2_6_32_6 default "2.6.32.5" if KERNEL_V_2_6_32_5