summaryrefslogtreecommitdiff
path: root/config/kernel/linux.in
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-12-19 11:54:59 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-12-19 11:54:59 (GMT)
commit74cfde04538bd978b9a63f3959c802a15692bc72 (patch)
tree16a6ea7eb03b087fa1342a160bb97a0737369f94 /config/kernel/linux.in
parent5347a90a4febf5fd1e1c64145da807bb336d2e07 (diff)
kernel/linux: fix versions
Diffstat (limited to 'config/kernel/linux.in')
-rw-r--r--config/kernel/linux.in18
1 files changed, 9 insertions, 9 deletions
diff --git a/config/kernel/linux.in b/config/kernel/linux.in
index c5211eb..24ac5db 100644
--- a/config/kernel/linux.in
+++ b/config/kernel/linux.in
@@ -62,17 +62,17 @@ config KERNEL_V_2_6_31
bool
prompt "2.6.31"
-config KERNEL_V_3_6_30_9
+config KERNEL_V_2_6_30_9
bool
- prompt "3.6.30.9"
+ prompt "2.6.30.9"
-config KERNEL_V_3_6_30_8
+config KERNEL_V_2_6_30_8
bool
- prompt "3.6.30.8"
+ prompt "2.6.30.8"
-config KERNEL_V_3_6_30_7
+config KERNEL_V_2_6_30_7
bool
- prompt "3.6.30.7"
+ prompt "2.6.30.7"
config KERNEL_V_2_6_30_6
bool
@@ -129,9 +129,9 @@ config KERNEL_VERSION
default "2.6.31.2" if KERNEL_V_2_6_31_2
default "2.6.31.1" if KERNEL_V_2_6_31_1
default "2.6.31" if KERNEL_V_2_6_31
- default "3.6.30.9" if KERNEL_V_3_6_30_9
- default "3.6.30.8" if KERNEL_V_3_6_30_8
- default "3.6.30.7" if KERNEL_V_3_6_30_7
+ default "2.6.30.9" if KERNEL_V_2_6_30_9
+ default "2.6.30.8" if KERNEL_V_2_6_30_8
+ default "2.6.30.7" if KERNEL_V_2_6_30_7
default "2.6.30.6" if KERNEL_V_2_6_30_6
default "2.6.30.5" if KERNEL_V_2_6_30_5
default "2.6.30.4" if KERNEL_V_2_6_30_4