mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-06-30 11:31:30 +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
|
continue
|
||||||
fi
|
fi
|
||||||
case $FLAVOUR in
|
case $FLAVOUR in
|
||||||
virtual|generic-hwe-*)
|
allwinner|virtual|generic-hwe-*)
|
||||||
FLAVOUR="generic"
|
FLAVOUR="generic"
|
||||||
;;
|
;;
|
||||||
oem-*)
|
oem-*)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user