2785b73ed1583fa8cab13c1e072012c23b72392a
[openwrt/openwrt.git] / target / linux / ipq40xx / Makefile
1 include $(TOPDIR)/rules.mk
2
3 ARCH:=arm
4 BOARD:=ipq40xx
5 BOARDNAME:=Qualcomm Atheros IPQ40XX
6 FEATURES:=squashfs fpu ramdisk nand
7 CPU_TYPE:=cortex-a7
8 CPU_SUBTYPE:=neon-vfpv4
9 MAINTAINER:=John Crispin <john@phrozen.org>
10
11 # TODO: drop kmod-usb-dwc3-of-simple when migrating to 4.19
12 KERNEL_PATCHVER:=4.14
13 KERNEL_TESTING_PATCHVER := 4.19
14
15 KERNELNAME:=zImage Image dtbs
16
17 include $(INCLUDE_DIR)/target.mk
18 DEFAULT_PACKAGES += \
19 kmod-usb-dwc3-of-simple \
20 kmod-leds-gpio kmod-gpio-button-hotplug swconfig \
21 kmod-ath10k-ct wpad-basic \
22 kmod-usb3 kmod-usb-dwc3 ath10k-firmware-qca4019-ct
23
24 $(eval $(call BuildTarget))