mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-02 02:56:40 +00:00
Merge pull request #122 from bhundven/update_kernels
kernel: Stable kernel updates
This commit is contained in:
commit
baceedd239
@ -28,7 +28,7 @@ choice
|
|||||||
|
|
||||||
config KERNEL_V_4_0
|
config KERNEL_V_4_0
|
||||||
bool
|
bool
|
||||||
prompt "4.0.4 (stable)"
|
prompt "4.0.5 (stable)"
|
||||||
|
|
||||||
config KERNEL_V_3_19
|
config KERNEL_V_3_19
|
||||||
bool
|
bool
|
||||||
@ -36,19 +36,19 @@ config KERNEL_V_3_19
|
|||||||
|
|
||||||
config KERNEL_V_3_18
|
config KERNEL_V_3_18
|
||||||
bool
|
bool
|
||||||
prompt "3.18.14"
|
prompt "3.18.16"
|
||||||
|
|
||||||
config KERNEL_V_3_14
|
config KERNEL_V_3_14
|
||||||
bool
|
bool
|
||||||
prompt "3.14.43"
|
prompt "3.14.44"
|
||||||
|
|
||||||
config KERNEL_V_3_12
|
config KERNEL_V_3_12
|
||||||
bool
|
bool
|
||||||
prompt "3.12.43"
|
prompt "3.12.44"
|
||||||
|
|
||||||
config KERNEL_V_3_10
|
config KERNEL_V_3_10
|
||||||
bool
|
bool
|
||||||
prompt "3.10.79"
|
prompt "3.10.80"
|
||||||
|
|
||||||
config KERNEL_V_3_4
|
config KERNEL_V_3_4
|
||||||
bool
|
bool
|
||||||
@ -60,7 +60,7 @@ config KERNEL_V_3_2
|
|||||||
|
|
||||||
config KERNEL_V_2_6_32
|
config KERNEL_V_2_6_32
|
||||||
bool
|
bool
|
||||||
prompt "2.6.32.66"
|
prompt "2.6.32.67"
|
||||||
help
|
help
|
||||||
|
|
||||||
config KERNEL_LINUX_CUSTOM
|
config KERNEL_LINUX_CUSTOM
|
||||||
@ -83,15 +83,15 @@ 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.4" if KERNEL_V_4_0
|
default "4.0.5" if KERNEL_V_4_0
|
||||||
default "3.19.8" if KERNEL_V_3_19
|
default "3.19.8" if KERNEL_V_3_19
|
||||||
default "3.18.14" if KERNEL_V_3_18
|
default "3.18.16" if KERNEL_V_3_18
|
||||||
default "3.14.43" if KERNEL_V_3_14
|
default "3.14.44" if KERNEL_V_3_14
|
||||||
default "3.12.43" if KERNEL_V_3_12
|
default "3.12.44" if KERNEL_V_3_12
|
||||||
default "3.10.79" if KERNEL_V_3_10
|
default "3.10.80" if KERNEL_V_3_10
|
||||||
default "3.4.107" if KERNEL_V_3_4
|
default "3.4.107" 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.66" 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
|
||||||
|
|
||||||
endif # ! KERNEL_LINUX_USE_CUSTOM_HEADERS
|
endif # ! KERNEL_LINUX_USE_CUSTOM_HEADERS
|
||||||
|
Loading…
Reference in New Issue
Block a user