ath79: update WA/XC devices UBNT_VERSION to 8.7.4
[openwrt/staging/wigyori.git] / target / linux / kirkwood / Makefile
1 # SPDX-License-Identifier: GPL-2.0-only
2 #
3 # Copyright (C) 2009-2015 OpenWrt.org
4
5 include $(TOPDIR)/rules.mk
6
7 ARCH:=arm
8 BOARD:=kirkwood
9 BOARDNAME:=Marvell Kirkwood
10 FEATURES:=usb nand squashfs ramdisk
11 CPU_TYPE:=xscale
12 SUBTARGETS:=generic
13
14 KERNEL_PATCHVER:=5.15
15 KERNEL_TESTING_PATCHVER:=6.1
16
17 include $(INCLUDE_DIR)/target.mk
18
19 KERNELNAME:=zImage dtbs
20
21 DEFAULT_PACKAGES += uboot-envtools kmod-usb2
22
23 $(eval $(call BuildTarget))