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
|
2010-07-11 12:53:00 +03:00
|
|
|
FEATURES:=squashfs jffs2 targz
|
2011-03-26 03:07:12 +02:00
|
|
|
CFLAGS:=-Os -pipe -march=armv5te -mtune=arm926ej-s -fno-caller-saves
|
2011-07-03 21:51:59 +03:00
|
|
|
SUBTARGETS:=netus tqma9263 flexibity
|
2007-03-04 19:29:44 +02:00
|
|
|
|
2011-06-18 18:52:15 +03:00
|
|
|
LINUX_VERSION:=2.6.38.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))
|