diff options
| author | Piotr Dymacz | 2021-01-07 16:30:49 +0000 |
|---|---|---|
| committer | Piotr Dymacz | 2021-04-10 13:18:09 +0000 |
| commit | 8c3383799a496fda5cfa31000b65c9b8565cf575 (patch) | |
| tree | 79c767946e1bc381ced7c4dd375d9be59cc2e5b8 | |
| parent | 15e801041a796c5febf04505ebbbc7e88d809864 (diff) | |
| download | openwrt-8c3383799a496fda5cfa31000b65c9b8565cf575.tar.gz | |
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@gmail.com>
| -rw-r--r-- | package/boot/uboot-imx6/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/boot/uboot-imx6/Makefile b/package/boot/uboot-imx6/Makefile index dd07919455..d87b599eb8 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 |