diff options
-rw-r--r-- | config/kernel/linux.in | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/config/kernel/linux.in b/config/kernel/linux.in index 7fd05238..9b779d55 100644 --- a/config/kernel/linux.in +++ b/config/kernel/linux.in @@ -136,6 +136,10 @@ config KERNEL_V_2_6_25_17 bool prompt "2.6.25.17" +config KERNEL_V_2_6_25_18 + bool + prompt "2.6.25.18" + config KERNEL_V_2_6_26 bool prompt "2.6.26" @@ -160,6 +164,10 @@ config KERNEL_V_2_6_26_5 bool prompt "2.6.26.5" +config KERNEL_V_2_6_26_6 + bool + prompt "2.6.26.6" + # CT_INSERT_VERSION_ABOVE # Don't remove above line! endchoice @@ -188,15 +196,17 @@ config KERNEL_VERSION default "2.6.25.12" if KERNEL_V_2_6_25_12 default "2.6.25.13" if KERNEL_V_2_6_25_13 default "2.6.25.14" if KERNEL_V_2_6_25_14 - default "2.6.25.14" if KERNEL_V_2_6_25_15 - default "2.6.25.15" if KERNEL_V_2_6_25_16 - default "2.6.25.15" if KERNEL_V_2_6_25_17 + default "2.6.25.15" if KERNEL_V_2_6_25_15 + default "2.6.25.16" if KERNEL_V_2_6_25_16 + default "2.6.25.17" if KERNEL_V_2_6_25_17 + default "2.6.25.18" if KERNEL_V_2_6_25_18 default "2.6.26" if KERNEL_V_2_6_26 default "2.6.26.1" if KERNEL_V_2_6_26_1 default "2.6.26.2" if KERNEL_V_2_6_26_2 default "2.6.26.3" if KERNEL_V_2_6_26_3 default "2.6.26.4" if KERNEL_V_2_6_26_4 default "2.6.26.5" if KERNEL_V_2_6_26_5 + default "2.6.26.6" if KERNEL_V_2_6_26_6 # CT_INSERT_VERSION_STRING_ABOVE # Don't remove above line! |