summaryrefslogtreecommitdiff
path: root/config/kernel/linux.in
diff options
context:
space:
mode:
Diffstat (limited to 'config/kernel/linux.in')
-rw-r--r--config/kernel/linux.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/config/kernel/linux.in b/config/kernel/linux.in
index 5e7fbd7..20f73f9 100644
--- a/config/kernel/linux.in
+++ b/config/kernel/linux.in
@@ -201,6 +201,14 @@ config KERNEL_V_2_6_28_5
bool
prompt "2.6.28.5"
+config KERNEL_V_2_6_28_6
+ bool
+ prompt "2.6.28.6"
+
+config KERNEL_V_2_6_28_7
+ bool
+ prompt "2.6.28.7"
+
# CT_INSERT_VERSION_ABOVE
# Don't remove above line!
endchoice
@@ -248,6 +256,8 @@ config KERNEL_VERSION
default "2.6.28.3" if KERNEL_V_2_6_28_3
default "2.6.28.4" if KERNEL_V_2_6_28_4
default "2.6.28.5" if KERNEL_V_2_6_28_5
+ default "2.6.28.6" if KERNEL_V_2_6_28_6
+ default "2.6.28.7" if KERNEL_V_2_6_28_7
# CT_INSERT_VERSION_STRING_ABOVE
# Don't remove above line!