Add 4.9 LTS as a platform kernel option.

This commit is contained in:
Jeffrey Townsend
2017-05-26 18:43:47 +00:00
parent a8b29c9365
commit 274bb17fc1
2 changed files with 6 additions and 1 deletions

View File

@@ -23,6 +23,10 @@ default:
=: kernel-3.16-lts-x86_64-all
package: onl-kernel-3.16-lts-x86-64-all:amd64
kernel-4.9: &kernel-4-9
=: kernel-4.9-lts-x86_64-all
package: onl-kernel-4.9-lts-x86-64-all:amd64
# pick one of the above kernels
kernel:
<<: *kernel-3-16

View File

@@ -1,7 +1,8 @@
include $(ONL)/make/config.amd64.mk
# All amd64 kernels
KERNELS := $(shell $(ONLPM) --find-file onl-kernel-3.16-lts-x86-64-all:amd64 kernel-3.16-lts-x86_64-all)
KERNELS := $(shell $(ONLPM) --find-file onl-kernel-3.16-lts-x86-64-all:amd64 kernel-3.16-lts-x86_64-all) \
$(shell $(ONLPM) --find-file onl-kernel-4.9-lts-x86-64-all:amd64 kernel-4.9-lts-x86_64-all)
# Loader initrd