projects
/
openwrt
/
staging
/
jow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
15e8010
)
uboot-imx6: define 'BUILD_DEVICES' for Toradex Apalis
author
Piotr Dymacz
<pepe2k@gmail.com>
Thu, 7 Jan 2021 16:30:49 +0000
(17:30 +0100)
committer
Piotr Dymacz
<pepe2k@gmail.com>
Sat, 10 Apr 2021 13:18:09 +0000
(15:18 +0200)
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>
package/boot/uboot-imx6/Makefile
patch
|
blob
|
history
diff --git
a/package/boot/uboot-imx6/Makefile
b/package/boot/uboot-imx6/Makefile
index dd07919455b971364dd6c91de6b3f63f0864cdd6..d87b599eb830c3690ae71c8c78a495edc86f81ca 100644
(file)
--- 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