From 06fd5dacc34d018142e8fa713b6eba6011ababfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20=27sil2100=27=20Zemczak?= Date: Thu, 16 Feb 2023 14:23:53 +0100 Subject: [PATCH] Missed one place for handling lowlatency kernels flavours. --- live-build/auto/build | 3 +++ 1 file changed, 3 insertions(+) diff --git a/live-build/auto/build b/live-build/auto/build index 0af3bde5..4e385a50 100755 --- a/live-build/auto/build +++ b/live-build/auto/build @@ -579,6 +579,9 @@ for FLAVOUR in $LB_LINUX_FLAVOURS; do virtual|generic-hwe-*) FLAVOUR="generic" ;; + lowlatency-hwe-*) + FLAVOUR="lowlatency" + ;; oem-*) FLAVOUR="oem" ;;