diff options
-rw-r--r-- | config/kernel/linux.in | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/config/kernel/linux.in b/config/kernel/linux.in index e5792c55..04e9d7b3 100644 --- a/config/kernel/linux.in +++ b/config/kernel/linux.in @@ -90,16 +90,10 @@ config KERNEL_V_2_6_27_35 bool prompt "2.6.27.35 (long-term stable)" -config KERNEL_V_select - bool - prompt "Other version (EXPERIMENTAL)" - depends on EXPERIMENTAL - endchoice config KERNEL_VERSION string - prompt "Kernel version" if KERNEL_V_select # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW default "2.6.31.1" if KERNEL_V_2_6_31_1 @@ -116,13 +110,6 @@ config KERNEL_VERSION default "2.6.29.6" if KERNEL_V_2_6_29_6 default "2.6.28.10" if KERNEL_V_2_6_28_10 default "2.6.27.35" if KERNEL_V_2_6_27_35 - help - Enter here the kernel version you want to use, if it is - not listed above. Something like V.P.S or V.P.S.E, where: - V: VERSION - P: PATCHLEVEL - S: SUBLEVEL - E: EXTRAVERSION choice bool |