summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-04-03 20:22:19 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-04-03 20:22:19 (GMT)
commit204042b3b3d75e9557aa8d644e276833d955e43d (patch)
tree7eaf34fd80a350d3b998e88c8fffca900d6ffb5e
parent91723b77484350f5f5c483a0edaf1ea363d55488 (diff)
Add latest Linux kernel 2.6.29.1.
/trunk/config/kernel/linux.in | 5 5 0 0 +++++ 1 file changed, 5 insertions(+)
-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