kernel: backport upstream DSA GRO support
[oweals/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 SUBTARGETS:=generic
12
13 KERNEL_PATCHVER:=5.4
14
15 KERNELNAME:=zImage Image dtbs
16
17 include $(INCLUDE_DIR)/target.mk
18 DEFAULT_PACKAGES += \
19         kmod-leds-gpio kmod-gpio-button-hotplug swconfig \
20         kmod-ata-ahci kmod-ata-ahci-platform \
21         kmod-usb-ohci kmod-usb2 kmod-usb-ledtrig-usbport \
22         kmod-usb-phy-qcom-dwc3 kmod-usb3 kmod-usb-dwc3-qcom \
23         kmod-ath10k-ct wpad-basic \
24         uboot-envtools
25
26 $(eval $(call BuildTarget))