2010-12-12 22:57:16 +00:00
|
|
|
#
|
2011-03-18 13:25:32 +00:00
|
|
|
# Copyright (C) 2007-2011 OpenWrt.org
|
2010-12-12 22:57:16 +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:=lantiq
|
|
|
|
BOARDNAME:=Lantiq GPON/XWAY
|
2011-03-11 08:19:53 +00:00
|
|
|
FEATURES:=squashfs jffs2
|
2011-07-07 18:20:37 +00:00
|
|
|
DEFAULT_SUBTARGET:=danube
|
2010-12-12 22:57:16 +00:00
|
|
|
|
2011-12-06 19:50:30 +00:00
|
|
|
LINUX_VERSION:=3.1.4
|
2010-12-12 22:57:16 +00:00
|
|
|
|
2011-03-26 01:07:12 +00:00
|
|
|
CFLAGS=-Os -pipe -mips32r2 -mtune=mips32r2 -fno-caller-saves
|
2010-12-12 22:57:16 +00:00
|
|
|
|
|
|
|
define Target/Description
|
|
|
|
Build firmware images for Lantiq SoC
|
|
|
|
endef
|
|
|
|
|
2011-07-03 17:37:57 +00:00
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
2010-12-12 22:57:16 +00:00
|
|
|
$(eval $(call BuildTarget))
|