mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
u-boot: rebuild when UBOOT_TARGET changes
This commit is contained in:
@@ -10,7 +10,7 @@ PKG_DEPENDS_TARGET="toolchain Python3:host swig:host"
|
||||
PKG_LONGDESC="Das U-Boot is a cross-platform bootloader for embedded systems."
|
||||
|
||||
PKG_IS_KERNEL_PKG="yes"
|
||||
PKG_STAMP="$UBOOT_SYSTEM"
|
||||
PKG_STAMP="$UBOOT_SYSTEM $UBOOT_TARGET"
|
||||
|
||||
if [ -n "$UBOOT_FIRMWARE" ]; then
|
||||
PKG_DEPENDS_TARGET+=" $UBOOT_FIRMWARE"
|
||||
|
||||
Reference in New Issue
Block a user