mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 04:47:52 +00:00
kernel/linux: update revisions
kernel/linux: update revisions Update Linux with the latest available revisions. Signed-off-by: "Benoît Thébaudeau" <benoit.thebaudeau@advansee.com> Message-Id: <efc60d787e571c37eef1.1349964870@advdt005-ubuntu> PatchWork-Id: 190917
This commit is contained in:
parent
86cdd52367
commit
9c58cc9b74
@ -26,45 +26,37 @@ choice
|
||||
# Don't remove next line
|
||||
# CT_INSERT_VERSION_BELOW
|
||||
|
||||
config KERNEL_V_3_5_4
|
||||
config KERNEL_V_3_6_1
|
||||
bool
|
||||
prompt "3.5.4"
|
||||
prompt "3.6.1"
|
||||
|
||||
config KERNEL_V_3_5_3
|
||||
config KERNEL_V_3_6
|
||||
bool
|
||||
prompt "3.5.3"
|
||||
prompt "3.6"
|
||||
|
||||
config KERNEL_V_3_5_2
|
||||
config KERNEL_V_3_5_6
|
||||
bool
|
||||
prompt "3.5.2"
|
||||
prompt "3.5.6"
|
||||
|
||||
config KERNEL_V_3_5_1
|
||||
config KERNEL_V_3_4_13
|
||||
bool
|
||||
prompt "3.5.1"
|
||||
|
||||
config KERNEL_V_3_5
|
||||
bool
|
||||
prompt "3.5"
|
||||
|
||||
config KERNEL_V_3_4_11
|
||||
bool
|
||||
prompt "3.4.11"
|
||||
prompt "3.4.13"
|
||||
|
||||
config KERNEL_V_3_3_8
|
||||
bool
|
||||
prompt "3.3.8"
|
||||
|
||||
config KERNEL_V_3_2_30
|
||||
config KERNEL_V_3_2_31
|
||||
bool
|
||||
prompt "3.2.30"
|
||||
prompt "3.2.31"
|
||||
|
||||
config KERNEL_V_3_1_10
|
||||
bool
|
||||
prompt "3.1.10"
|
||||
|
||||
config KERNEL_V_3_0_43
|
||||
config KERNEL_V_3_0_45
|
||||
bool
|
||||
prompt "3.0.43"
|
||||
prompt "3.0.45"
|
||||
|
||||
config KERNEL_V_2_6_39_4
|
||||
bool
|
||||
@ -90,9 +82,9 @@ config KERNEL_V_2_6_33_20
|
||||
.33-rt kernel. Anyone else who really wants to use the .33 kernel tree
|
||||
is welcome to use this one as well.
|
||||
|
||||
config KERNEL_V_2_6_32_59
|
||||
config KERNEL_V_2_6_32_60
|
||||
bool
|
||||
prompt "2.6.32.59 (longterm)"
|
||||
prompt "2.6.32.60 (longterm)"
|
||||
help
|
||||
The Linux 2.6.32 tree is a "longterm" maintenance branch.
|
||||
|
||||
@ -155,22 +147,20 @@ config KERNEL_VERSION
|
||||
string
|
||||
# Don't remove next line
|
||||
# CT_INSERT_VERSION_STRING_BELOW
|
||||
default "3.5.4" if KERNEL_V_3_5_4
|
||||
default "3.5.3" if KERNEL_V_3_5_3
|
||||
default "3.5.2" if KERNEL_V_3_5_2
|
||||
default "3.5.1" if KERNEL_V_3_5_1
|
||||
default "3.5" if KERNEL_V_3_5
|
||||
default "3.4.11" if KERNEL_V_3_4_11
|
||||
default "3.6.1" if KERNEL_V_3_6_1
|
||||
default "3.6" if KERNEL_V_3_6
|
||||
default "3.5.6" if KERNEL_V_3_5_6
|
||||
default "3.4.13" if KERNEL_V_3_4_13
|
||||
default "3.3.8" if KERNEL_V_3_3_8
|
||||
default "3.2.30" if KERNEL_V_3_2_30
|
||||
default "3.2.31" if KERNEL_V_3_2_31
|
||||
default "3.1.10" if KERNEL_V_3_1_10
|
||||
default "3.0.43" if KERNEL_V_3_0_43
|
||||
default "3.0.45" if KERNEL_V_3_0_45
|
||||
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
|
||||
default "2.6.36.4" if KERNEL_V_2_6_36_4
|
||||
default "2.6.33.20" if KERNEL_V_2_6_33_20
|
||||
default "2.6.32.59" if KERNEL_V_2_6_32_59
|
||||
default "2.6.32.60" if KERNEL_V_2_6_32_60
|
||||
default "2.6.31.14" if KERNEL_V_2_6_31_14
|
||||
default "2.6.27.62" if KERNEL_V_2_6_27_62
|
||||
default "custom" if KERNEL_LINUX_CUSTOM
|
||||
|
Loading…
Reference in New Issue
Block a user