mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-29 15:44:03 +00:00
kernel/linux: bump versions
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
This commit is contained in:
parent
c36dfeaacd
commit
5c1b8f84d6
@ -26,13 +26,17 @@ choice
|
||||
# Don't remove next line
|
||||
# CT_INSERT_VERSION_BELOW
|
||||
|
||||
config KERNEL_V_3_10
|
||||
bool
|
||||
prompt "3.10.2"
|
||||
|
||||
config KERNEL_V_3_9
|
||||
bool
|
||||
prompt "3.9"
|
||||
prompt "3.9.11"
|
||||
|
||||
config KERNEL_V_3_8
|
||||
bool
|
||||
prompt "3.8.11"
|
||||
prompt "3.8.13"
|
||||
|
||||
config KERNEL_V_3_7
|
||||
bool
|
||||
@ -48,7 +52,7 @@ config KERNEL_V_3_5
|
||||
|
||||
config KERNEL_V_3_4
|
||||
bool
|
||||
prompt "3.4.43"
|
||||
prompt "3.4.54"
|
||||
|
||||
config KERNEL_V_3_3
|
||||
bool
|
||||
@ -56,7 +60,7 @@ config KERNEL_V_3_3
|
||||
|
||||
config KERNEL_V_3_2
|
||||
bool
|
||||
prompt "3.2.44"
|
||||
prompt "3.2.48"
|
||||
|
||||
config KERNEL_V_3_1
|
||||
bool
|
||||
@ -64,7 +68,7 @@ config KERNEL_V_3_1
|
||||
|
||||
config KERNEL_V_3_0
|
||||
bool
|
||||
prompt "3.0.76"
|
||||
prompt "3.0.87"
|
||||
|
||||
config KERNEL_V_2_6_39
|
||||
bool
|
||||
@ -92,7 +96,7 @@ config KERNEL_V_2_6_33
|
||||
|
||||
config KERNEL_V_2_6_32
|
||||
bool
|
||||
prompt "2.6.32.60 (longterm)"
|
||||
prompt "2.6.32.61 (longterm)"
|
||||
help
|
||||
The Linux 2.6.32 tree is a "longterm" maintenance branch.
|
||||
|
||||
@ -155,22 +159,23 @@ config KERNEL_VERSION
|
||||
string
|
||||
# Don't remove next line
|
||||
# CT_INSERT_VERSION_STRING_BELOW
|
||||
default "3.9" if KERNEL_V_3_9
|
||||
default "3.8.11" if KERNEL_V_3_8
|
||||
default "3.10.2" if KERNEL_V_3_10
|
||||
default "3.9.11" if KERNEL_V_3_9
|
||||
default "3.8.13" if KERNEL_V_3_8
|
||||
default "3.7.10" if KERNEL_V_3_7
|
||||
default "3.6.11" if KERNEL_V_3_6
|
||||
default "3.5.7" if KERNEL_V_3_5
|
||||
default "3.4.43" if KERNEL_V_3_4
|
||||
default "3.4.54" if KERNEL_V_3_4
|
||||
default "3.3.8" if KERNEL_V_3_3
|
||||
default "3.2.44" if KERNEL_V_3_2
|
||||
default "3.2.48" if KERNEL_V_3_2
|
||||
default "3.1.10" if KERNEL_V_3_1
|
||||
default "3.0.76" if KERNEL_V_3_0
|
||||
default "3.0.87" if KERNEL_V_3_0
|
||||
default "2.6.39.4" if KERNEL_V_2_6_39
|
||||
default "2.6.38.8" if KERNEL_V_2_6_38
|
||||
default "2.6.37.6" if KERNEL_V_2_6_37
|
||||
default "2.6.36.4" if KERNEL_V_2_6_36
|
||||
default "2.6.33.20" if KERNEL_V_2_6_33
|
||||
default "2.6.32.60" if KERNEL_V_2_6_32
|
||||
default "2.6.32.61" if KERNEL_V_2_6_32
|
||||
default "2.6.31.14" if KERNEL_V_2_6_31
|
||||
default "2.6.27.62" if KERNEL_V_2_6_27
|
||||
default "custom" if KERNEL_LINUX_CUSTOM
|
||||
|
Loading…
x
Reference in New Issue
Block a user