mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-23 15:32:33 +00:00
61ff33c1c2
Allow selecting 6.1 as the testing kernel on ipq807x. Signed-off-by: Robert Marko <robimarko@gmail.com>
23 lines
543 B
Makefile
23 lines
543 B
Makefile
include $(TOPDIR)/rules.mk
|
|
|
|
ARCH:=aarch64
|
|
BOARD:=ipq807x
|
|
BOARDNAME:=Qualcomm Atheros IPQ807x
|
|
FEATURES:=squashfs ramdisk fpu nand rtc emmc
|
|
KERNELNAME:=Image dtbs
|
|
CPU_TYPE:=cortex-a53
|
|
SUBTARGETS:=generic
|
|
|
|
KERNEL_PATCHVER:=5.15
|
|
KERNEL_TESTING_PATCHVER:=6.1
|
|
|
|
include $(INCLUDE_DIR)/target.mk
|
|
DEFAULT_PACKAGES += \
|
|
kmod-usb3 kmod-usb-dwc3 kmod-usb-dwc3-qcom \
|
|
kmod-leds-gpio kmod-gpio-button-hotplug \
|
|
kmod-phy-aquantia kmod-qca-nss-dp \
|
|
ath11k-firmware-ipq8074 kmod-ath11k-ahb \
|
|
wpad-basic-mbedtls uboot-envtools
|
|
|
|
$(eval $(call BuildTarget))
|