RISC-V: handle kernel flavour allwinner

Package linux-allwinner has a kernel with the generic flavour as
dependency. Add this translation to our code checking the correct
installation.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
ubuntu-cloud-minimal-tmp
Heinrich Schuchardt 2 years ago
parent 476e202403
commit af577c87b2

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

Loading…
Cancel
Save