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
|
2012-12-15 01:59:45 +00:00
|
|
|
SUBTARGETS=xway ase falcon
|
2012-12-18 19:32:01 +00:00
|
|
|
|
2013-05-26 16:02:31 +00:00
|
|
|
LINUX_VERSION:=3.8.13
|
2012-11-02 20:06:51 +00:00
|
|
|
|
2013-07-29 09:38:29 +00:00
|
|
|
CFLAGS=-Os -pipe -mips32r2 -mno-branch-likely
|
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))
|