summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenoît Thébaudeau" <benoit.thebaudeau@advansee.com>2012-12-11 11:54:05 (GMT)
committerBenoît Thébaudeau" <benoit.thebaudeau@advansee.com>2012-12-11 11:54:05 (GMT)
commit827f1ab92bf6e1ef3eac2ff6d40d83f00f1d7f61 (patch)
tree2b7fc3e8c25eb6067fc815d7054a75ee4f84f1fb
parentfc4d1bf65fbde3e791b8e3d564b0daab287e3018 (diff)
kernel/linux: update revisions
Update Linux with the latest available revisions. Signed-off-by: "Benoît Thébaudeau" <benoit.thebaudeau@advansee.com> Message-Id: <515f9ed69f58a0af21e9.1355226920@advdt005-ubuntu> Patchwork-Id: 205183
-rw-r--r--config/kernel/linux.in55
1 files changed, 15 insertions, 40 deletions
diff --git a/config/kernel/linux.in b/config/kernel/linux.in
index 22a45af..1db7d82 100644
--- a/config/kernel/linux.in
+++ b/config/kernel/linux.in
@@ -26,57 +26,37 @@ choice
# Don't remove next line
# CT_INSERT_VERSION_BELOW
-config KERNEL_V_3_6_6
+config KERNEL_V_3_7
bool
- prompt "3.6.6"
+ prompt "3.7"
-config KERNEL_V_3_6_5
+config KERNEL_V_3_6_10
bool
- prompt "3.6.5"
-
-config KERNEL_V_3_6_4
- bool
- prompt "3.6.4"
-
-config KERNEL_V_3_6_3
- bool
- prompt "3.6.3"
-
-config KERNEL_V_3_6_2
- bool
- prompt "3.6.2"
-
-config KERNEL_V_3_6_1
- bool
- prompt "3.6.1"
-
-config KERNEL_V_3_6
- bool
- prompt "3.6"
+ prompt "3.6.10"
config KERNEL_V_3_5_7
bool
prompt "3.5.7"
-config KERNEL_V_3_4_18
+config KERNEL_V_3_4_23
bool
- prompt "3.4.18"
+ prompt "3.4.23"
config KERNEL_V_3_3_8
bool
prompt "3.3.8"
-config KERNEL_V_3_2_33
+config KERNEL_V_3_2_35
bool
- prompt "3.2.33"
+ prompt "3.2.35"
config KERNEL_V_3_1_10
bool
prompt "3.1.10"
-config KERNEL_V_3_0_51
+config KERNEL_V_3_0_56
bool
- prompt "3.0.51"
+ prompt "3.0.56"
config KERNEL_V_2_6_39_4
bool
@@ -167,19 +147,14 @@ config KERNEL_VERSION
string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
- default "3.6.6" if KERNEL_V_3_6_6
- default "3.6.5" if KERNEL_V_3_6_5
- default "3.6.4" if KERNEL_V_3_6_4
- default "3.6.3" if KERNEL_V_3_6_3
- default "3.6.2" if KERNEL_V_3_6_2
- default "3.6.1" if KERNEL_V_3_6_1
- default "3.6" if KERNEL_V_3_6
+ default "3.7" if KERNEL_V_3_7
+ default "3.6.10" if KERNEL_V_3_6_10
default "3.5.7" if KERNEL_V_3_5_7
- default "3.4.18" if KERNEL_V_3_4_18
+ default "3.4.23" if KERNEL_V_3_4_23
default "3.3.8" if KERNEL_V_3_3_8
- default "3.2.33" if KERNEL_V_3_2_33
+ default "3.2.35" if KERNEL_V_3_2_35
default "3.1.10" if KERNEL_V_3_1_10
- default "3.0.51" if KERNEL_V_3_0_51
+ default "3.0.56" if KERNEL_V_3_0_56
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