2007-03-04 17:29:44 +00:00
|
|
|
#
|
2010-06-18 22:12:33 +00:00
|
|
|
# Copyright (C) 2006-2010 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
|
2012-04-20 13:33:01 +00:00
|
|
|
FEATURES:=squashfs jffs2 targz ext2 usb
|
2011-03-26 01:07:12 +00:00
|
|
|
CFLAGS:=-Os -pipe -march=armv5te -mtune=arm926ej-s -fno-caller-saves
|
2012-04-20 13:33:01 +00:00
|
|
|
SUBTARGETS:=9g20 9260 9263
|
2007-03-04 17:29:44 +00:00
|
|
|
|
2012-06-05 06:57:51 +00:00
|
|
|
LINUX_VERSION:=3.3.8
|
2010-06-18 22:12:33 +00:00
|
|
|
DEVICE_TYPE=
|
2007-06-28 05:52:00 +00:00
|
|
|
|
2007-09-08 19:55:42 +00:00
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
2010-08-19 19:06:47 +00:00
|
|
|
DEFAULT_PACKAGES+= kmod-usb-ohci
|
2007-09-08 19:55:42 +00:00
|
|
|
KERNELNAME:="uImage"
|
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|