mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-04-22 18:10:56 +00:00
kerenl/linux: update to latest versions
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
This commit is contained in:
parent
03c3e02fb7
commit
734a7f018a
@ -38,25 +38,17 @@ choice
|
||||
# Don't remove next line
|
||||
# CT_INSERT_VERSION_BELOW
|
||||
|
||||
config KERNEL_V_3_0_1
|
||||
bool
|
||||
prompt "3.0.1"
|
||||
|
||||
config KERNEL_V_3_0
|
||||
bool
|
||||
prompt "3.0"
|
||||
|
||||
config KERNEL_V_2_6_39_3
|
||||
config KERNEL_V_2_6_39_4
|
||||
bool
|
||||
prompt "2.6.39.3"
|
||||
|
||||
config KERNEL_V_2_6_39_2
|
||||
bool
|
||||
prompt "2.6.39.2"
|
||||
|
||||
config KERNEL_V_2_6_39_1
|
||||
bool
|
||||
prompt "2.6.39.1"
|
||||
|
||||
config KERNEL_V_2_6_39
|
||||
bool
|
||||
prompt "2.6.39"
|
||||
prompt "2.6.39.4"
|
||||
|
||||
config KERNEL_V_2_6_38_8
|
||||
bool
|
||||
@ -70,9 +62,9 @@ config KERNEL_V_2_6_36_4
|
||||
bool
|
||||
prompt "2.6.36.4"
|
||||
|
||||
config KERNEL_V_2_6_35_13
|
||||
config KERNEL_V_2_6_35_14
|
||||
bool
|
||||
prompt "2.6.35.13 (longterm)"
|
||||
prompt "2.6.35.14 (longterm)"
|
||||
help
|
||||
The Linux 2.6.35 tree is a "longterm" maintenance branch.
|
||||
|
||||
@ -93,13 +85,17 @@ config KERNEL_V_2_6_34_10
|
||||
bool
|
||||
prompt "2.6.34.10"
|
||||
|
||||
config KERNEL_V_2_6_33_16
|
||||
config KERNEL_V_2_6_33_17
|
||||
bool
|
||||
prompt "2.6.33.16"
|
||||
prompt "2.6.33.17"
|
||||
help
|
||||
This is primarily for the use of those people who are stuck using the
|
||||
.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_43
|
||||
config KERNEL_V_2_6_32_44
|
||||
bool
|
||||
prompt "2.6.32.43 (longterm)"
|
||||
prompt "2.6.32.44 (longterm)"
|
||||
help
|
||||
The Linux 2.6.32 tree is a "longterm" maintenance branch.
|
||||
|
||||
@ -161,18 +157,16 @@ config KERNEL_VERSION
|
||||
string
|
||||
# Don't remove next line
|
||||
# CT_INSERT_VERSION_STRING_BELOW
|
||||
default "3.0.1" if KERNEL_V_3_0_1
|
||||
default "3.0" if KERNEL_V_3_0
|
||||
default "2.6.39.3" if KERNEL_V_2_6_39_3
|
||||
default "2.6.39.2" if KERNEL_V_2_6_39_2
|
||||
default "2.6.39.1" if KERNEL_V_2_6_39_1
|
||||
default "2.6.39" if KERNEL_V_2_6_39
|
||||
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.35.13" if KERNEL_V_2_6_35_13
|
||||
default "2.6.35.14" if KERNEL_V_2_6_35_14
|
||||
default "2.6.34.10" if KERNEL_V_2_6_34_10
|
||||
default "2.6.33.16" if KERNEL_V_2_6_33_16
|
||||
default "2.6.32.43" if KERNEL_V_2_6_32_43
|
||||
default "2.6.33.17" if KERNEL_V_2_6_33_17
|
||||
default "2.6.32.44" if KERNEL_V_2_6_32_44
|
||||
default "2.6.31.14" if KERNEL_V_2_6_31_14
|
||||
default "2.6.27.59" if KERNEL_V_2_6_27_59
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user