2010-12-13 00:57:16 +02:00
|
|
|
#
|
2011-03-18 15:25:32 +02:00
|
|
|
# Copyright (C) 2007-2011 OpenWrt.org
|
2010-12-13 00:57:16 +02: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-07-31 21:49:54 +03:00
|
|
|
BOARDNAME:=Lantiq GPON/XWAY/SVIP
|
2011-03-11 10:19:53 +02:00
|
|
|
FEATURES:=squashfs jffs2
|
2012-11-02 22:06:51 +02:00
|
|
|
SUBTARGETS:=danube ar9 vr9 falcon svip_be
|
2012-06-05 09:57:51 +03:00
|
|
|
LINUX_VERSION:=3.3.8
|
2010-12-13 00:57:16 +02:00
|
|
|
|
2012-11-03 15:29:44 +02:00
|
|
|
#SUBTARGETS=xway ase
|
2012-11-29 09:42:19 +02:00
|
|
|
#LINUX_VERSION:=3.6.8
|
2012-11-02 22:06:51 +02:00
|
|
|
|
2011-03-26 03:07:12 +02:00
|
|
|
CFLAGS=-Os -pipe -mips32r2 -mtune=mips32r2 -fno-caller-saves
|
2010-12-13 00:57:16 +02:00
|
|
|
|
|
|
|
define Target/Description
|
|
|
|
Build firmware images for Lantiq SoC
|
|
|
|
endef
|
|
|
|
|
2011-07-03 20:37:57 +03:00
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
2010-12-13 00:57:16 +02:00
|
|
|
$(eval $(call BuildTarget))
|