projects
/
openwrt
/
staging
/
stintel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
808046b
)
uboot-omap: build with omap generic subtarget
author
Kuan-Yi Li
<kyli@abysm.org>
Sat, 24 Dec 2022 20:06:38 +0000
(
04:06
+0800)
committer
Christian Marangi
<ansuelsmth@gmail.com>
Sun, 25 Dec 2022 10:55:54 +0000
(11:55 +0100)
Fix image build fail by using the generic subtarget.
Fixes: b2bfea48 ("omap: add generic subtarget")
Ref:
40e3f660
("uboot-fritz4040: build with ipq40xx generic subtarget")
Signed-off-by: Kuan-Yi Li <kyli@abysm.org>
[ add commit description ]
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
package/boot/uboot-omap/Makefile
patch
|
blob
|
history
diff --git
a/package/boot/uboot-omap/Makefile
b/package/boot/uboot-omap/Makefile
index 4c12eec29dcbab388f3c536ce399c0141778ab14..4ee0bde7add2581cdb440456f33255a3132491f8 100644
(file)
--- a/
package/boot/uboot-omap/Makefile
+++ b/
package/boot/uboot-omap/Makefile
@@
-18,6
+18,7
@@
include $(INCLUDE_DIR)/package.mk
define U-Boot/Default
BUILD_TARGET:=omap
+ BUILD_SUBTARGET:=generic
UBOOT_IMAGE:=u-boot.img MLO
endef