diff options
author | Alexey Neyman <stilor@att.net> | 2017-01-22 15:51:31 -0800 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2017-01-26 12:19:49 -0800 |
commit | f4b8e29e63cedfe26b4de28c2eed07889e1f3426 (patch) | |
tree | 6d1f58974f1d16ade6c7a8ea28cee23aaed4b89e /config/kernel | |
parent | 23aef79883b1f4d0e009c9b3cf24cc8fd62b84f1 (diff) | |
download | crosstool-ng-f4b8e29e63cedfe26b4de28c2eed07889e1f3426.tar.gz crosstool-ng-f4b8e29e63cedfe26b4de28c2eed07889e1f3426.tar.bz2 crosstool-ng-f4b8e29e63cedfe26b4de28c2eed07889e1f3426.zip |
Add Linux 4.9.5.
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'config/kernel')
-rw-r--r-- | config/kernel/linux.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/kernel/linux.in b/config/kernel/linux.in index deb3b587..56756e76 100644 --- a/config/kernel/linux.in +++ b/config/kernel/linux.in @@ -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 |