mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 05:38:00 +00: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:
parent
808046b2ee
commit
a5f16b4f4f
@ -18,6 +18,7 @@ include $(INCLUDE_DIR)/package.mk
|
|||||||
|
|
||||||
define U-Boot/Default
|
define U-Boot/Default
|
||||||
BUILD_TARGET:=omap
|
BUILD_TARGET:=omap
|
||||||
|
BUILD_SUBTARGET:=generic
|
||||||
UBOOT_IMAGE:=u-boot.img MLO
|
UBOOT_IMAGE:=u-boot.img MLO
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user