2007-03-04 19:29:44 +02:00
|
|
|
#
|
2010-06-19 01:12:33 +03:00
|
|
|
# Copyright (C) 2006-2010 OpenWrt.org
|
2007-03-04 19:29:44 +02: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 19:31:44 +03:00
|
|
|
MAINTAINER:=Claudio Mignanti <c.mignanti@gmail.com>
|
2010-07-19 14:30:27 +03:00
|
|
|
BOARDNAME:=Atmel AT91
|
2012-04-20 16:33:01 +03:00
|
|
|
FEATURES:=squashfs jffs2 targz ext2 usb
|
2011-03-26 03:07:12 +02:00
|
|
|
CFLAGS:=-Os -pipe -march=armv5te -mtune=arm926ej-s -fno-caller-saves
|
2012-04-20 16:33:01 +03:00
|
|
|
SUBTARGETS:=9g20 9260 9263
|
2007-03-04 19:29:44 +02:00
|
|
|
|
2012-06-05 09:57:51 +03:00
|
|
|
LINUX_VERSION:=3.3.8
|
2010-06-19 01:12:33 +03:00
|
|
|
DEVICE_TYPE=
|
2007-06-28 08:52:00 +03:00
|
|
|
|
2007-09-08 22:55:42 +03:00
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
2010-08-19 22:06:47 +03:00
|
|
|
DEFAULT_PACKAGES+= kmod-usb-ohci
|
2007-09-08 22:55:42 +03:00
|
|
|
KERNELNAME:="uImage"
|
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|