ipq806x: add 5.4 as testing kernel version
[openwrt/openwrt.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 KERNEL_TESTING_PATCHVER:=5.4
16
17 KERNELNAME:=zImage Image dtbs
18
19 include $(INCLUDE_DIR)/target.mk
20 DEFAULT_PACKAGES += \
21 kmod-leds-gpio kmod-gpio-button-hotplug swconfig \
22 kmod-ata-core kmod-ata-ahci kmod-ata-ahci-platform \
23 kmod-usb-ohci kmod-usb2 kmod-usb-ledtrig-usbport \
24 kmod-usb-phy-qcom-dwc3 kmod-usb3 kmod-usb-dwc3-qcom \
25 kmod-ath10k-ct wpad-basic \
26 uboot-envtools
27
28 $(eval $(call BuildTarget))