From: Alexander Couzens Date: Sat, 15 Apr 2017 16:52:34 +0000 (+0200) Subject: package/uboot-omap: assign BUILD_DEVICES most boards X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Flynxis%2Fomap.git;a=commitdiff_plain;h=dd280ffc60e58bc413323f1c2d3a4a7f965042ad package/uboot-omap: assign BUILD_DEVICES most boards Signed-off-by: Alexander Couzens --- diff --git a/package/boot/uboot-omap/Makefile b/package/boot/uboot-omap/Makefile index 286d480b20..876d9f0574 100644 --- a/package/boot/uboot-omap/Makefile +++ b/package/boot/uboot-omap/Makefile @@ -18,16 +18,17 @@ include $(INCLUDE_DIR)/package.mk define U-Boot/Default BUILD_TARGET:=omap - BUILD_DEVICES:=Default UBOOT_IMAGE:=u-boot.img MLO endef define U-Boot/omap4_panda NAME:=Pandaboard + BUILD_DEVICES:=omap4-panda endef define U-Boot/am335x_evm NAME:=AM335x EVM + BUILD_DEVICES:=am335x-evm endef define U-Boot/omap3_overo @@ -36,6 +37,7 @@ endef define U-Boot/omap3_beagle NAME:=BeagleBoard + BUILD_DEVICES:=omap3-beagle endef UBOOT_TARGETS:=omap4_panda am335x_evm omap3_overo omap3_beagle