Skip to content

Commit

Permalink
Kernel: support version 4.19.143
Browse files Browse the repository at this point in the history
This adds support for the LTS 4.19 kernel.
Tested with KVM build - embeds ONIE and installs KVM demo OS.

Signed-off-by: Alex Doyle <[email protected]>
Signed-off-by: Alex Doyle <[email protected]>
  • Loading branch information
ehdoyle committed Jan 12, 2021
1 parent a4fd75f commit 9a0f38d
Show file tree
Hide file tree
Showing 5 changed files with 3,547 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,8 @@ CT_LINUX_DIR_NAME="linux"
CT_LINUX_PKG_NAME="linux"
CT_LINUX_SRC_RELEASE=y
CT_LINUX_PATCH_ORDER="global"
CT_LINUX_V_4_20=y
# CT_LINUX_V_4_19 is not set
#CT_LINUX_V_4_20 is not set
CT_LINUX_V_4_19=y
# CT_LINUX_V_4_18 is not set
# CT_LINUX_V_4_17 is not set
# CT_LINUX_V_4_16 is not set
Expand All @@ -245,7 +245,7 @@ CT_LINUX_V_4_20=y
# CT_LINUX_V_3_2 is not set
# CT_LINUX_V_2_6_32 is not set
# CT_LINUX_NO_VERSIONS is not set
CT_LINUX_VERSION="4.9.95"
CT_LINUX_VERSION="4.19.143"
CT_LINUX_MIRRORS="$(CT_Mirrors kernel.org linux ${CT_LINUX_VERSION})"
CT_LINUX_ARCHIVE_FILENAME="@{pkg_name}-@{version}"
CT_LINUX_ARCHIVE_DIRNAME="@{pkg_name}-@{version}"
Expand Down
Loading

0 comments on commit 9a0f38d

Please sign in to comment.