2016-01-19 18:15:32 +08:00
|
|
|
#
|
2013-04-27 00:55:40 +08:00
|
|
|
# Copyright (C) 2006-2013 OpenWrt.org
|
2007-03-05 01:29:44 +08:00
|
|
|
#
|
|
|
|
# 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
|
2010-10-12 00:31:44 +08:00
|
|
|
MAINTAINER:=Claudio Mignanti <c.mignanti@gmail.com>
|
2010-07-19 19:30:27 +08:00
|
|
|
BOARDNAME:=Atmel AT91
|
2015-02-19 17:06:56 +08:00
|
|
|
FEATURES:=squashfs targz ext2 usb usbgadget ubifs
|
2014-09-03 11:10:47 +08:00
|
|
|
SUBTARGETS:=legacy sama5d3
|
2007-03-05 01:29:44 +08:00
|
|
|
|
2016-01-19 18:15:32 +08:00
|
|
|
KERNEL_PATCHVER:=4.4
|
2007-06-28 13:52:00 +08:00
|
|
|
|
2007-09-09 03:55:42 +08:00
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
2015-02-19 17:06:56 +08:00
|
|
|
DEFAULT_PACKAGES += kmod-usb-ohci kmod-at91-udc kmod-usb-eth-gadget
|
2007-09-09 03:55:42 +08:00
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|