summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-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 c95f887..aa2820a 100644
--- a/config/kernel/linux.in
+++ b/config/kernel/linux.in
@@ -206,6 +206,10 @@ config KERNEL_V_2_6_29
bool
prompt "2.6.29"
+config KERNEL_V_2_6_29_1
+ bool
+ prompt "2.6.29.1"
+
# CT_INSERT_VERSION_ABOVE
# Don't remove above line!
@@ -261,6 +265,7 @@ config KERNEL_VERSION
default "2.6.28.8" if KERNEL_V_2_6_28_8
default "2.6.28.9" if KERNEL_V_2_6_28_9
default "2.6.29" if KERNEL_V_2_6_29
+ default "2.6.29.1" if KERNEL_V_2_6_29_1
# CT_INSERT_VERSION_STRING_ABOVE
# Don't remove above line!
help