summaryrefslogtreecommitdiff
path: root/config/kernel/linux.in
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-08-19 15:05:42 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-08-19 15:05:42 (GMT)
commite5200bca3b49ded43dfa1cbb5789968842ef8134 (patch)
tree6d748c20586784954b6976cab1e8ded0f0852eee /config/kernel/linux.in
parent38cb273254490b9505eb90d30230688b78c01e82 (diff)
config: add Linux kernel 2.6.30.5
Diffstat (limited to 'config/kernel/linux.in')
-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 749d349..abcc10f 100644
--- a/config/kernel/linux.in
+++ b/config/kernel/linux.in
@@ -132,6 +132,10 @@ config KERNEL_V_2_6_30_4
bool
prompt "2.6.30.4"
+config KERNEL_V_2_6_30_5
+ bool
+ prompt "2.6.30.5"
+
# CT_INSERT_VERSION_ABOVE
# Don't remove above line!
@@ -168,6 +172,7 @@ config KERNEL_VERSION
default "2.6.30.2" if KERNEL_V_2_6_30_2
default "2.6.30.3" if KERNEL_V_2_6_30_3
default "2.6.30.4" if KERNEL_V_2_6_30_4
+ default "2.6.30.5" if KERNEL_V_2_6_30_5
# CT_INSERT_VERSION_STRING_ABOVE
# Don't remove above line!
help