1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-18 13:29:16 +02:00

uboot-omap: build with omap generic subtarget

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>
This commit is contained in:
Kuan-Yi Li 2022-12-25 04:06:38 +08:00 committed by Christian Marangi
parent 808046b2ee
commit a5f16b4f4f
No known key found for this signature in database
GPG Key ID: AC001D09ADBFEAD7

@ -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