Handle the allwinner kernel in the same way as we handle generic

This commit is contained in:
Łukasz 'sil2100' Zemczak 2024-02-20 09:54:14 +01:00
parent 43133764fd
commit ef87b2b2d5
2 changed files with 8 additions and 1 deletions

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
livecd-rootfs (2.765.40) UNRELEASED; urgency=medium
* Handle the allwinner kernel in the same way as we handle generic. This
change seems to been missed, as it was present in noble. (LP: #2054412)
-- Łukasz 'sil2100' Zemczak <lukasz.zemczak@ubuntu.com> Tue, 20 Feb 2024 09:48:10 +0100
livecd-rootfs (2.765.39) jammy; urgency=medium
[ dann frazier ]

View File

@ -590,7 +590,7 @@ for FLAVOUR in $LB_LINUX_FLAVOURS; do
continue
fi
case $FLAVOUR in
virtual|generic-hwe-*)
allwinner|virtual|generic-hwe-*)
FLAVOUR="generic"
;;
lowlatency-hwe-*)