mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-31 00:23:56 +00:00
linux: Update kernel versions
These kernel version updated: * 4.1.2 -> 4.1.4 * 4.0.8 -> 4.0.9 (EOL) * 3.18.18 -> 3.18.19 * 3.14.48 -> 3.14.49 * 3.12.44 -> 3.12.46 * 3.10.84 -> 3.10.85 * 3.2.69 -> 3.2.70 Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
This commit is contained in:
parent
44a974c399
commit
9237010e8e
@ -29,27 +29,27 @@ choice
|
|||||||
|
|
||||||
config KERNEL_V_4_1
|
config KERNEL_V_4_1
|
||||||
bool
|
bool
|
||||||
prompt "4.1.2 (stable)"
|
prompt "4.1.4 (stable)"
|
||||||
|
|
||||||
config KERNEL_V_4_0
|
config KERNEL_V_4_0
|
||||||
bool
|
bool
|
||||||
prompt "4.0.8 (stable)"
|
prompt "4.0.9 (EOL)"
|
||||||
|
|
||||||
config KERNEL_V_3_18
|
config KERNEL_V_3_18
|
||||||
bool
|
bool
|
||||||
prompt "3.18.18"
|
prompt "3.18.19"
|
||||||
|
|
||||||
config KERNEL_V_3_14
|
config KERNEL_V_3_14
|
||||||
bool
|
bool
|
||||||
prompt "3.14.48"
|
prompt "3.14.49"
|
||||||
|
|
||||||
config KERNEL_V_3_12
|
config KERNEL_V_3_12
|
||||||
bool
|
bool
|
||||||
prompt "3.12.44"
|
prompt "3.12.46"
|
||||||
|
|
||||||
config KERNEL_V_3_10
|
config KERNEL_V_3_10
|
||||||
bool
|
bool
|
||||||
prompt "3.10.84"
|
prompt "3.10.85"
|
||||||
|
|
||||||
config KERNEL_V_3_4
|
config KERNEL_V_3_4
|
||||||
bool
|
bool
|
||||||
@ -57,7 +57,7 @@ config KERNEL_V_3_4
|
|||||||
|
|
||||||
config KERNEL_V_3_2
|
config KERNEL_V_3_2
|
||||||
bool
|
bool
|
||||||
prompt "3.2.69"
|
prompt "3.2.70"
|
||||||
|
|
||||||
config KERNEL_V_2_6_32
|
config KERNEL_V_2_6_32
|
||||||
bool
|
bool
|
||||||
@ -84,14 +84,14 @@ 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.1.2" if KERNEL_V_4_1
|
default "4.1.4" if KERNEL_V_4_1
|
||||||
default "4.0.8" if KERNEL_V_4_0
|
default "4.0.9" if KERNEL_V_4_0
|
||||||
default "3.18.18" if KERNEL_V_3_18
|
default "3.18.19" if KERNEL_V_3_18
|
||||||
default "3.14.48" if KERNEL_V_3_14
|
default "3.14.49" if KERNEL_V_3_14
|
||||||
default "3.12.44" if KERNEL_V_3_12
|
default "3.12.46" if KERNEL_V_3_12
|
||||||
default "3.10.84" if KERNEL_V_3_10
|
default "3.10.85" if KERNEL_V_3_10
|
||||||
default "3.4.108" 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.70" 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