summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-05-18 20:59:00 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-05-18 20:59:00 (GMT)
commitffbddc3933eb2b81a4e03136064d6258c1ea1250 (patch)
treeb1165c800b0881d0de898613de46b9a864aa7740
parent93f2e86a82daa1683528716536130eaf632b0752 (diff)
Revert changeset e7f7220b5ba2
Arnaud LACOMBE rightly pointed out that this was done on the wrong branch.
-rw-r--r--config/kernel/linux.in28
1 files changed, 15 insertions, 13 deletions
diff --git a/config/kernel/linux.in b/config/kernel/linux.in
index a95ea1c..88e3f17 100644
--- a/config/kernel/linux.in
+++ b/config/kernel/linux.in
@@ -34,14 +34,6 @@ choice
# Don't remove next line
# CT_INSERT_VERSION_BELOW
-config KERNEL_V_2_6_33_4
- bool
- prompt "2.6.33.4"
-
-config KERNEL_V_2_6_33_3
- bool
- prompt "2.6.33.3"
-
config KERNEL_V_2_6_33_2
bool
prompt "2.6.33.2"
@@ -54,9 +46,9 @@ config KERNEL_V_2_6_33
bool
prompt "2.6.33"
-config KERNEL_V_2_6_32_13
+config KERNEL_V_2_6_32_11
bool
- prompt "2.6.32.13"
+ prompt "2.6.32.11"
config KERNEL_V_2_6_31_13
bool
@@ -66,6 +58,16 @@ config KERNEL_V_2_6_30_10
bool
prompt "2.6.30.10"
+config KERNEL_V_2_6_29_6
+ bool
+ prompt "2.6.29.6 (OBSOLETE)"
+ depends on OBSOLETE
+
+config KERNEL_V_2_6_28_10
+ bool
+ prompt "2.6.28.10 (OBSOLETE)"
+ depends on OBSOLETE
+
config KERNEL_V_2_6_27_46
bool
prompt "2.6.27.46 (long-term stable)"
@@ -89,14 +91,14 @@ config KERNEL_VERSION
string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
- default "2.6.33.4" if KERNEL_V_2_6_33_4
- default "2.6.33.3" if KERNEL_V_2_6_33_3
default "2.6.33.2" if KERNEL_V_2_6_33_2
default "2.6.33.1" if KERNEL_V_2_6_33_1
default "2.6.33" if KERNEL_V_2_6_33
- default "2.6.32.13" if KERNEL_V_2_6_32_13
+ default "2.6.32.11" if KERNEL_V_2_6_32_11
default "2.6.31.13" if KERNEL_V_2_6_31_13
default "2.6.30.10" if KERNEL_V_2_6_30_10
+ default "2.6.29.6" if KERNEL_V_2_6_29_6
+ default "2.6.28.10" if KERNEL_V_2_6_28_10
default "2.6.27.46" if KERNEL_V_2_6_27_46
choice