From 4a15bd97efe35b4ee83f52c70a384ef0b4d8cca7 Mon Sep 17 00:00:00 2001 From: CloudBuilder Date: Tue, 2 Feb 2021 13:18:43 +0000 Subject: [PATCH] Imported 2.664.15 No reason for CPC update specified. --- debian/changelog | 6 ++++++ live-build/auto/build | 3 +++ 2 files changed, 9 insertions(+) diff --git a/debian/changelog b/debian/changelog index 7793edf7..d3f8cbdd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +livecd-rootfs (2.664.15) focal; urgency=medium + + * Properly handle lowlatency-hwe-* (LP: #1914217) + + -- Ɓukasz 'sil2100' Zemczak Tue, 02 Feb 2021 11:39:11 +0100 + livecd-rootfs (2.664.14) focal; urgency=medium * Actually also enable the hwe kernel for all flavours for 20.04.2 diff --git a/live-build/auto/build b/live-build/auto/build index 12b96a5b..82eb56ee 100755 --- a/live-build/auto/build +++ b/live-build/auto/build @@ -826,6 +826,9 @@ for FLAVOUR in $LB_LINUX_FLAVOURS; do virtual|generic-hwe-*) FLAVOUR="generic" ;; + lowlatency-hwe-*) + FLAVOUR="lowlatency" + ;; oem-*) FLAVOUR="oem" ;;