2009-01-02 13:12:46 +08:00
|
|
|
#
|
|
|
|
# Copyright (C) 2007-2008 OpenWrt.org
|
2007-12-21 06:29:45 +08: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
|
2009-10-02 16:09:27 +08:00
|
|
|
FEATURES:=squashfs jffs2 atm
|
2010-05-17 18:06:46 +08:00
|
|
|
SUBTARGETS:=danube ar9
|
2009-03-04 22:46:02 +08:00
|
|
|
|
2010-11-25 02:50:11 +08:00
|
|
|
LINUX_VERSION:=2.6.35.9
|
2007-12-21 06:29:45 +08:00
|
|
|
|
2009-11-02 02:52:35 +08:00
|
|
|
CFLAGS=-Os -pipe -mips32r2 -mtune=mips32r2 -funit-at-a-time
|
|
|
|
|
2007-12-21 06:29:45 +08:00
|
|
|
include $(INCLUDE_DIR)/target.mk
|
2010-11-04 03:02:27 +08:00
|
|
|
DEFAULT_PACKAGES+=uboot-lantiq kmod-pppoa ppp-mod-pppoa linux-atm atm-tools br2684ctl ifxmips-dsl-api ifxmips-dsl-control tapi_sip lqtapi_firmware_danube
|
2007-12-21 06:29:45 +08:00
|
|
|
|
2010-11-04 03:02:27 +08:00
|
|
|
define Target/Description
|
|
|
|
Build firmware images for Infineon Mips Controllers
|
|
|
|
endef
|
2007-12-21 06:29:45 +08:00
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|