ramips: remove generic profiles
[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 SUBTARGETS:=generic mikrotik
10
11 KERNEL_PATCHVER:=5.4
12 KERNEL_TESTING_PATCHVER:=5.4
13
14 KERNELNAME:=zImage Image dtbs
15
16 include $(INCLUDE_DIR)/target.mk
17 DEFAULT_PACKAGES += \
18 kmod-usb-dwc3-qcom \
19 kmod-leds-gpio kmod-gpio-button-hotplug swconfig \
20 kmod-ath10k-ct wpad-basic-wolfssl \
21 kmod-usb3 kmod-usb-dwc3 ath10k-firmware-qca4019-ct
22
23 $(eval $(call BuildTarget))