mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-04-07 17:21:55 +00:00
Merge remote-tracking branch 'hammerstefan/fix-armhf' into ubuntu/master
* hammerstefan/fix-armhf: fix(armhf): Fix armhf kernel file detection
This commit is contained in:
commit
75e67290b6
@ -618,7 +618,11 @@ for FLAVOUR in $LB_LINUX_FLAVOURS; do
|
||||
fi
|
||||
case $FLAVOUR in
|
||||
allwinner|virtual|generic-hwe-*)
|
||||
FLAVOUR="generic"
|
||||
if [ "$ARCH" = "armhf" ]; then
|
||||
FLAVOUR="generic-lpae"
|
||||
else
|
||||
FLAVOUR="generic"
|
||||
fi
|
||||
;;
|
||||
oem-*)
|
||||
FLAVOUR="oem"
|
||||
|
Loading…
x
Reference in New Issue
Block a user