mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-03-22 03:55:34 +00:00
Update kernel versions...
... to match those currently listed on kernel.org. Signed-off-by: Alexey Neyman <stilor@att.net>
This commit is contained in:
parent
fbac89da08
commit
b4efb5e519
@ -44,62 +44,62 @@ choice
|
||||
# Don't remove next line
|
||||
# CT_INSERT_VERSION_BELOW
|
||||
|
||||
config KERNEL_V_4_8
|
||||
bool
|
||||
prompt "4.8.8"
|
||||
|
||||
config KERNEL_V_4_7
|
||||
bool
|
||||
prompt "4.7.10 (EOL)"
|
||||
depends on OBSOLETE
|
||||
|
||||
config KERNEL_V_4_4
|
||||
bool
|
||||
prompt "4.4.3 (stable)"
|
||||
|
||||
config KERNEL_V_4_3
|
||||
bool
|
||||
prompt "4.3.6 (EOL)"
|
||||
prompt "4.4.32"
|
||||
|
||||
config KERNEL_V_4_1
|
||||
bool
|
||||
prompt "4.1.18"
|
||||
prompt "4.1.35"
|
||||
|
||||
config KERNEL_V_3_18
|
||||
bool
|
||||
prompt "3.18.27"
|
||||
prompt "3.18.44"
|
||||
|
||||
config KERNEL_V_3_14
|
||||
config KERNEL_V_3_16
|
||||
bool
|
||||
prompt "3.14.62"
|
||||
prompt "3.16.38"
|
||||
|
||||
config KERNEL_V_3_12
|
||||
bool
|
||||
prompt "3.12.55"
|
||||
prompt "3.12.67"
|
||||
|
||||
config KERNEL_V_3_10
|
||||
bool
|
||||
prompt "3.10.98"
|
||||
prompt "3.10.104"
|
||||
|
||||
config KERNEL_V_3_4
|
||||
bool
|
||||
prompt "3.4.110"
|
||||
prompt "3.4.113"
|
||||
|
||||
config KERNEL_V_3_2
|
||||
bool
|
||||
prompt "3.2.77"
|
||||
prompt "3.2.83"
|
||||
|
||||
config KERNEL_V_2_6_32
|
||||
bool
|
||||
prompt "2.6.32.70"
|
||||
help
|
||||
|
||||
endchoice
|
||||
|
||||
config KERNEL_VERSION
|
||||
string
|
||||
# Don't remove next line
|
||||
# CT_INSERT_VERSION_STRING_BELOW
|
||||
default "4.4.3" if KERNEL_V_4_4
|
||||
default "4.3.6" if KERNEL_V_4_3
|
||||
default "4.1.18" if KERNEL_V_4_1
|
||||
default "3.18.27" if KERNEL_V_3_18
|
||||
default "3.14.62" if KERNEL_V_3_14
|
||||
default "3.12.55" if KERNEL_V_3_12
|
||||
default "3.10.98" if KERNEL_V_3_10
|
||||
default "3.4.110" if KERNEL_V_3_4
|
||||
default "3.2.77" if KERNEL_V_3_2
|
||||
default "2.6.32.70" if KERNEL_V_2_6_32
|
||||
default "4.8.8" if KERNEL_V_4_8
|
||||
default "4.7.10" if KERNEL_V_4_7
|
||||
default "4.4.32" if KERNEL_V_4_4
|
||||
default "4.1.35" if KERNEL_V_4_1
|
||||
default "3.18.44" if KERNEL_V_3_18
|
||||
default "3.16.38" if KERNEL_V_3_16
|
||||
default "3.12.67" if KERNEL_V_3_12
|
||||
default "3.10.104" if KERNEL_V_3_10
|
||||
default "3.4.113" if KERNEL_V_3_4
|
||||
default "3.2.83" if KERNEL_V_3_2
|
||||
|
||||
endif # ! KERNEL_LINUX_CUSTOM
|
||||
|
Loading…
x
Reference in New Issue
Block a user