[openwrt/openwrt] uboot-imx6: define 'BUILD_DEVICES' for Toradex Apalis

LEDE Commits lede-commits at lists.infradead.org
Sun Apr 18 13:15:30 BST 2021


hauke pushed a commit to openwrt/openwrt.git, branch openwrt-21.02:
https://git.openwrt.org/8bbf5bc4b0f27d6f71b5746da8579390ff9be9e4

commit 8bbf5bc4b0f27d6f71b5746da8579390ff9be9e4
Author: Piotr Dymacz <pepe2k at gmail.com>
AuthorDate: Thu Jan 7 17:30:49 2021 +0100

    uboot-imx6: define 'BUILD_DEVICES' for Toradex Apalis
    
    Without 'BUILD_DEVICES' defined, the U-Boot related package won't be
    automatically selected when building for Toradex Apalis device.
    
    Signed-off-by: Piotr Dymacz <pepe2k at gmail.com>
    (cherry picked from commit 8c3383799a496fda5cfa31000b65c9b8565cf575)
---
 package/boot/uboot-imx6/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/boot/uboot-imx6/Makefile b/package/boot/uboot-imx6/Makefile
index 79acd4abf7..da069b532e 100644
--- a/package/boot/uboot-imx6/Makefile
+++ b/package/boot/uboot-imx6/Makefile
@@ -24,6 +24,7 @@ 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
 endef
 
 define U-Boot/mx6cuboxi



More information about the lede-commits mailing list