diff --git a/config/kernel/linux.in b/config/kernel/linux.in index cd482cea..166ba7a1 100644 --- a/config/kernel/linux.in +++ b/config/kernel/linux.in @@ -24,6 +24,10 @@ choice # Don't remove next line # CT_INSERT_VERSION_BELOW +config KERNEL_V_2_6_37_2 + bool + prompt "2.6.37.2" + config KERNEL_V_2_6_37_1 bool prompt "2.6.37.1" @@ -127,6 +131,7 @@ config KERNEL_VERSION string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + 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 default "2.6.36.4" if KERNEL_V_2_6_36_4