2007-07-23 22:10:11 +00:00
|
|
|
#
|
|
|
|
# Copyright (C) 2006 OpenWrt.org
|
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
ARCH:=mips
|
|
|
|
BOARD:=amazon
|
|
|
|
BOARDNAME:=Infineon Amazon
|
|
|
|
FEATURES:=squashfs jffs2 broken
|
2009-12-04 14:52:45 +00:00
|
|
|
LINUX_VERSION:=2.6.30.10
|
2007-09-08 19:55:42 +00:00
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
2007-07-23 22:10:11 +00:00
|
|
|
|
|
|
|
define Target/Description
|
|
|
|
Build firmware images for Infineon Amazon boards
|
|
|
|
endef
|
|
|
|
|
2007-09-08 19:55:42 +00:00
|
|
|
$(eval $(call BuildTarget))
|