From c2f052acaeb480e89d3ce39c47f49ad16b3464ac Mon Sep 17 00:00:00 2001 From: Ben Whitten Date: Wed, 3 May 2017 22:15:20 +0100 Subject: at91: convert boards to generic build target Evaluation boards are left in component form to ease flashing using vendor tooling and instructions. These boards also do not include the EOF marker in the UBIFS as the bootloaders are recent and easily upgradeable. The end product boards use factory.bin images based on the dts layout and include EOF markers as bootloader UBI support is not determined. Signed-off-by: Ben Whitten Signed-off-by: Mathias Kresin --- target/linux/at91/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'target/linux/at91/Makefile') diff --git a/target/linux/at91/Makefile b/target/linux/at91/Makefile index bf62051d72..a3e0be7c8a 100644 --- a/target/linux/at91/Makefile +++ b/target/linux/at91/Makefile @@ -17,6 +17,8 @@ KERNEL_PATCHVER:=4.4 include $(INCLUDE_DIR)/target.mk +KERNELNAME:=zImage dtbs + DEFAULT_PACKAGES += kmod-usb-ohci kmod-at91-udc kmod-usb-gadget-eth $(eval $(call BuildTarget)) -- cgit v1.2.3