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