mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 22:26:42 +00:00
Merge pull request #3021 from chewitt/uboot-suffix
u-boot: only append suffix when creating multiple u-boot variants
This commit is contained in:
commit
c84efd61f9
@ -71,7 +71,7 @@ else
|
|||||||
IMAGE_NAME="$DISTRONAME-$TARGET_VERSION"
|
IMAGE_NAME="$DISTRONAME-$TARGET_VERSION"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -n "$UBOOT_SYSTEM" ]; then
|
if [ -n "$UBOOT_SYSTEM" ] && [ "$UBOOT_SYSTEM" != "${DEVICE:-$PROJECT}" ]; then
|
||||||
IMAGE_NAME="$IMAGE_NAME-$UBOOT_SYSTEM"
|
IMAGE_NAME="$IMAGE_NAME-$UBOOT_SYSTEM"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user