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
|
2014-04-06 17:21:44 +08:00
|
|
|
SUBTARGETS=xway xrx200
|
2014-08-30 17:59:18 +08:00
|
|
|
MAINTAINER:=John Crispin <blogic@openwrt.org>
|
2012-12-19 03:32:01 +08:00
|
|
|
|
2015-02-09 20:13:25 +08:00
|
|
|
KERNEL_PATCHVER:=3.18
|
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))
|