[PATCH] bcm53xx: Unconditionally build U-Boot for DIR-890L
Linus Walleij
linus.walleij at linaro.org
Sat Sep 2 09:33:23 PDT 2023
Building the DIR-890L image requires U-Boot to be built
so list it as a device package.
Reported-by: Arınç ÜNAL <arinc.unal at arinc9.com>
Signed-off-by: Linus Walleij <linus.walleij at linaro.org>
---
Missed to enforce U-Boot build. Mea Culpa.
---
target/linux/bcm53xx/image/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/bcm53xx/image/Makefile b/target/linux/bcm53xx/image/Makefile
index 39b7efbef789..9483812facca 100644
--- a/target/linux/bcm53xx/image/Makefile
+++ b/target/linux/bcm53xx/image/Makefile
@@ -283,7 +283,7 @@ TARGET_DEVICES += dlink_dir-885l
define Device/dlink_dir-890l
DEVICE_VENDOR := D-Link
DEVICE_MODEL := DIR-890L
- DEVICE_PACKAGES := $(BRCMFMAC_43602A1) $(USB2_PACKAGES) $(USB3_PACKAGES)
+ DEVICE_PACKAGES := uboot-bcm53xx $(BRCMFMAC_43602A1) $(USB2_PACKAGES) $(USB3_PACKAGES)
# Layout: U-boot (128kb max) followed by kernel and appended DTB.
# This is done because the boot loader will only read the first 2 MB
# from the flash and decompress the LZMA it finds there after the
---
base-commit: 02214ab8dce59ee6b599f8dfdacb0297dc5dcc24
change-id: 20230902-bcm53xx-dir890l-fix-6fec290afa97
Best regards,
--
Linus Walleij <linus.walleij at linaro.org>
More information about the openwrt-devel
mailing list