mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-08-09 00:05:57 +00:00
kernel-config project: add draft of kernel configs
The kernel configs themselves are stored as diffs of what we want vs. each version's defconfig. Thus, things like e.g. CONFIG_DEVKMEM drop out after it was made non-default. The implication of this is (I hope) that as upstream adopts security features, our delta can shrink (or more realistically, only include the next-next gen features). Signed-off-by: Tycho Andersen <tycho@docker.com>
This commit is contained in:
@@ -66,9 +66,9 @@ endef
|
||||
# Build Targets
|
||||
# Debug targets only for latest stable and LTS stable
|
||||
#
|
||||
$(eval $(call kernel,4.11,4.11.x))
|
||||
$(eval $(call kernel,4.11,4.11.x,_dbg))
|
||||
$(eval $(call kernel,4.10.15,4.10.x))
|
||||
$(eval $(call kernel,4.10.15,4.10.x,_dbg))
|
||||
$(eval $(call kernel,4.9.27,4.9.x))
|
||||
$(eval $(call kernel,4.9.27,4.9.x,_dbg))
|
||||
$(eval $(call kernel,4.11.2,4.11.x))
|
||||
$(eval $(call kernel,4.11.2,4.11.x,_dbg))
|
||||
$(eval $(call kernel,4.10.17,4.10.x))
|
||||
$(eval $(call kernel,4.10.17,4.10.x,_dbg))
|
||||
$(eval $(call kernel,4.9.29,4.9.x))
|
||||
$(eval $(call kernel,4.9.29,4.9.x,_dbg))
|
||||
|
||||
Reference in New Issue
Block a user