Add latest Linux kernel 2.6.29.1.

/trunk/config/kernel/linux.in |    5     5     0     0 +++++
 1 file changed, 5 insertions(+)
This commit is contained in:
Yann E. MORIN" 2009-04-03 20:22:19 +00:00
parent 91723b7748
commit 204042b3b3

View File

@ -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