2021-02-10 14:52:34 +01:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2016-01-19 10:15:32 +00:00
|
|
|
#
|
2013-04-26 16:55:40 +00:00
|
|
|
# Copyright (C) 2006-2013 OpenWrt.org
|
2021-02-10 14:52:34 +01:00
|
|
|
|
2007-03-04 17:29:44 +00:00
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
ARCH:=arm
|
|
|
|
BOARD:=at91
|
2017-09-13 11:51:13 -07:00
|
|
|
BOARDNAME:=Microchip (Atmel AT91)
|
2017-10-13 10:21:51 -07:00
|
|
|
FEATURES:=ext4 squashfs targz usb usbgadget ubifs
|
2019-05-28 10:21:10 -07:00
|
|
|
SUBTARGETS:=sama5 sam9x
|
2007-03-04 17:29:44 +00:00
|
|
|
|
2020-08-22 12:55:47 -07:00
|
|
|
KERNEL_PATCHVER:=5.4
|
2007-06-28 05:52:00 +00:00
|
|
|
|
2007-09-08 19:55:42 +00:00
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
2017-05-03 22:15:20 +01:00
|
|
|
KERNELNAME:=zImage dtbs
|
|
|
|
|
2016-09-08 08:40:03 -07:00
|
|
|
DEFAULT_PACKAGES += kmod-usb-ohci kmod-at91-udc kmod-usb-gadget-eth
|
2007-09-08 19:55:42 +00:00
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|