mvebu: add kernel 4.19 support
[openwrt/staging/noltari.git] / target / linux / mvebu / Makefile
1 #
2 # Copyright (C) 2012-2015 OpenWrt.org
3 #
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
6 #
7 include $(TOPDIR)/rules.mk
8
9 BOARD:=mvebu
10 BOARDNAME:=Marvell EBU Armada
11 FEATURES:=fpu usb pci pcie gpio nand squashfs ramdisk boot-part rootfs-part
12 SUBTARGETS:=cortexa9 cortexa53 cortexa72
13 MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
14
15 KERNEL_PATCHVER:=4.14
16 KERNEL_TESTING_PATCHVER:=4.19
17
18 include $(INCLUDE_DIR)/target.mk
19
20 DEFAULT_PACKAGES += uboot-envtools kmod-gpio-button-hotplug
21
22 $(eval $(call BuildTarget))