summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenoît Thébaudeau" <benoit.thebaudeau@advansee.com>2012-06-18 11:36:29 (GMT)
committerBenoît Thébaudeau" <benoit.thebaudeau@advansee.com>2012-06-18 11:36:29 (GMT)
commitaef50e43a43c4943338a8ea4b65995049cc31ba3 (patch)
tree2149d1cd1f99e1dcfdb3b33525a1cbf3c578c2c3
parentca992d4fd8bb7791f361f3e1c2d16fda5955cd29 (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.in11
1 files changed, 8 insertions, 3 deletions
diff --git a/config/kernel/linux.in b/config/kernel/linux.in
index e084a04..1ccc923 100644
--- a/config/kernel/linux.in
+++ b/config/kernel/linux.in
@@ -26,6 +26,10 @@ choice
# Don't remove next line
# CT_INSERT_VERSION_BELOW
+config KERNEL_V_3_4_3
+ bool
+ prompt "3.4.3"
+
config KERNEL_V_3_4_2
bool
prompt "3.4.2"
@@ -50,9 +54,9 @@ config KERNEL_V_3_1_10
bool
prompt "3.1.10"
-config KERNEL_V_3_0_34
+config KERNEL_V_3_0_35
bool
- prompt "3.0.34"
+ prompt "3.0.35"
config KERNEL_V_2_6_39_4
bool
@@ -143,13 +147,14 @@ config KERNEL_VERSION
string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
+ default "3.4.3" if KERNEL_V_3_4_3
default "3.4.2" if KERNEL_V_3_4_2
default "3.4.1" if KERNEL_V_3_4_1
default "3.4" if KERNEL_V_3_4
default "3.3.8" if KERNEL_V_3_3_8
default "3.2.20" if KERNEL_V_3_2_20
default "3.1.10" if KERNEL_V_3_1_10
- default "3.0.34" if KERNEL_V_3_0_34
+ default "3.0.35" if KERNEL_V_3_0_35
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