2007-12-21 00:29:45 +02:00
|
|
|
#
|
|
|
|
# Copyright (C) 2007 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:=ifxmips
|
|
|
|
BOARDNAME:=Infineon Mips
|
2008-05-11 17:31:18 +03:00
|
|
|
FEATURES:=squashfs jffs2
|
2008-11-20 20:31:00 +02:00
|
|
|
SUBTARGETS:=generic nfs
|
2008-11-12 19:49:01 +02:00
|
|
|
LINUX_VERSION:=2.6.26.8
|
2008-12-19 21:25:35 +02:00
|
|
|
#LINUX_VERSION:=2.6.27.10
|
2007-12-21 00:29:45 +02:00
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
2008-08-27 21:48:30 +03:00
|
|
|
DEFAULT_PACKAGES+=uboot-ifxmips
|
2007-12-21 00:29:45 +02:00
|
|
|
|
|
|
|
define Target/Description
|
|
|
|
Build firmware images for Infineon Mips Controllers
|
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|