summaryrefslogtreecommitdiff
path: root/config/kernel
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-02-11 18:21:56 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-02-11 18:21:56 (GMT)
commit9dc4e8172fb18203f86f5d62e7204472f787ace6 (patch)
treeaf29c9687ce54b9736a1e8baf80ae6ad08c752d4 /config/kernel
parent96f5d9003a2549eb2648e8b94c9693b691bc8bd2 (diff)
kernel/linux: add latest 2.6.32.8
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 d7a0448..78d2d0e 100644
--- a/config/kernel/linux.in
+++ b/config/kernel/linux.in
@@ -34,6 +34,10 @@ choice
# Don't remove next line
# CT_INSERT_VERSION_BELOW
+config KERNEL_V_2_6_32_8
+ bool
+ prompt "2.6.32.8"
+
config KERNEL_V_2_6_32_7
bool
prompt "2.6.32.7"
@@ -107,6 +111,7 @@ config KERNEL_VERSION
string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
+ default "2.6.32.8" if KERNEL_V_2_6_32_8
default "2.6.32.7" if KERNEL_V_2_6_32_7
default "2.6.32.6" if KERNEL_V_2_6_32_6
default "2.6.32.5" if KERNEL_V_2_6_32_5