These variables are already initialized within DEVICE_VARS. Just move DEVICE_VARS to make sure they are set before default profile.
Signed-off-by: Tomasz Maciej Nowak <[email protected]> --- target/linux/mvebu/image/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/target/linux/mvebu/image/Makefile b/target/linux/mvebu/image/Makefile index aeabffdca2..d9e4b1acce 100644 --- a/target/linux/mvebu/image/Makefile +++ b/target/linux/mvebu/image/Makefile @@ -75,6 +75,7 @@ define Build/uDPU-firmware (cd $@-fw; $(TAR) -cvzf $(KDIR_TMP)/$(IMAGE_PREFIX)-firmware.tgz .) endef +DEVICE_VARS += BOOT_SCRIPT UBOOT define Device/Default PROFILES := Default DEVICE_DTS = $$(SOC)-$(lastword $(subst _, ,$(1))) @@ -86,10 +87,7 @@ define Device/Default IMAGE/sysupgrade.bin := sysupgrade-tar | append-metadata SUPPORTED_DEVICES = $(subst _,$(comma),$(1)) UBINIZE_OPTS := -E 5 - UBOOT := - BOOT_SCRIPT := endef -DEVICE_VARS += BOOT_SCRIPT UBOOT define Device/Default-arm64 BOOT_SCRIPT := generic-arm64 -- 2.25.0 _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
