mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-21 13:47:48 +00:00
kernel/linux: bump versions
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
This commit is contained in:
parent
f63e4f0604
commit
b0be7c94df
@ -26,29 +26,17 @@ choice
|
||||
# Don't remove next line
|
||||
# CT_INSERT_VERSION_BELOW
|
||||
|
||||
config KERNEL_V_3_11_4
|
||||
config KERNEL_V_3_12
|
||||
bool
|
||||
prompt "3.11.4"
|
||||
|
||||
config KERNEL_V_3_11_3
|
||||
bool
|
||||
prompt "3.11.3"
|
||||
|
||||
config KERNEL_V_3_11_2
|
||||
bool
|
||||
prompt "3.11.2"
|
||||
|
||||
config KERNEL_V_3_11_1
|
||||
bool
|
||||
prompt "3.11.1"
|
||||
prompt "3.12"
|
||||
|
||||
config KERNEL_V_3_11
|
||||
bool
|
||||
prompt "3.11"
|
||||
prompt "3.11.8"
|
||||
|
||||
config KERNEL_V_3_10
|
||||
bool
|
||||
prompt "3.10.15"
|
||||
prompt "3.10.19"
|
||||
|
||||
config KERNEL_V_3_9
|
||||
bool
|
||||
@ -56,7 +44,7 @@ config KERNEL_V_3_9
|
||||
|
||||
config KERNEL_V_3_8
|
||||
bool
|
||||
prompt "3.8.13"
|
||||
prompt "3.8.13.9"
|
||||
|
||||
config KERNEL_V_3_7
|
||||
bool
|
||||
@ -68,11 +56,11 @@ config KERNEL_V_3_6
|
||||
|
||||
config KERNEL_V_3_5
|
||||
bool
|
||||
prompt "3.5.7"
|
||||
prompt "3.5.7.25"
|
||||
|
||||
config KERNEL_V_3_4
|
||||
bool
|
||||
prompt "3.4.65"
|
||||
prompt "3.4.69"
|
||||
|
||||
config KERNEL_V_3_3
|
||||
bool
|
||||
@ -80,7 +68,7 @@ config KERNEL_V_3_3
|
||||
|
||||
config KERNEL_V_3_2
|
||||
bool
|
||||
prompt "3.2.51"
|
||||
prompt "3.2.52"
|
||||
|
||||
config KERNEL_V_3_1
|
||||
bool
|
||||
@ -88,7 +76,7 @@ config KERNEL_V_3_1
|
||||
|
||||
config KERNEL_V_3_0
|
||||
bool
|
||||
prompt "3.0.99"
|
||||
prompt "3.0.101"
|
||||
|
||||
config KERNEL_V_2_6_39
|
||||
bool
|
||||
@ -179,22 +167,19 @@ config KERNEL_VERSION
|
||||
string
|
||||
# Don't remove next line
|
||||
# CT_INSERT_VERSION_STRING_BELOW
|
||||
default "3.11.4" if KERNEL_V_3_11_4
|
||||
default "3.11.3" if KERNEL_V_3_11_3
|
||||
default "3.11.2" if KERNEL_V_3_11_2
|
||||
default "3.11.1" if KERNEL_V_3_11_1
|
||||
default "3.11" if KERNEL_V_3_11
|
||||
default "3.10.15" if KERNEL_V_3_10
|
||||
default "3.12" if KERNEL_V_3_12
|
||||
default "3.11.8" if KERNEL_V_3_11
|
||||
default "3.10.19" 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.8.13.9" 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.65" if KERNEL_V_3_4
|
||||
default "3.5.7.25" if KERNEL_V_3_5
|
||||
default "3.4.69" if KERNEL_V_3_4
|
||||
default "3.3.8" if KERNEL_V_3_3
|
||||
default "3.2.51" if KERNEL_V_3_2
|
||||
default "3.2.52" if KERNEL_V_3_2
|
||||
default "3.1.10" if KERNEL_V_3_1
|
||||
default "3.0.99" if KERNEL_V_3_0
|
||||
default "3.0.101" 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
|
||||
|
Loading…
Reference in New Issue
Block a user