summaryrefslogtreecommitdiff
path: root/config/kernel
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-10-19 12:02:13 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-10-19 12:02:13 (GMT)
commite4d539661e6d477c5fb0203c94962a918a7da607 (patch)
tree2f13a283966bb83940361dea88ee6a11c04c1bfa /config/kernel
parentf8439368e0553670c2c9e9e63e19089b398b7a2e (diff)
Add the latest Linux kernel 2.6.27.2.
/trunk/config/kernel/linux.in | 5 5 0 0 +++++ 1 file changed, 5 insertions(+)
Diffstat (limited to 'config/kernel')
-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 b6b8752..aea5c74 100644
--- a/config/kernel/linux.in
+++ b/config/kernel/linux.in
@@ -105,6 +105,10 @@ config KERNEL_V_2_6_27_1
bool
prompt "2.6.27.1"
+config KERNEL_V_2_6_27_2
+ bool
+ prompt "2.6.27.2"
+
# CT_INSERT_VERSION_ABOVE
# Don't remove above line!
endchoice
@@ -128,6 +132,7 @@ config KERNEL_VERSION
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
+ default "2.6.27.2" if KERNEL_V_2_6_27_2
# CT_INSERT_VERSION_STRING_ABOVE
# Don't remove above line!