2009-05-02 20:48:42 +08:00
|
|
|
#
|
2014-08-08 21:55:29 +08:00
|
|
|
# Copyright (C) 2009-2014 OpenWrt.org
|
2009-05-02 20:48:42 +08:00
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
#
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
|
|
|
|
ARCH:=arm
|
|
|
|
BOARD:=kirkwood
|
|
|
|
BOARDNAME:=Marvell Kirkwood
|
2014-06-11 20:59:22 +08:00
|
|
|
FEATURES:=targz usb jffs2_nand nand ubifs
|
2013-10-02 08:33:43 +08:00
|
|
|
CPU_TYPE:=xscale
|
2010-10-27 21:46:00 +08:00
|
|
|
MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
|
2009-05-02 20:48:42 +08:00
|
|
|
|
2014-09-11 05:40:19 +08:00
|
|
|
LINUX_VERSION:=3.14.18
|
2009-05-02 20:48:42 +08:00
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
2013-10-15 03:46:40 +08:00
|
|
|
KERNELNAME:="zImage dtbs"
|
2009-05-02 20:48:42 +08:00
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|