2009-01-02 05:12:46 +00:00
|
|
|
#
|
|
|
|
# Copyright (C) 2007-2008 OpenWrt.org
|
2007-12-20 22:29:45 +00:00
|
|
|
#
|
|
|
|
# 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 14:31:18 +00:00
|
|
|
FEATURES:=squashfs jffs2
|
2008-11-20 18:31:00 +00:00
|
|
|
SUBTARGETS:=generic nfs
|
2008-11-12 17:49:01 +00:00
|
|
|
LINUX_VERSION:=2.6.26.8
|
2009-01-25 18:33:19 +00:00
|
|
|
#LINUX_VERSION:=2.6.27.13
|
2007-12-20 22:29:45 +00:00
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
2009-01-02 05:12:46 +00:00
|
|
|
DEFAULT_PACKAGES+=uboot-ifxmips hostapd-mini
|
2007-12-20 22:29:45 +00:00
|
|
|
|
|
|
|
define Target/Description
|
|
|
|
Build firmware images for Infineon Mips Controllers
|
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|