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-12-27 19:52:18 +08:00
|
|
|
FEATURES:=usb nand squashfs ramdisk
|
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
|
|
|
|
2017-03-11 02:10:29 +08:00
|
|
|
KERNEL_PATCHVER:=4.9
|
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))
|