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-11-03 04:06:51 +08:00
|
|
|
SUBTARGETS:=danube ar9 vr9 falcon svip_be
|
2012-06-05 14:57:51 +08:00
|
|
|
LINUX_VERSION:=3.3.8
|
2010-12-13 06:57:16 +08:00
|
|
|
|
2012-11-03 21:29:44 +08:00
|
|
|
#SUBTARGETS=xway ase
|
2012-11-29 15:42:19 +08:00
|
|
|
#LINUX_VERSION:=3.6.8
|
2012-11-03 04:06:51 +08:00
|
|
|
|
2011-03-26 09:07:12 +08:00
|
|
|
CFLAGS=-Os -pipe -mips32r2 -mtune=mips32r2 -fno-caller-saves
|
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))
|