summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-10-23 21:28:48 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-10-23 21:28:48 (GMT)
commit95b4cad10b2434c478085391c8adc1f87bed0b2d (patch)
treea8245db2e66da8106900d3e1f54f865da4d3da33 /config
parentcc7bf641f645a20e134852ab50b80b59230ce415 (diff)
kernel/linux: add 2.6.36
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
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 1059716..87d174b 100644
--- a/config/kernel/linux.in
+++ b/config/kernel/linux.in
@@ -26,6 +26,10 @@ choice
# Don't remove next line
# CT_INSERT_VERSION_BELOW
+config KERNEL_V_2_6_36
+ bool
+ prompt "2.6.36"
+
config KERNEL_V_2_6_35_7
bool
prompt "2.6.35.7"
@@ -125,6 +129,7 @@ config KERNEL_VERSION
string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
+ default "2.6.36" if KERNEL_V_2_6_36
default "2.6.35.7" if KERNEL_V_2_6_35_7
default "2.6.35.6" if KERNEL_V_2_6_35_6
default "2.6.35.5" if KERNEL_V_2_6_35_5