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