mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-23 19:31:31 +00:00
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>
This commit is contained in:
parent
476e202403
commit
af577c87b2
@ -614,7 +614,7 @@ for FLAVOUR in $LB_LINUX_FLAVOURS; do
|
||||
continue
|
||||
fi
|
||||
case $FLAVOUR in
|
||||
virtual|generic-hwe-*)
|
||||
allwinner|virtual|generic-hwe-*)
|
||||
FLAVOUR="generic"
|
||||
;;
|
||||
oem-*)
|
||||
|
Loading…
x
Reference in New Issue
Block a user