summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-07-22 19:48:35 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-07-22 19:48:35 (GMT)
commit6914d03380d75b6d21016539577153337df5e8b8 (patch)
tree54b428237d165a976b5d7bd6719fd7566ec4ab4d /config
parentc4d628f25751716a878a8c49d49c6ff245a8316b (diff)
kernel/linux: add 3.0 Woohoo! \o/
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 ffcddbc..a504b0d 100644
--- a/config/kernel/linux.in
+++ b/config/kernel/linux.in
@@ -38,6 +38,10 @@ choice
# Don't remove next line
# CT_INSERT_VERSION_BELOW
+config KERNEL_V_3_0
+ bool
+ prompt "3.0"
+
config KERNEL_V_2_6_39_3
bool
prompt "2.6.39.3"
@@ -157,6 +161,7 @@ config KERNEL_VERSION
string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
+ default "3.0" if KERNEL_V_3_0
default "2.6.39.3" if KERNEL_V_2_6_39_3
default "2.6.39.2" if KERNEL_V_2_6_39_2
default "2.6.39.1" if KERNEL_V_2_6_39_1