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
|
2017-02-26 20:26:08 +00:00
|
|
|
SUBTARGETS:=xrx200 xway xway_legacy falcon ase
|
2016-05-11 07:06:21 +00:00
|
|
|
MAINTAINER:=John Crispin <john@phrozen.org>
|
2012-12-18 19:32:01 +00:00
|
|
|
|
2017-07-30 12:49:16 +00:00
|
|
|
KERNEL_PATCHVER:=4.9
|
2012-11-02 20:06:51 +00:00
|
|
|
|
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))
|