summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@free.fr>2012-04-16 12:57:02 (GMT)
committerBenoît Thébaudeau" <benoit.thebaudeau@advansee.com>2012-04-16 12:57:02 (GMT)
commit41e1c3302635cb942104ed60b3678c7f93c0d535 (patch)
tree42fb700319876f51387c0215fa48493ac7b180ee
parente9cb0c788c074aa808a7c2063d181f524f23ce8a (diff)
kernel/linux: update revisions
Update Linux with the latest available revisions. Signed-off-by: "Benoît Thébaudeau" <benoit.thebaudeau@advansee.com> [yann.morin.1998@free.fr: add a few other versions since released] Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
-rw-r--r--config/kernel/linux.in27
1 files changed, 21 insertions, 6 deletions
diff --git a/config/kernel/linux.in b/config/kernel/linux.in
index 74d269b..cc6a223 100644
--- a/config/kernel/linux.in
+++ b/config/kernel/linux.in
@@ -26,6 +26,18 @@ choice
# Don't remove next line
# CT_INSERT_VERSION_BELOW
+config KERNEL_V_3_3_4
+ bool
+ prompt "3.3.4"
+
+config KERNEL_V_3_3_3
+ bool
+ prompt "3.3.3"
+
+config KERNEL_V_3_3_2
+ bool
+ prompt "3.3.2"
+
config KERNEL_V_3_3_1
bool
prompt "3.3.1"
@@ -34,17 +46,17 @@ config KERNEL_V_3_3
bool
prompt "3.3"
-config KERNEL_V_3_2_14
+config KERNEL_V_3_2_16
bool
- prompt "3.2.14"
+ prompt "3.2.16"
config KERNEL_V_3_1_10
bool
prompt "3.1.10"
-config KERNEL_V_3_0_27
+config KERNEL_V_3_0_30
bool
- prompt "3.0.27"
+ prompt "3.0.30"
config KERNEL_V_2_6_39_4
bool
@@ -135,11 +147,14 @@ config KERNEL_VERSION
string
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
+ default "3.3.4" if KERNEL_V_3_3_4
+ default "3.3.3" if KERNEL_V_3_3_3
+ default "3.3.2" if KERNEL_V_3_3_2
default "3.3.1" if KERNEL_V_3_3_1
default "3.3" if KERNEL_V_3_3
- default "3.2.14" if KERNEL_V_3_2_14
+ default "3.2.16" if KERNEL_V_3_2_16
default "3.1.10" if KERNEL_V_3_1_10
- default "3.0.27" if KERNEL_V_3_0_27
+ default "3.0.30" if KERNEL_V_3_0_30
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