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
|
2013-06-06 04:58:59 +08:00
|
|
|
FEATURES:=squashfs
|
2013-09-18 05:46:00 +08:00
|
|
|
SUBTARGETS=xway xrx200 ase falcon
|
2012-12-19 03:32:01 +08:00
|
|
|
|
2013-10-14 03:28:29 +08:00
|
|
|
LINUX_VERSION:=3.10.15
|
2012-11-03 04:06:51 +08:00
|
|
|
|
2013-09-27 01:53:14 +08:00
|
|
|
CPU_TYPE:=mips32r2
|
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))
|