summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config/kernel/linux.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/config/kernel/linux.in b/config/kernel/linux.in
index d7a0448..78d2d0e 100644
--- a/config/kernel/linux.in
+++ b/config/kernel/linux.in
@@ -34,6 +34,10 @@ choice
# Don't remove next line
# CT_INSERT_VERSION_BELOW
+config KERNEL_V_2_6_32_8
+ bool
+ prompt "2.6.32.8"
+
config KERNEL_V_2_6_32_7
bool
prompt "2.6.32.7"
@@ -107,6 +111,7 @@ config KERNEL_VERSION
string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
+ default "2.6.32.8" if KERNEL_V_2_6_32_8
default "2.6.32.7" if KERNEL_V_2_6_32_7
default "2.6.32.6" if KERNEL_V_2_6_32_6
default "2.6.32.5" if KERNEL_V_2_6_32_5