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