diff -r 96d73cd56e6c -r 5377799f236e config/kernel/linux.in --- a/config/kernel/linux.in Wed Aug 19 17:05:17 2009 +0200 +++ b/config/kernel/linux.in Wed Aug 19 17:05:42 2009 +0200 @@ -132,6 +132,10 @@ bool prompt "2.6.30.4" +config KERNEL_V_2_6_30_5 + bool + prompt "2.6.30.5" + # CT_INSERT_VERSION_ABOVE # Don't remove above line! @@ -168,6 +172,7 @@ default "2.6.30.2" if KERNEL_V_2_6_30_2 default "2.6.30.3" if KERNEL_V_2_6_30_3 default "2.6.30.4" if KERNEL_V_2_6_30_4 + default "2.6.30.5" if KERNEL_V_2_6_30_5 # CT_INSERT_VERSION_STRING_ABOVE # Don't remove above line! help