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
|
|
|
|
|
|
|
|
BOARD:=lantiq
|
2012-07-31 18:49:54 +00:00
|
|
|
BOARDNAME:=Lantiq GPON/XWAY/SVIP
|
2013-06-05 20:58:59 +00:00
|
|
|
FEATURES:=squashfs
|
2013-09-17 21:46:00 +00:00
|
|
|
SUBTARGETS=xway xrx200 ase falcon
|
2012-12-18 19:32:01 +00:00
|
|
|
|
2014-01-11 16:06:37 +00:00
|
|
|
LINUX_VERSION:=3.10.26
|
2012-11-02 20:06:51 +00:00
|
|
|
|
2013-09-26 17:53:14 +00:00
|
|
|
CPU_TYPE:=mips32r2
|
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))
|