kernel: Temporarily resurrect the 4.11 kernel

We need to apply an additional patch for LCOW.

Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
(cherry picked from commit 66d96b4749)
This commit is contained in:
Rolf Neugebauer
2017-09-06 07:40:12 +01:00
parent c793ea973c
commit 5325984124
23 changed files with 11039 additions and 0 deletions

View File

@@ -151,6 +151,7 @@ endef
#
$(eval $(call kernel,4.12.9,4.12.x,$(EXTRA)))
$(eval $(call kernel,4.12.9,4.12.x,-dbg))
$(eval $(call kernel,4.11.12,4.11.x,$(EXTRA)))
$(eval $(call kernel,4.9.47,4.9.x,$(EXTRA)))
$(eval $(call kernel,4.9.47,4.9.x,-dbg))
$(eval $(call kernel,4.4.86,4.4.x,$(EXTRA)))