c2f052acae
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 <ben.whitten@gmail.com> Signed-off-by: Mathias Kresin <dev@kresin.me>
24 lines
536 B
Makefile
24 lines
536 B
Makefile
#
|
|
# Copyright (C) 2006-2013 OpenWrt.org
|
|
#
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
# See /LICENSE for more information.
|
|
#
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
ARCH:=arm
|
|
BOARD:=at91
|
|
MAINTAINER:=Claudio Mignanti <c.mignanti@gmail.com>
|
|
BOARDNAME:=Atmel AT91
|
|
FEATURES:=squashfs targz ext2 usb usbgadget ubifs
|
|
SUBTARGETS:=legacy sama5d3
|
|
|
|
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))
|