ipq806x: switch to 4.19 kernel version
[openwrt/staging/chunkeey.git] / target / linux / ipq806x / Makefile
1 # Copyright (c) 2013 The Linux Foundation. All rights reserved.
2 #
3 include $(TOPDIR)/rules.mk
4
5 ARCH:=arm
6 BOARD:=ipq806x
7 BOARDNAME:=Qualcomm Atheros IPQ806X
8 FEATURES:=squashfs nand fpu ramdisk
9 CPU_TYPE:=cortex-a15
10 CPU_SUBTYPE:=neon-vfpv4
11 MAINTAINER:=John Crispin <john@phrozen.org>
12 SUBTARGETS:=generic
13
14 KERNEL_PATCHVER:=4.19
15
16 KERNELNAME:=zImage Image dtbs
17
18 include $(INCLUDE_DIR)/target.mk
19 DEFAULT_PACKAGES += \
20 kmod-leds-gpio kmod-gpio-button-hotplug swconfig \
21 kmod-ata-core kmod-ata-ahci kmod-ata-ahci-platform \
22 kmod-usb-ohci kmod-usb2 kmod-usb-ledtrig-usbport \
23 kmod-usb-phy-qcom-dwc3 kmod-usb3 kmod-usb-dwc3-qcom \
24 kmod-ath10k-ct wpad-basic \
25 uboot-envtools
26
27 $(eval $(call BuildTarget))