mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-23 02:51:55 +00:00
projects: update list of kernels in kernel-config
Signed-off-by: Tycho Andersen <tycho@docker.com>
This commit is contained in:
parent
ee4d74aca6
commit
8a140cefd8
@ -66,8 +66,9 @@ endef
|
|||||||
# Build Targets
|
# Build Targets
|
||||||
# Debug targets only for latest stable and LTS stable
|
# Debug targets only for latest stable and LTS stable
|
||||||
#
|
#
|
||||||
$(eval $(call kernel,4.10.14,4.10.x))
|
$(eval $(call kernel,4.11,4.11.x))
|
||||||
$(eval $(call kernel,4.10.14,4.10.x,_dbg))
|
$(eval $(call kernel,4.11,4.11.x,_dbg))
|
||||||
$(eval $(call kernel,4.9.26,4.9.x))
|
$(eval $(call kernel,4.10.15,4.10.x))
|
||||||
$(eval $(call kernel,4.9.26,4.9.x,_dbg))
|
$(eval $(call kernel,4.10.15,4.10.x,_dbg))
|
||||||
$(eval $(call kernel,4.4.66,4.4.x))
|
$(eval $(call kernel,4.9.27,4.9.x))
|
||||||
|
$(eval $(call kernel,4.9.27,4.9.x,_dbg))
|
||||||
|
Loading…
Reference in New Issue
Block a user