mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-18 18:56:31 +00:00
config/kernel: Update kernel versions
This updates the stable kernel series. Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
This commit is contained in:
parent
ccb7cee9b1
commit
d37cb87b0e
@ -28,15 +28,15 @@ choice
|
||||
|
||||
config KERNEL_V_4_0
|
||||
bool
|
||||
prompt "4.0.1"
|
||||
prompt "4.0.2"
|
||||
|
||||
config KERNEL_V_3_19
|
||||
bool
|
||||
prompt "3.19.6"
|
||||
prompt "3.19.7"
|
||||
|
||||
config KERNEL_V_3_18
|
||||
bool
|
||||
prompt "3.18.12 (longterm)"
|
||||
prompt "3.18.13 (longterm)"
|
||||
|
||||
config KERNEL_V_3_17
|
||||
bool
|
||||
@ -52,7 +52,7 @@ config KERNEL_V_3_15
|
||||
|
||||
config KERNEL_V_3_14
|
||||
bool
|
||||
prompt "3.14.40 (longterm)"
|
||||
prompt "3.14.41 (longterm)"
|
||||
|
||||
config KERNEL_V_3_13
|
||||
bool
|
||||
@ -60,7 +60,7 @@ config KERNEL_V_3_13
|
||||
|
||||
config KERNEL_V_3_12
|
||||
bool
|
||||
prompt "3.12.41 (longterm)"
|
||||
prompt "3.12.42 (longterm)"
|
||||
|
||||
config KERNEL_V_3_11
|
||||
bool
|
||||
@ -68,7 +68,7 @@ config KERNEL_V_3_11
|
||||
|
||||
config KERNEL_V_3_10
|
||||
bool
|
||||
prompt "3.10.76 (longterm)"
|
||||
prompt "3.10.77 (longterm)"
|
||||
|
||||
config KERNEL_V_3_9
|
||||
bool
|
||||
@ -199,17 +199,17 @@ config KERNEL_VERSION
|
||||
string
|
||||
# Don't remove next line
|
||||
# CT_INSERT_VERSION_STRING_BELOW
|
||||
default "4.0.1" if KERNEL_V_4_0
|
||||
default "3.19.6" if KERNEL_V_3_19
|
||||
default "3.18.12" if KERNEL_V_3_18
|
||||
default "4.0.2" if KERNEL_V_4_0
|
||||
default "3.19.7" if KERNEL_V_3_19
|
||||
default "3.18.13" if KERNEL_V_3_18
|
||||
default "3.17.8" if KERNEL_V_3_17
|
||||
default "3.16.7" if KERNEL_V_3_16
|
||||
default "3.15.10" if KERNEL_V_3_15
|
||||
default "3.14.40" if KERNEL_V_3_14
|
||||
default "3.14.41" if KERNEL_V_3_14
|
||||
default "3.13.11" if KERNEL_V_3_13
|
||||
default "3.12.41" if KERNEL_V_3_12
|
||||
default "3.12.42" if KERNEL_V_3_12
|
||||
default "3.11.10" if KERNEL_V_3_11
|
||||
default "3.10.76" if KERNEL_V_3_10
|
||||
default "3.10.77" 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
|
||||
|
Loading…
Reference in New Issue
Block a user