diff options
-rw-r--r-- | config/kernel/linux.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/kernel/linux.in b/config/kernel/linux.in index 749d349d..abcc10fe 100644 --- a/config/kernel/linux.in +++ b/config/kernel/linux.in @@ -132,6 +132,10 @@ config KERNEL_V_2_6_30_4 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 @@ config KERNEL_VERSION 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 |