treewide: use wpad-basic for not small flash targets
[openwrt/staging/chunkeey.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 KERNEL_PATCHVER:=4.14
12
13 KERNELNAME:=zImage Image dtbs
14
15 include $(INCLUDE_DIR)/target.mk
16 DEFAULT_PACKAGES += \
17 kmod-leds-gpio kmod-gpio-button-hotplug swconfig \
18 kmod-ath10k-ct wpad-basic \
19 kmod-usb3 kmod-usb-dwc3-of-simple kmod-usb-phy-qcom-dwc3 \
20 ath10k-firmware-qca4019-ct
21
22 $(eval $(call BuildTarget))