mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-23 22:52:23 +00:00
kernel/linux: add latest versions
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
This commit is contained in:
parent
8b5375b0c8
commit
c12d172501
@ -24,6 +24,10 @@ choice
|
||||
# Don't remove next line
|
||||
# CT_INSERT_VERSION_BELOW
|
||||
|
||||
config KERNEL_V_2_6_38_3
|
||||
bool
|
||||
prompt "2.6.38.3"
|
||||
|
||||
config KERNEL_V_2_6_38_2
|
||||
bool
|
||||
prompt "2.6.38.2"
|
||||
@ -40,37 +44,13 @@ config KERNEL_V_2_6_37_6
|
||||
bool
|
||||
prompt "2.6.37.6"
|
||||
|
||||
config KERNEL_V_2_6_37_5
|
||||
bool
|
||||
prompt "2.6.37.5"
|
||||
|
||||
config KERNEL_V_2_6_37_4
|
||||
bool
|
||||
prompt "2.6.37.4"
|
||||
|
||||
config KERNEL_V_2_6_37_3
|
||||
bool
|
||||
prompt "2.6.37.3"
|
||||
|
||||
config KERNEL_V_2_6_37_2
|
||||
bool
|
||||
prompt "2.6.37.2"
|
||||
|
||||
config KERNEL_V_2_6_37_1
|
||||
bool
|
||||
prompt "2.6.37.1"
|
||||
|
||||
config KERNEL_V_2_6_37
|
||||
bool
|
||||
prompt "2.6.37"
|
||||
|
||||
config KERNEL_V_2_6_36_4
|
||||
bool
|
||||
prompt "2.6.36.4"
|
||||
|
||||
config KERNEL_V_2_6_35_11
|
||||
config KERNEL_V_2_6_35_12
|
||||
bool
|
||||
prompt "2.6.35.11 (longterm)"
|
||||
prompt "2.6.35.12 (longterm)"
|
||||
help
|
||||
The Linux 2.6.35 tree is a "longterm" maintenance branch.
|
||||
|
||||
@ -91,13 +71,13 @@ config KERNEL_V_2_6_34_8
|
||||
bool
|
||||
prompt "2.6.34.8"
|
||||
|
||||
config KERNEL_V_2_6_33_9
|
||||
config KERNEL_V_2_6_33_11
|
||||
bool
|
||||
prompt "2.6.33.9"
|
||||
prompt "2.6.33.11"
|
||||
|
||||
config KERNEL_V_2_6_32_36
|
||||
config KERNEL_V_2_6_32_38
|
||||
bool
|
||||
prompt "2.6.32.36 (longterm)"
|
||||
prompt "2.6.32.38 (longterm)"
|
||||
help
|
||||
The Linux 2.6.32 tree is a "longterm" maintenance branch.
|
||||
|
||||
@ -159,21 +139,16 @@ config KERNEL_VERSION
|
||||
string
|
||||
# Don't remove next line
|
||||
# CT_INSERT_VERSION_STRING_BELOW
|
||||
default "2.6.38.3" if KERNEL_V_2_6_38_3
|
||||
default "2.6.38.2" if KERNEL_V_2_6_38_2
|
||||
default "2.6.38.1" if KERNEL_V_2_6_38_1
|
||||
default "2.6.38" if KERNEL_V_2_6_38
|
||||
default "2.6.37.6" if KERNEL_V_2_6_37_6
|
||||
default "2.6.37.5" if KERNEL_V_2_6_37_5
|
||||
default "2.6.37.4" if KERNEL_V_2_6_37_4
|
||||
default "2.6.37.3" if KERNEL_V_2_6_37_3
|
||||
default "2.6.37.2" if KERNEL_V_2_6_37_2
|
||||
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.36.4" if KERNEL_V_2_6_36_4
|
||||
default "2.6.35.11" if KERNEL_V_2_6_35_11
|
||||
default "2.6.35.12" if KERNEL_V_2_6_35_12
|
||||
default "2.6.34.8" if KERNEL_V_2_6_34_8
|
||||
default "2.6.33.9" if KERNEL_V_2_6_33_9
|
||||
default "2.6.32.36" if KERNEL_V_2_6_32_36
|
||||
default "2.6.33.11" if KERNEL_V_2_6_33_11
|
||||
default "2.6.32.38" if KERNEL_V_2_6_32_38
|
||||
default "2.6.31.14" if KERNEL_V_2_6_31_14
|
||||
default "2.6.27.58" if KERNEL_V_2_6_27_58
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user