2009-05-02 12:48:42 +00:00
|
|
|
#
|
2014-08-08 13:55:29 +00:00
|
|
|
# Copyright (C) 2009-2014 OpenWrt.org
|
2009-05-02 12:48:42 +00: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 12:59:22 +00:00
|
|
|
FEATURES:=targz usb jffs2_nand nand ubifs
|
2013-10-02 00:33:43 +00:00
|
|
|
CPU_TYPE:=xscale
|
2010-10-27 13:46:00 +00:00
|
|
|
MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
|
2009-05-02 12:48:42 +00:00
|
|
|
|
2014-10-24 19:34:02 +00:00
|
|
|
KERNEL_PATCHVER:=3.14
|
2009-05-02 12:48:42 +00:00
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
2014-10-05 20:17:19 +00:00
|
|
|
KERNELNAME:=zImage dtbs
|
2009-05-02 12:48:42 +00:00
|
|
|
|
|
|
|
$(eval $(call BuildTarget))
|