diff -r 4d898ff53231 -r 39d5391a97a3 config/kernel/linux.in --- a/config/kernel/linux.in Thu Jul 21 21:07:50 2011 +0200 +++ b/config/kernel/linux.in Fri Jul 22 21:48:35 2011 +0200 @@ -38,6 +38,10 @@ # Don't remove next line # CT_INSERT_VERSION_BELOW +config KERNEL_V_3_0 + bool + prompt "3.0" + config KERNEL_V_2_6_39_3 bool prompt "2.6.39.3" @@ -157,6 +161,7 @@ string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "3.0" if KERNEL_V_3_0 default "2.6.39.3" if KERNEL_V_2_6_39_3 default "2.6.39.2" if KERNEL_V_2_6_39_2 default "2.6.39.1" if KERNEL_V_2_6_39_1