summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenoît THÉBAUDEAU" <benoit.thebaudeau@advansee.com>2011-11-02 12:35:06 (GMT)
committerBenoît THÉBAUDEAU" <benoit.thebaudeau@advansee.com>2011-11-02 12:35:06 (GMT)
commit78e82d7c447d8e7de5f04ae56694f0711722c689 (patch)
tree46dca6c9a51fbeb32c501090bc8c3c167cad363f
parent28d1830be55be00de4fa7f1eadaadfaca5637a6f (diff)
kernel/linux: update revisions
Update Linux with the latest available revisions. Signed-off-by: "Benoît THÉBAUDEAU" <benoit.thebaudeau@advansee.com>
-rw-r--r--config/kernel/linux.in27
1 files changed, 6 insertions, 21 deletions
diff --git a/config/kernel/linux.in b/config/kernel/linux.in
index 618e4c9..f0d2412 100644
--- a/config/kernel/linux.in
+++ b/config/kernel/linux.in
@@ -26,25 +26,13 @@ choice
# Don't remove next line
# CT_INSERT_VERSION_BELOW
-config KERNEL_V_3_0_4
+config KERNEL_V_3_1
bool
- prompt "3.0.4"
+ prompt "3.1"
-config KERNEL_V_3_0_3
+config KERNEL_V_3_0_8
bool
- prompt "3.0.3"
-
-config KERNEL_V_3_0_2
- bool
- prompt "3.0.2"
-
-config KERNEL_V_3_0_1
- bool
- prompt "3.0.1"
-
-config KERNEL_V_3_0
- bool
- prompt "3.0"
+ prompt "3.0.8"
config KERNEL_V_2_6_39_4
bool
@@ -158,11 +146,8 @@ config KERNEL_VERSION
string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
- default "3.0.4" if KERNEL_V_3_0_4
- default "3.0.3" if KERNEL_V_3_0_3
- default "3.0.2" if KERNEL_V_3_0_2
- default "3.0.1" if KERNEL_V_3_0_1
- default "3.0" if KERNEL_V_3_0
+ default "3.1" if KERNEL_V_3_1
+ default "3.0.8" if KERNEL_V_3_0_8
default "2.6.39.4" if KERNEL_V_2_6_39_4
default "2.6.38.8" if KERNEL_V_2_6_38_8
default "2.6.37.6" if KERNEL_V_2_6_37_6