mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-20 17:12:55 +00:00
Add Linux 4.9.5.
Signed-off-by: Alexey Neyman <stilor@att.net>
This commit is contained in:
parent
23aef79883
commit
f4b8e29e63
@ -44,6 +44,10 @@ choice
|
||||
# Don't remove next line
|
||||
# CT_INSERT_VERSION_BELOW
|
||||
|
||||
config KERNEL_V_4_9
|
||||
bool
|
||||
prompt "4.9.5"
|
||||
|
||||
config KERNEL_V_4_8
|
||||
bool
|
||||
prompt "4.8.17 (EOL)"
|
||||
@ -87,6 +91,7 @@ config KERNEL_VERSION
|
||||
string
|
||||
# Don't remove next line
|
||||
# CT_INSERT_VERSION_STRING_BELOW
|
||||
default "4.9.5" if KERNEL_V_4_9
|
||||
default "4.8.17" if KERNEL_V_4_8
|
||||
default "4.4.44" if KERNEL_V_4_4
|
||||
default "4.1.38" if KERNEL_V_4_1
|
||||
|
Loading…
x
Reference in New Issue
Block a user