From: Thomas Lamprecht Date: Thu, 5 Sep 2019 08:19:54 +0000 (+0200) Subject: replace bionic with eoan based kernel submodule X-Git-Url: https://git.proxmox.com/?p=pve-kernel.git;a=commitdiff_plain;h=cdc3f700b8cd381035fcdcf367ee10c48849889b replace bionic with eoan based kernel submodule Signed-off-by: Thomas Lamprecht --- diff --git a/.gitmodules b/.gitmodules index 68ddbe2..c2871b7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "submodules/zfsonlinux"] path = submodules/zfsonlinux url = ../zfsonlinux -[submodule "submodules/ubuntu-disco"] - path = submodules/ubuntu-disco - url = ../mirror_ubuntu-disco-kernel +[submodule "submodules/ubuntu-eoan"] + path = submodules/ubuntu-eoan + url = ../mirror_ubuntu-eoan-kernel diff --git a/Makefile b/Makefile index efb2653..c3139c9 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ SKIPABI=0 BUILD_DIR=build -KERNEL_SRC=ubuntu-disco +KERNEL_SRC=ubuntu-eoan KERNEL_SRC_SUBMODULE=submodules/$(KERNEL_SRC) KERNEL_CFG_ORG=config-${KERNEL_VER}.org diff --git a/submodules/ubuntu-disco b/submodules/ubuntu-disco deleted file mode 160000 index 5d5a6b3..0000000 --- a/submodules/ubuntu-disco +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 5d5a6b36e94909962297fae609bff487de3cc43a diff --git a/submodules/ubuntu-eoan b/submodules/ubuntu-eoan new file mode 160000 index 0000000..4628382 --- /dev/null +++ b/submodules/ubuntu-eoan @@ -0,0 +1 @@ +Subproject commit 46283821cccb4fb54bf7530061400c89cbe83a36