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 5522034..b6b8752 100644
--- a/config/kernel/linux.in
+++ b/config/kernel/linux.in
@@ -101,6 +101,10 @@ config KERNEL_V_2_6_27
bool
prompt "2.6.27"
+config KERNEL_V_2_6_27_1
+ bool
+ prompt "2.6.27.1"
+
# CT_INSERT_VERSION_ABOVE
# Don't remove above line!
endchoice
@@ -123,6 +127,7 @@ config KERNEL_VERSION
default "2.6.26.5" if KERNEL_V_2_6_26_5
default "2.6.26.6" if KERNEL_V_2_6_26_6
default "2.6.27" if KERNEL_V_2_6_27
+ default "2.6.27.1" if KERNEL_V_2_6_27_1
# CT_INSERT_VERSION_STRING_ABOVE
# Don't remove above line!