2009-05-02 20:48:42 +08:00
|
|
|
#
|
2015-03-06 07:43:24 +08:00
|
|
|
# Copyright (C) 2009-2015 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
|
2016-03-15 01:06:06 +08:00
|
|
|
FEATURES:=targz usb jffs2_nand nand ubifs squashfs dt
|
2013-10-02 08:33:43 +08:00
|
|
|
CPU_TYPE:=xscale
|
2014-12-26 06:34:15 +08:00
|
|
|
MAINTAINER:=Luka Perkov <luka@openwrt.org>
|
2009-05-02 20:48:42 +08:00
|
|
|
|
2016-03-15 01:06:21 +08:00
|
|
|
KERNEL_PATCHVER:=4.4
|
2009-05-02 20:48:42 +08:00
|
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
|
|
|
|
2014-10-06 04:17:19 +08:00
|
|
|
KERNELNAME:=zImage dtbs
|
2009-05-02 20:48:42 +08:00
|
|
|
|
2015-04-17 21:47:09 +08:00
|
|
|
DEFAULT_PACKAGES += uboot-envtools
|
|
|
|
|
|
2009-05-02 20:48:42 +08:00
|
|
|
$(eval $(call BuildTarget))
|