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-06-18 22:12:33 +00:00
|
|
|
BOARDNAME:=NetusG20
|
|
|
|
FEATURES:=squashfs jffs2 tgz
|
|
|
|
CFLAGS:=-Os -pipe -march=armv5te -mtune=arm926ej-s -funit-at-a-time
|
2007-03-04 17:29:44 +00:00
|
|
|
|
2010-06-18 22:12:33 +00:00
|
|
|
LINUX_VERSION:=2.6.34
|
|
|
|
DEVICE_TYPE=
|
2007-06-28 05:52:00 +00:00
|
|
|
|
2007-09-08 19:55:42 +00:00
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
|
|
|
KERNELNAME:="uImage"
|
|
|
|
|
2007-03-04 17:29:44 +00:00
|
|
|
define Target/Description
|
2010-06-18 22:12:33 +00:00
|
|
|
Build firmware images for Acmesystems NetusG20 board
|
2007-03-04 17:29:44 +00:00
|
|
|
endef
|
|
|
|
|
2007-09-08 19:55:42 +00:00
|
|
|
$(eval $(call BuildTarget))
|