mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-07 11:20:14 +00:00
config/kernel: Update linux kernel versions
Add linux-4.1 Remove linux-3.19.8 (EOL'd) Updates: * 4.0.5 -> 4.0.6 * 3.14.44 -> 3.14.45 * 3.10.80 -> 3.10.81 * 3.4.107 -> 3.4.108 Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
This commit is contained in:
parent
cedb0166a9
commit
3a4a19451a
@ -26,13 +26,13 @@ choice
|
|||||||
# Don't remove next line
|
# Don't remove next line
|
||||||
# CT_INSERT_VERSION_BELOW
|
# CT_INSERT_VERSION_BELOW
|
||||||
|
|
||||||
|
config KERNEL_V_4_1
|
||||||
|
bool
|
||||||
|
prompt "4.1 (mainline)"
|
||||||
|
|
||||||
config KERNEL_V_4_0
|
config KERNEL_V_4_0
|
||||||
bool
|
bool
|
||||||
prompt "4.0.5 (stable)"
|
prompt "4.0.6 (stable)"
|
||||||
|
|
||||||
config KERNEL_V_3_19
|
|
||||||
bool
|
|
||||||
prompt "3.19.8 (EOL)"
|
|
||||||
|
|
||||||
config KERNEL_V_3_18
|
config KERNEL_V_3_18
|
||||||
bool
|
bool
|
||||||
@ -40,7 +40,7 @@ config KERNEL_V_3_18
|
|||||||
|
|
||||||
config KERNEL_V_3_14
|
config KERNEL_V_3_14
|
||||||
bool
|
bool
|
||||||
prompt "3.14.44"
|
prompt "3.14.45"
|
||||||
|
|
||||||
config KERNEL_V_3_12
|
config KERNEL_V_3_12
|
||||||
bool
|
bool
|
||||||
@ -48,11 +48,11 @@ config KERNEL_V_3_12
|
|||||||
|
|
||||||
config KERNEL_V_3_10
|
config KERNEL_V_3_10
|
||||||
bool
|
bool
|
||||||
prompt "3.10.80"
|
prompt "3.10.81"
|
||||||
|
|
||||||
config KERNEL_V_3_4
|
config KERNEL_V_3_4
|
||||||
bool
|
bool
|
||||||
prompt "3.4.107"
|
prompt "3.4.108"
|
||||||
|
|
||||||
config KERNEL_V_3_2
|
config KERNEL_V_3_2
|
||||||
bool
|
bool
|
||||||
@ -83,13 +83,13 @@ 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 "4.0.5" if KERNEL_V_4_0
|
default "4.1" if KERNEL_V_4_1
|
||||||
default "3.19.8" if KERNEL_V_3_19
|
default "4.0.6" if KERNEL_V_4_0
|
||||||
default "3.18.16" if KERNEL_V_3_18
|
default "3.18.16" if KERNEL_V_3_18
|
||||||
default "3.14.44" if KERNEL_V_3_14
|
default "3.14.45" if KERNEL_V_3_14
|
||||||
default "3.12.44" if KERNEL_V_3_12
|
default "3.12.44" if KERNEL_V_3_12
|
||||||
default "3.10.80" if KERNEL_V_3_10
|
default "3.10.81" if KERNEL_V_3_10
|
||||||
default "3.4.107" if KERNEL_V_3_4
|
default "3.4.108" if KERNEL_V_3_4
|
||||||
default "3.2.69" if KERNEL_V_3_2
|
default "3.2.69" if KERNEL_V_3_2
|
||||||
default "2.6.32.67" if KERNEL_V_2_6_32
|
default "2.6.32.67" if KERNEL_V_2_6_32
|
||||||
default "custom" if KERNEL_LINUX_CUSTOM
|
default "custom" if KERNEL_LINUX_CUSTOM
|
||||||
|
Loading…
x
Reference in New Issue
Block a user