[openwrt/openwrt] uboot-imx6: update BUILD_DEVICES values
LEDE Commits
lede-commits at lists.infradead.org
Thu May 20 05:23:52 PDT 2021
pepe2k pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/fab114f6f3fc0ede75297723fa20cbdef33328f5
commit fab114f6f3fc0ede75297723fa20cbdef33328f5
Author: Piotr Dymacz <pepe2k at gmail.com>
AuthorDate: Mon Mar 29 01:02:52 2021 +0200
uboot-imx6: update BUILD_DEVICES values
Signed-off-by: Piotr Dymacz <pepe2k at gmail.com>
---
package/boot/uboot-imx6/Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/boot/uboot-imx6/Makefile b/package/boot/uboot-imx6/Makefile
index ffe2f6d6fd..ed6074053a 100644
--- a/package/boot/uboot-imx6/Makefile
+++ b/package/boot/uboot-imx6/Makefile
@@ -24,19 +24,19 @@ define U-Boot/apalis_imx6
NAME:=Toradex Apalis
UBOOT_IMAGE:=SPL u-boot.img u-boot-with-spl.imx
UBOOT_MAKE_FLAGS:=SPL u-boot.img u-boot-with-spl.imx
- BUILD_DEVICES:=apalis
+ BUILD_DEVICES:=toradex_apalis
endef
define U-Boot/mx6cuboxi
NAME:=SolidRun Cubox-i boards
UBOOT_IMAGE:=SPL u-boot.img
UBOOT_MAKE_FLAGS:=SPL u-boot.img
- BUILD_DEVICES:=cubox-i
+ BUILD_DEVICES:=solidrun_cubox-i
endef
define U-Boot/wandboard
NAME:=Wandboard Dual Lite/Quad/Solo
- BUILD_DEVICES:=wandboard
+ BUILD_DEVICES:=wandboard_dual
endef
UBOOT_TARGETS := \
More information about the lede-commits
mailing list