2009-05-02 12:48:42 +00:00
|
|
|
#
|
2015-03-05 23:43:24 +00:00
|
|
|
# Copyright (C) 2009-2015 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
|
2014-12-25 22:34:15 +00:00
|
|
|
MAINTAINER:=Luka Perkov <luka@openwrt.org>
|
2009-05-02 12:48:42 +00:00
|
|
|
|
2015-03-05 23:43:24 +00:00
|
|
|
KERNEL_PATCHVER:=3.18
|
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
|
|
|
|
2015-04-17 13:47:09 +00:00
|
|
|
DEFAULT_PACKAGES += uboot-envtools
|
|
|
|
|
2009-05-02 12:48:42 +00:00
|
|
|
$(eval $(call BuildTarget))
|