mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-16 03:44:39 +00:00
85017c40f4
If the target supports a newer kernel version that is not used by default yet, it can be enabled with this option Signed-off-by: Felix Fietkau <nbd@nbd.name>
25 lines
604 B
Makefile
25 lines
604 B
Makefile
include $(TOPDIR)/rules.mk
|
|
|
|
ARCH:=arm
|
|
BOARD:=ipq40xx
|
|
BOARDNAME:=Qualcomm Atheros IPQ40XX
|
|
FEATURES:=squashfs fpu ramdisk nand
|
|
CPU_TYPE:=cortex-a7
|
|
CPU_SUBTYPE:=neon-vfpv4
|
|
MAINTAINER:=John Crispin <john@phrozen.org>
|
|
|
|
# TODO: drop kmod-usb-dwc3-of-simple when migrating to 4.19
|
|
KERNEL_PATCHVER:=4.14
|
|
KERNEL_TESTING_PATCHVER := 4.19
|
|
|
|
KERNELNAME:=zImage Image dtbs
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
DEFAULT_PACKAGES += \
|
|
kmod-usb-dwc3-of-simple \
|
|
kmod-leds-gpio kmod-gpio-button-hotplug swconfig \
|
|
kmod-ath10k-ct wpad-basic \
|
|
kmod-usb3 kmod-usb-dwc3 ath10k-firmware-qca4019-ct
|
|
|
|
$(eval $(call BuildTarget))
|