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
|
2014-04-06 09:21:44 +00:00
|
|
|
BOARDNAME:=Lantiq
|
2014-06-11 12:59:22 +00:00
|
|
|
FEATURES:=squashfs
|
2016-06-13 17:04:20 +00:00
|
|
|
SUBTARGETS=xrx200 xway xway_legacy
|
2016-05-11 07:06:21 +00:00
|
|
|
MAINTAINER:=John Crispin <john@phrozen.org>
|
2012-12-18 19:32:01 +00:00
|
|
|
|
2016-01-18 15:54:18 +00:00
|
|
|
KERNEL_PATCHVER:=4.4
|
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))
|