fdabf575d362c87b44f77fa81b892d6f0851d6c0
[openwrt/openwrt.git] / target / linux / ipq807x / Makefile
1 include $(TOPDIR)/rules.mk
2
3 ARCH:=aarch64
4 BOARD:=ipq807x
5 BOARDNAME:=Qualcomm Atheros IPQ807x
6 FEATURES:=squashfs ramdisk fpu nand rtc emmc
7 KERNELNAME:=Image dtbs
8 CPU_TYPE:=cortex-a53
9 SUBTARGETS:=generic
10
11 KERNEL_PATCHVER:=5.15
12
13 include $(INCLUDE_DIR)/target.mk
14 DEFAULT_PACKAGES += \
15 kmod-usb3 kmod-usb-dwc3 kmod-usb-dwc3-qcom \
16 kmod-leds-gpio kmod-gpio-button-hotplug \
17 kmod-phy-aquantia kmod-qca-nss-dp \
18 ath11k-firmware-ipq8074 kmod-ath11k-ahb \
19 wpad-basic-mbedtls uboot-envtools
20
21 $(eval $(call BuildTarget))