The 3.2 kernel is no longer in use.

This commit is contained in:
Jeffrey Townsend
2017-08-22 22:59:07 +00:00
parent b26cdbbc37
commit f2b0e6aa57
2 changed files with 1 additions and 3 deletions

View File

@@ -1,6 +1,5 @@
prerequisites:
packages:
- onl-kernel-3.2-lts-x86-64-all:amd64
- onl-kernel-3.16-lts-x86-64-all:amd64
- onl-kernel-4.9-lts-x86-64-all:amd64
- onl-loader-initrd:amd64

View File

@@ -1,8 +1,7 @@
include $(ONL)/make/config.amd64.mk
# All amd64 kernels
KERNELS := $(shell $(ONLPM) --find-file onl-kernel-3.2-lts-x86-64-all:amd64 kernel-3.2-lts-x86_64-all) \
$(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)