2021-02-10 13:52:34 +00: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 13:52:34 +00:00
|
|
|
|
2007-03-04 17:29:44 +00:00
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
ARCH:=arm
|
|
|
|
BOARD:=at91
|
2017-09-13 18:51:13 +00:00
|
|
|
BOARDNAME:=Microchip (Atmel AT91)
|
2022-04-06 22:36:25 +00:00
|
|
|
FEATURES:=ext4 squashfs targz usbgadget ubifs
|
2022-02-04 13:57:50 +00:00
|
|
|
SUBTARGETS:=sama7 sama5 sam9x
|
2007-03-04 17:29:44 +00:00
|
|
|
|
2021-10-11 08:47:21 +00:00
|
|
|
KERNEL_PATCHVER:=5.10
|
2007-06-28 05:52:00 +00:00
|
|
|
|
2007-09-08 19:55:42 +00:00
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
2017-05-03 21:15:20 +00:00
|
|
|
KERNELNAME:=zImage dtbs
|
|
|
|
|
2016-09-08 15:40:03 +00:00
|
|
|
DEFAULT_PACKAGES += kmod-usb-ohci kmod-at91-udc kmod-usb-gadget-eth
|
2007-09-08 19:55:42 +00:00
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|