mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 12:57:53 +00:00
kernel/linux: add latest versions
... and remove old versions. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
This commit is contained in:
parent
3f0d43382c
commit
c785cc5804
@ -24,29 +24,21 @@ choice
|
|||||||
# Don't remove next line
|
# Don't remove next line
|
||||||
# CT_INSERT_VERSION_BELOW
|
# CT_INSERT_VERSION_BELOW
|
||||||
|
|
||||||
|
config KERNEL_V_2_6_37.1
|
||||||
|
bool
|
||||||
|
prompt "2.6.37.1"
|
||||||
|
|
||||||
config KERNEL_V_2_6_37
|
config KERNEL_V_2_6_37
|
||||||
bool
|
bool
|
||||||
prompt "2.6.37"
|
prompt "2.6.37"
|
||||||
|
|
||||||
config KERNEL_V_2_6_36_3
|
config KERNEL_V_2_6_36_4
|
||||||
bool
|
bool
|
||||||
prompt "2.6.36.3"
|
prompt "2.6.36.4"
|
||||||
|
|
||||||
config KERNEL_V_2_6_36_2
|
config KERNEL_V_2_6_35_11
|
||||||
bool
|
bool
|
||||||
prompt "2.6.36.2"
|
prompt "2.6.35.11 (longterm)"
|
||||||
|
|
||||||
config KERNEL_V_2_6_36_1
|
|
||||||
bool
|
|
||||||
prompt "2.6.36.1"
|
|
||||||
|
|
||||||
config KERNEL_V_2_6_36
|
|
||||||
bool
|
|
||||||
prompt "2.6.36"
|
|
||||||
|
|
||||||
config KERNEL_V_2_6_35_10
|
|
||||||
bool
|
|
||||||
prompt "2.6.35.10 (longterm)"
|
|
||||||
help
|
help
|
||||||
The Linux 2.6.35 tree is a "longterm" maintenance branch.
|
The Linux 2.6.35 tree is a "longterm" maintenance branch.
|
||||||
|
|
||||||
@ -71,9 +63,9 @@ config KERNEL_V_2_6_33_7
|
|||||||
bool
|
bool
|
||||||
prompt "2.6.33.7"
|
prompt "2.6.33.7"
|
||||||
|
|
||||||
config KERNEL_V_2_6_32_28
|
config KERNEL_V_2_6_32_29
|
||||||
bool
|
bool
|
||||||
prompt "2.6.32.28 (longterm)"
|
prompt "2.6.32.29 (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.
|
||||||
|
|
||||||
@ -94,9 +86,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_57
|
config KERNEL_V_2_6_27_58
|
||||||
bool
|
bool
|
||||||
prompt "2.6.27.57 (longterm)"
|
prompt "2.6.27.58 (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.
|
||||||
|
|
||||||
@ -135,17 +127,15 @@ 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 "2.6.37.1" if KERNEL_V_2_6_37_1
|
||||||
default "2.6.37" if KERNEL_V_2_6_37
|
default "2.6.37" if KERNEL_V_2_6_37
|
||||||
default "2.6.36.3" if KERNEL_V_2_6_36_3
|
default "2.6.36.4" if KERNEL_V_2_6_36_4
|
||||||
default "2.6.36.2" if KERNEL_V_2_6_36_2
|
default "2.6.35.11" if KERNEL_V_2_6_35_11
|
||||||
default "2.6.36.1" if KERNEL_V_2_6_36_1
|
|
||||||
default "2.6.36" if KERNEL_V_2_6_36
|
|
||||||
default "2.6.35.10" if KERNEL_V_2_6_35_10
|
|
||||||
default "2.6.34.8" if KERNEL_V_2_6_34_8
|
default "2.6.34.8" if KERNEL_V_2_6_34_8
|
||||||
default "2.6.33.7" if KERNEL_V_2_6_33_7
|
default "2.6.33.7" if KERNEL_V_2_6_33_7
|
||||||
default "2.6.32.28" if KERNEL_V_2_6_32_28
|
default "2.6.32.29" if KERNEL_V_2_6_32_29
|
||||||
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.57" if KERNEL_V_2_6_27_57
|
default "2.6.27.58" if KERNEL_V_2_6_27_58
|
||||||
|
|
||||||
choice
|
choice
|
||||||
bool
|
bool
|
||||||
|
Loading…
Reference in New Issue
Block a user