summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-02-28 10:34:54 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-02-28 10:34:54 (GMT)
commit6d53a561b2a482c1ae1de24310e0bffe490861df (patch)
treeff548de920f0dd9c7781f85fe86d5ee0b5332c22 /config
parentd380a84b52f6c5c5555898d468566922c719e1a5 (diff)
kernel/linux: add latest 2.6.32.9 and 2.6.33, remove old 2.6.32.x
Diffstat (limited to 'config')
-rw-r--r--config/kernel/linux.in47
1 files changed, 6 insertions, 41 deletions
diff --git a/config/kernel/linux.in b/config/kernel/linux.in
index 78d2d0e..6d0990d 100644
--- a/config/kernel/linux.in
+++ b/config/kernel/linux.in
@@ -34,41 +34,13 @@ choice
# Don't remove next line
# CT_INSERT_VERSION_BELOW
-config KERNEL_V_2_6_32_8
+config KERNEL_V_2_6_33
bool
- prompt "2.6.32.8"
+ prompt "2.6.33"
-config KERNEL_V_2_6_32_7
+config KERNEL_V_2_6_32_9
bool
- prompt "2.6.32.7"
-
-config KERNEL_V_2_6_32_6
- bool
- prompt "2.6.32.6"
-
-config KERNEL_V_2_6_32_5
- bool
- prompt "2.6.32.5"
-
-config KERNEL_V_2_6_32_4
- bool
- prompt "2.6.32.4"
-
-config KERNEL_V_2_6_32_3
- bool
- prompt "2.6.32.3"
-
-config KERNEL_V_2_6_32_2
- bool
- prompt "2.6.32.2"
-
-config KERNEL_V_2_6_32_1
- bool
- prompt "2.6.32.1"
-
-config KERNEL_V_2_6_32
- bool
- prompt "2.6.32"
+ prompt "2.6.32.9"
config KERNEL_V_2_6_31_12
bool
@@ -111,15 +83,8 @@ config KERNEL_VERSION
string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
- default "2.6.32.8" if KERNEL_V_2_6_32_8
- default "2.6.32.7" if KERNEL_V_2_6_32_7
- default "2.6.32.6" if KERNEL_V_2_6_32_6
- default "2.6.32.5" if KERNEL_V_2_6_32_5
- default "2.6.32.4" if KERNEL_V_2_6_32_4
- default "2.6.32.3" if KERNEL_V_2_6_32_3
- default "2.6.32.2" if KERNEL_V_2_6_32_2
- default "2.6.32.1" if KERNEL_V_2_6_32_1
- default "2.6.32" if KERNEL_V_2_6_32
+ default "2.6.33" if KERNEL_V_2_6_33
+ default "2.6.32.9" if KERNEL_V_2_6_32_9
default "2.6.31.12" if KERNEL_V_2_6_31_12
default "2.6.30.10" if KERNEL_V_2_6_30_10
default "2.6.29.6" if KERNEL_V_2_6_29_6