mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-21 05:43:09 +00:00
kernel/linux: update to latest versions
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
This commit is contained in:
parent
e9de7fc0af
commit
af94d26d5c
@ -26,6 +26,10 @@ choice
|
|||||||
# Don't remove next line
|
# Don't remove next line
|
||||||
# CT_INSERT_VERSION_BELOW
|
# CT_INSERT_VERSION_BELOW
|
||||||
|
|
||||||
|
config KERNEL_V_3_2_6
|
||||||
|
bool
|
||||||
|
prompt "3.2.6"
|
||||||
|
|
||||||
config KERNEL_V_3_2_5
|
config KERNEL_V_3_2_5
|
||||||
bool
|
bool
|
||||||
prompt "3.2.5"
|
prompt "3.2.5"
|
||||||
@ -54,9 +58,9 @@ config KERNEL_V_3_1_10
|
|||||||
bool
|
bool
|
||||||
prompt "3.1.10"
|
prompt "3.1.10"
|
||||||
|
|
||||||
config KERNEL_V_3_0_20
|
config KERNEL_V_3_0_21
|
||||||
bool
|
bool
|
||||||
prompt "3.0.20"
|
prompt "3.0.21"
|
||||||
|
|
||||||
config KERNEL_V_2_6_39_4
|
config KERNEL_V_2_6_39_4
|
||||||
bool
|
bool
|
||||||
@ -82,9 +86,9 @@ config KERNEL_V_2_6_33_20
|
|||||||
.33-rt kernel. Anyone else who really wants to use the .33 kernel tree
|
.33-rt kernel. Anyone else who really wants to use the .33 kernel tree
|
||||||
is welcome to use this one as well.
|
is welcome to use this one as well.
|
||||||
|
|
||||||
config KERNEL_V_2_6_32_56
|
config KERNEL_V_2_6_32_57
|
||||||
bool
|
bool
|
||||||
prompt "2.6.32.56 (longterm)"
|
prompt "2.6.32.57 (longterm)"
|
||||||
help
|
help
|
||||||
The Linux 2.6.32 tree is a "longterm" maintenance branch.
|
The Linux 2.6.32 tree is a "longterm" maintenance branch.
|
||||||
|
|
||||||
@ -105,9 +109,9 @@ config KERNEL_V_2_6_31_14
|
|||||||
bool
|
bool
|
||||||
prompt "2.6.31.14"
|
prompt "2.6.31.14"
|
||||||
|
|
||||||
config KERNEL_V_2_6_27_59
|
config KERNEL_V_2_6_27_61
|
||||||
bool
|
bool
|
||||||
prompt "2.6.27.59 (longterm)"
|
prompt "2.6.27.61 (longterm)"
|
||||||
help
|
help
|
||||||
The Linux 2.6.27 tree is a "longterm" maintenance branch.
|
The Linux 2.6.27 tree is a "longterm" maintenance branch.
|
||||||
|
|
||||||
@ -147,6 +151,7 @@ config KERNEL_VERSION
|
|||||||
string
|
string
|
||||||
# Don't remove next line
|
# Don't remove next line
|
||||||
# CT_INSERT_VERSION_STRING_BELOW
|
# CT_INSERT_VERSION_STRING_BELOW
|
||||||
|
default "3.2.6" if KERNEL_V_3_2_6
|
||||||
default "3.2.5" if KERNEL_V_3_2_5
|
default "3.2.5" if KERNEL_V_3_2_5
|
||||||
default "3.2.4" if KERNEL_V_3_2_4
|
default "3.2.4" if KERNEL_V_3_2_4
|
||||||
default "3.2.3" if KERNEL_V_3_2_3
|
default "3.2.3" if KERNEL_V_3_2_3
|
||||||
@ -154,15 +159,15 @@ config KERNEL_VERSION
|
|||||||
default "3.2.1" if KERNEL_V_3_2_1
|
default "3.2.1" if KERNEL_V_3_2_1
|
||||||
default "3.2" if KERNEL_V_3_2
|
default "3.2" if KERNEL_V_3_2
|
||||||
default "3.1.10" if KERNEL_V_3_1_10
|
default "3.1.10" if KERNEL_V_3_1_10
|
||||||
default "3.0.20" if KERNEL_V_3_0_20
|
default "3.0.21" if KERNEL_V_3_0_21
|
||||||
default "2.6.39.4" if KERNEL_V_2_6_39_4
|
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.38.8" if KERNEL_V_2_6_38_8
|
||||||
default "2.6.37.6" if KERNEL_V_2_6_37_6
|
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.36.4" if KERNEL_V_2_6_36_4
|
||||||
default "2.6.33.20" if KERNEL_V_2_6_33_20
|
default "2.6.33.20" if KERNEL_V_2_6_33_20
|
||||||
default "2.6.32.56" if KERNEL_V_2_6_32_56
|
default "2.6.32.57" if KERNEL_V_2_6_32_57
|
||||||
default "2.6.31.14" if KERNEL_V_2_6_31_14
|
default "2.6.31.14" if KERNEL_V_2_6_31_14
|
||||||
default "2.6.27.59" if KERNEL_V_2_6_27_59
|
default "2.6.27.61" if KERNEL_V_2_6_27_61
|
||||||
default "custom" if KERNEL_LINUX_CUSTOM
|
default "custom" if KERNEL_LINUX_CUSTOM
|
||||||
|
|
||||||
endif # ! KERNEL_LINUX_USE_CUSTOM_HEADERS
|
endif # ! KERNEL_LINUX_USE_CUSTOM_HEADERS
|
||||||
|
Loading…
Reference in New Issue
Block a user