From d37d84b6c7b89da58d23ba7a3249028ec98e4400 Mon Sep 17 00:00:00 2001 From: Robert Nelson <robertcnelson@gmail.com> Date: Mon, 3 Oct 2022 09:29:28 -0500 Subject: [PATCH] 6.0-arm64-r0 release Signed-off-by: Robert Nelson <robertcnelson@gmail.com> --- patches/defconfig | 2 +- patches/ref_defconfig | 2 +- tools/host_det.sh | 10 ++++++++++ version.sh | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/patches/defconfig b/patches/defconfig index 3a42a2d..9fa0a6a 100644 --- a/patches/defconfig +++ b/patches/defconfig @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/arm64 6.0.0-rc7 Kernel Configuration +# Linux/arm64 6.0.0 Kernel Configuration # CONFIG_CC_VERSION_TEXT="aarch64-linux-gcc (GCC) 12.2.0" CONFIG_CC_IS_GCC=y diff --git a/patches/ref_defconfig b/patches/ref_defconfig index 61680bc..0971a46 100644 --- a/patches/ref_defconfig +++ b/patches/ref_defconfig @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/arm64 6.0.0-rc7 Kernel Configuration +# Linux/arm64 6.0.0 Kernel Configuration # CONFIG_CC_VERSION_TEXT="aarch64-linux-gcc (GCC) 12.2.0" CONFIG_CC_IS_GCC=y diff --git a/tools/host_det.sh b/tools/host_det.sh index 1e46e82..139d1db 100755 --- a/tools/host_det.sh +++ b/tools/host_det.sh @@ -429,6 +429,16 @@ debian_regs () { #http://packages.linuxmint.com/index.php deb_distro="focal" ;; + vanessa) + #21 + #http://packages.linuxmint.com/index.php + deb_distro="jammy" + ;; + vera) + #21.1 + #http://packages.linuxmint.com/index.php + deb_distro="jammy" + ;; esac #Devuan: Compatibility Matrix diff --git a/version.sh b/version.sh index f659878..dd3c595 100644 --- a/version.sh +++ b/version.sh @@ -41,7 +41,7 @@ toolchain="gcc_12_aarch64" #Kernel KERNEL_REL=6.0 -KERNEL_TAG=${KERNEL_REL}-rc7 +KERNEL_TAG=${KERNEL_REL} kernel_rt=".X-rtY" #Kernel Build BUILD=${build_prefix}0 -- GitLab