2010-12-13 06:57:16 +08:00
|
|
|
#
|
2011-03-18 21:25:32 +08:00
|
|
|
# Copyright (C) 2007-2011 OpenWrt.org
|
2010-12-13 06:57:16 +08:00
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
BOARD:=lantiq
|
2012-08-01 02:49:54 +08:00
|
|
|
BOARDNAME:=Lantiq GPON/XWAY/SVIP
|
2011-03-11 16:19:53 +08:00
|
|
|
FEATURES:=squashfs jffs2
|
2012-12-15 09:59:45 +08:00
|
|
|
SUBTARGETS=xway ase falcon
|
2012-12-19 03:32:01 +08:00
|
|
|
|
2013-01-25 01:08:37 +08:00
|
|
|
LINUX_VERSION:=3.7.4
|
2012-11-03 04:06:51 +08:00
|
|
|
|
2012-12-29 03:17:19 +08:00
|
|
|
CFLAGS=-Os -pipe -mips32r2 -mtune=mips32r2 -fno-caller-saves -mno-branch-likely
|
2010-12-13 06:57:16 +08:00
|
|
|
|
|
|
|
define Target/Description
|
|
|
|
Build firmware images for Lantiq SoC
|
|
|
|
endef
|
|
|
|
|
2011-07-04 01:37:57 +08:00
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
2010-12-13 06:57:16 +08:00
|
|
|
$(eval $(call BuildTarget))
|